The digital signature of a PowerShell script (*.PS1 file) allows you to verify that a known trusted publisher signs the script and that its code has not been modified. The…
Windows 11
What Others Are Reading in Windows 11
- Windows 10Windows 11Windows Server 2022Windows Server 2025
Enable Remote Desktop Sessions Shadowing on Windows Server RDS
December 3, 2025Shadow connection mode in Windows allows administrators to connect to any user’s RDP/RDS session to view and interact with their desktop (with or without user consent). The Remote Desktop Shadowing…
- Windows 10Windows 11Windows Server 2019
Managing Administrative Shares (Admin$, IPC$, C$) on Windows
March 15, 2024Windows administrative shared folders are used for remote access and computer management. By default, the following administrative shares are created by Windows:
- Windows 10Windows 11Windows Server 2025
How to Rebuild (Reset) Icon Cache in Windows 11 or 10
February 10, 2026When displaying icons, shortcuts, and various file types in File Explorer, Windows attempts to retrieve their thumbnails from icon cache files. Thanks to this, Windows Explorer draws objects faster because…
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable/Remove Thumbs.db File on Network Folders in Windows
February 10, 2026Thumbs.db (thumbnail cache) is a hidden system file that is automatically created by the Windows File Explorer in folders containing image and video files when the thumbnail preview mode is…
When users connect to a corporate VPN server (AlwaysOnVPN, Windows Server RRAS, or OpenVPN server) from a home network, they may report that Internet access is unavailable while the VPN…
- PowerShellWindows 11Windows Server 2022
Taking User Desktop Screenshots with PowerShell
January 31, 2025The HelpDesk support team requested a PowerShell script to quickly capture a screenshot of a user’s desktop from a remote computer. The main requirement is that the HelpDesk employee may…
- PowerShellWindows 10Windows 11Windows Server 2022
How to Run CMD/Program as SYSTEM (LocalSystem) in Windows
February 19, 2026Sometimes, local administrator permissions may not be sufficient to manage certain system files, registry keys, processes, and services in Windows. In such cases, an administrator can take ownership of files/other…
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable or Change User Account Control (UAC) Settings in Windows
February 14, 2025User Account Control (UAC) is a default Windows security feature designed to prevent unwanted changes to the operating system. When a program tries to perform an action that requires administrator…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2022
How to Find Out Who Deleted a File on Windows
November 13, 2025You can use file system object access event auditing to identify which user created, deleted, or modified a specific file. In this article, we’ll show you how to configure event…