As 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…
Windows 10
- PowerShellWindows 10Windows Server 2016
Using PowerShell Invoke-Command to Run Scripts on Remote Computers
March 15, 2024In this article we will learn how to use the Invoke-Command cmdlet to run PowerShell commands or scripts remotely. You can use PowerShell to run commands remotely on one or…
- Windows 10Windows Server 2019
Remote Session Disconnected: No Remote Desktop License Servers/Client Access Licenses Available
March 11, 2024In this article, we’ll look at several common issues related to RDS licensing, when RDP clients cannot connect to Windows Server with the Remote Desktop Services Host role installed. Licensing…
- Windows 10Windows 11Windows Server 2019
How to Enable Windows Auto Login without a Password
September 22, 2023A 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…
- 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 Server 2016
How to Troubleshoot, Repair and Rebuild the WMI Repository
March 15, 2024Every experienced Windows administrator has faced some issues with the WMI service (Windows Management Instrumentation) and its components. The problems in the WMI subsystem are critical for the normal operation…
- 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 Server 2016Windows Server 2019
How to Shadow (Remote Control) a User’s RDP session on Windows Server RDS
March 17, 2024Shadow session mode allows RDS administrators to view and interact with the user’s desktop. Remote Desktop Shadowing mode works on all modern versions of Windows starting from Windows Server 2012…