By default, PowerShell modules are installed online from the official PowerShell Gallery (PSGallery) repository using the Install-Module command. However, you won’t be able to install a PowerShell module if your…
Windows 11
What Others Are Reading in Windows 11
- Windows 10Windows 11Windows Server 2016Windows Server 2019
Using DISM to Check and Repair Windows Image
March 24, 2026You can use the SFC (System File Checker) and DISM (Deployment Image Servicing and Management) commands to check and repair the integrity of system files and Component Store of your…
- PowerShellWindows 10Windows 11Windows Server 2022
Find Windows Version, Edition, and Build from ISO or WIM file
December 29, 2021In this article, we’ll show how to use DISM and PowerShell to find out which Windows images (versions, editions, builds, language pack) are stored in ISO or WIM files. If…
In this post, we’ll show how to hide any program from the list of installed apps from the Windows Control Panel. This guide applies to all Windows versions, including Windows…
- PowerShellWindows 10Windows 11Windows Server 2022
Changing the Default RDP Port (3389) on Windows
April 17, 2025By default, Windows uses TCP port 3389 to connect to the desktop of a remote computer via the RDP (Remote Desktop Protocol). This article describes how to change the default…
The problems with adjusting the screen brightness are common on laptops running Windows 11 or 10. The brightness slider in the Settings app may be missing or inactive, or the…
A new native package manager, WinGet (Windows Package Manager), appeared on Windows 10 and 11. You can use it to install apps from the command prompt (similar to Linux package…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2022
How to Convert SID to User/Group Name and User to SID
August 27, 2025SID (Security IDentifier) is a unique identifier that is assigned to users, groups, computers, or other security objects when they are created in Windows, an Active Directory domain, or an…
- Active DirectoryPowerShellWindows 11Windows Server 2022
Get-ADUser: Find Active Directory User Info with PowerShell
March 24, 2026The Get-ADUser is the most commonly used PowerShell cmdlet for retrieving Active Directory user information, including attributes like usernames, email addresses, account activity, group memberships, contact details, job titles, organizational…
After being infected with a virus or incorrectly changing the system registry, the user may encounter the fact that executable EXE-files (installation MSI-files or PowerShell/CMD/VBScript files) not opening in Windows.…