A user must enter a password for a local or Microsoft (online) account each time they log on to Windows. This allows you to restrict access to your computer. In…
Windows 11
What Others Are Reading in Windows 11
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
Repairing the Domain Trust Relationship Between Workstation and Active Directory
May 16, 2024If a trust relationship between a Windows workstation and an Active Directory domain is broken, the computer won’t be able to establish a secure channel with the domain controller, and…
- PowerShellWindows 10Windows 11Windows Server 2022
Enabling DNS over HTTPS (DoH) on Windows 11
November 6, 2024The latest versions of Windows support the DNS over HTTPS (DoH) protocol, which allows domain name resolution (DNS queries) to be performed over an encrypted HTTPS connection. In this article,…
- PowerShellWindows 10Windows 11
How to Uninstall Built-in UWP (APPX) Apps on Windows 10 or 11
June 6, 2024Windows 10 and 11 ships with a set of pre-installed Microsoft Store applications (UWP/APPX apps). These are Calculator, Calendar, Mail, Cortana, Maps, News, OneNote, Groove Music, Camera, etc. These apps…
- Windows 10Windows 11Windows Server 2022
How to Repair (Rebuild) the WMI Repository on Windows
March 12, 2025Every experienced Windows administrator has encountered with problems with the Windows Management Instrumentation (WMI) service and its components. WMI is an important subsystem of Windows, and if it malfunctions, the…
- PowerShellWindows 10Windows 11Windows Server 2022
How to Sign a PowerShell Script File (PS1)
May 23, 2024The 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 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:
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable/Remove Thumbs.db File on Network Folders in Windows
December 17, 2024Thumbs.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…