Note: This script is a part of Rigutils tool set. GitHub: cmd_rigutils.bat
Open c:\bin\rigutils\windows_tuning
folder and run cmd_rigutils.bat
by double clicking it. Or just press WinKey + R
, copy/paste cmd.exe /k pushd c:\bin\rigutils\windows_tuning
and press Enter. Both methods are almost equivalent.
cmd.exe is a Windows executable file located in Windows\System32 directory. It's the program which provides so called command prompt under Windows. The most close equivalent of it in UNIX world is a shell interpreter: bash, csh, zsh, etc. You type human readable commands and shell translates it in to actions changing state of your computer. Also cmd.exe is the program which executes/interprets bat files. Rigutils relies on cmd.exe heavily, so first of all you have to become accustomed to launching command prompt window and work with keyboard. Watch this excellent video introduction to the world of command prompt.
c:\bin\rigutils\windows_tuning
(see this page for tips on installing Rigutils)cmd_rigutils.bat
See full list of useful Windows keyboard shortcuts here
GitHub: cmd_rigutils.bat