You can manage Windows services not only from the services.msc snap-in or sc.exe command line tool, but also using PowerShell. In this article we’ll consider different scenarios of managing Windows…
Windows 10
- Windows 10Windows Server 2016
How to Mirror (RAID1) Boot GPT Hard Drive on Windows 10/ Server 2016?
April 19, 2023In this article we‘ll show you how to create a software mirror (RAID1) from two GPT disks with Windows Server 2016/Windows 10 installed for UEFI. We’ll consider a full-featured BCD…
A user reported a missing Mail app icon in the Control Panel on a computer running Windows 10 1903. Office 365 is installed on the computer, and Outlook is used…
- Active DirectoryPowerShellWindows 10
Deploy PowerShell Active Directory Module without Installing RSAT
April 15, 2020In one of the previous articles we showed how to use the Set-ADComputer cmdlet in a GPO logon script to save the current logged in user info to the properties…
- Windows 10Windows Server 2008 R2Windows Server 2012 R2Windows Server 2016
How to Run Disk Cleanup (Cleanmgr.exe) on Windows Server 2016/2012 R2/2008 R2?
June 7, 2022The Disk Cleanup tool allows the administrator to quickly clean up the Windows Server system drive by deleting unnecessary and temporary files, including cleaning the WinSxS directory from files of…
- PowerShellWindows 10
How to Block a Domain or Website on Windows Defender Firewall with PowerShell?
December 23, 2020Let’s consider some ways to block access to the specific websites, domain names, URLs or IP addresses in Windows without using third-party tools. In our case, we will try to…
- Windows 10Windows Server 2016
Fixing Volume Shadow Copy (VSS) Error with Event ID 8193
February 5, 2020The monitoring system on one of my servers running Windows Server 2016 started sending multiple messages of the Volume Shadow Copy Service error with the Event ID 8193 and VSS…
- PowerShellWindows 10Windows Server 2016
DNS Resolution via VPN Not Working on Windows 10
September 20, 2022The DNS servers and suffixes configured for VPN connections are used in Windows 10 to resolve names using DNS in the Force Tunneling mode (“Use default gateway on remote network”…
- PowerShellWindows 10Windows Server 2016
How to Manage NTFS Permissions with PowerShell?
January 17, 2020In order to manage access to files or folders in Windows, a special ACL (Access Control List) is assigned to an NTFS file system object (a file or a folder).…
- Windows 10Windows Server 2012 R2Windows Server 2016
Fixing Windows Update and DISM Error 0x80073712 on Windows Server 2016/Windows 10
March 13, 2020I faced an error code 0x80073712 when trying to install security updates on Windows Server 2016. As I found later, this error was related to the damaged Windows component store.…