Restoring file associations by default

ANI Animated cursor AudioCD Audio CD protocol AVI Video file BAT Command line script BIN Binary BMP Image CAB Windows Archive CHM Help file CMD Command line script COM MS-DOS Application CRL Certificate Revocation List CSS Cascading Style Sheet CUR Cursor DIAGCAB Windows Error Diagnostics...


Find out the Windows activation key

VBS script to determine key, ID and Windows version.


Enabling the Group Policy Editor

Group Policy Editor is missing from Home and some other editions of Windows. To install it, we execute the following code on the command line one by one: FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F") FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart...


Get information about your computer with WMI

WMI (Windows Management Instrumentation) is a technology for monitoring and managing systems and computer components. You can get information from WMI using the standard console utility wmic.exe. General information wmic computersystem get /format: list Operating system wmic os get /format: list Users wmic useraccount get...


Run Explorer as Administrator

To run File Explorer with elevated rights, you will need to run Command Prompt as administrator. This can be done in one of the following ways: 1. & nbsp; Right-click the Start button and select Command Prompt (Admin). 2. Launch the task manager, select "File...


Run the program as another user

Prompt to select a user

With a pre-registered user

To save the entered password, you can use the key /savecred, the next time you run it under this user, the password will not be prompted for (the key does not work in "Home"...


Adding a command line launch to the context menu of a folder

This will add the CMD run as administrator to the context menu of the folder. The folder will be used as the current command line directory. If the line does not appear in the menu, you need to either restart your computer, or restart...