I’ve seen many people type their regular commands every time in Windows despite the there are various simple tips which can simply avoid all the typing for you. Here is a one of the way I use:
- Create a list of zero files with all your favorite often used commands like services, appwiz, compmgmt, etc,.
C:>echo > compmgmt C:>
- Create cmd and set it to ‘cd’ to a folder where
C:>reg query "HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor" /v Autorun HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor Autorun REG_SZ title G && cd C:>
- Then simply type the first letter of your command followed by tab for Windows to auto fill command for you.