The problem with adjusting the screen brightness can occur in both Windows 10 and Windows 11. Typically, users complain that they cannot increase or decrease the screen brightness on a…
Windows 10
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
Using GPResult Command to Check Applied GPOs and RSoP Data
May 11, 2023The GPResult.exe command-line tool is used to get a Resultant Set of Policy (RSoP) that is applied to a user and/or computer in an Active Directory domain. GPResult allows you…
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 Server 2019
How to Convert SID to User/Group Name and User to SID
March 16, 2024SID (Security IDentifier) is a unique identifier that is assigned to users, groups, computers, or other security objects when they are created in Windows or Active Directory domain. Windows uses…
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.…
- PowerShellWindows 10Windows Server 2019
PowerShell: Get, Modify, Create, and Remove Registry Keys or Parameters
March 11, 2024The Registry Editor (regedit.exe) and the reg.exe command-line utilities aren’t the only tools to access and manage the registry in Windows. PowerShell provides a large number of tools for the…
- Group PoliciesWindows 10Windows 11Windows Server 2019
How to Hide or Show User Accounts from Login Screen on Windows
July 24, 2024By default, the Windows login screen displays the account of the last user who logged on to this computer and a list of all local users. Windows allows you to…
Windows automatically assigns a drive letter to any connected HDD/SSD disk, USB flash drive, SD card if it recognizes the file system on its partitions. But sometimes it doesn’t work.…
Current Windows versions collect information about the health of hard drives in your computer via SMART and may notify a user in case of any problems. Let’s see what a…
- PowerShellWindows 10Windows Server 2019
Run a Script (Program) When a Specific Program Opens/Closes in Windows
March 13, 2024In this article, we will show how to track an event of launching a certain program (process) in Windows and perform an action (run a script, command, program, send an…