If you are using mapped network drives, you probably noticed that they are not showing in the apps running with administrator privileges (including cmd and PowerShell). The default User Account…
Windows 10
- Windows 10Windows 11Windows Server 2016Windows Server 2019Windows Server 2022
How to Run File Explorer Elevated (as Administrator) on Windows
March 7, 2024File Explorer process always runs with minimal (non-elevated) privileges in Windows. Even if you click the C:\Windows\explorer.exe executable file and try to start it in the ‘Run as administrator’ mode,…
- Windows 10Windows 11Windows Server 2019
How to Clean Up System Volume Information Folder on Windows
March 17, 2024Windows automatically creates a hidden System Volume Information directory in the root of each connected NTFS drive (whether a local HDD/SSD drive or a removable USB drive). The size of…
- Group PoliciesWindows 10Windows Server 2019
How to Disable NetBIOS and LLMNR Protocols in Windows Using GPO
March 17, 2024The broadcast protocols NetBIOS over TCP/IP and LLMNR are used in most modern networks only for compatibility with legacy Windows versions. Both protocols are susceptible to spoofing and MITM attacks.…
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2019
Auto Lock Computer Screen After Inactivity with GPO
March 15, 2024Information security best practices require the computer screen to be locked when the user is inactive (idle) for some time. A Windows user can lock the computer screen themselves (using…
- Windows 10Windows Server 2019Windows Server 2022
Hosting Multiple Websites in IIS with Same Port and IP Address
January 29, 2024When you install an IIS (Internet Information Services) web server on Windows, an empty “Default Web Site” is created, listening on the default HTTP port 80. In this article, we…
- Windows 10Windows Server 2016
UAC: This App Has Been Blocked for Your Protection on Windows 10
March 15, 2024Many users have noticed that when running or installing some programs in Windows 10, “This app has been blocked for your protection” error pops up and prevents normal running or…
Sometimes when you try to delete, rename or move a file in Windows, you may see a message that the file is busy/locked/used by another process. Usually the name of…
- Windows 10Windows Server 2016
How to Enable/Disable the Built-in Administrator Account on Windows 10
March 16, 2024As you know, during Windows 10 installation the system prompts creating a user account and grants local administrator privileges to this account. However, during the installation another built-in (hidden) administrator…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2016
How to Map Network Drives (Shared Folders) with Group Policy
March 15, 2024You can use Group Policies to flexibly map shared network folders from your SMB file servers as separate Windows network drives. Traditionally, .bat logon scripts containing the net use M:…