CMD-Launches a new instance of the Windows command interpreter
CMD <args> /C <string> -Execute string command and exit /k <string> -Execute string command and leave window/ q -Turn off echo function/ d -Disables execution of the autorun command from the registry/a -output ANSI encoding (for internal commands that use pipelines or file output)/ u - Output Unicode encoding (for internal commands that use pipelines or file output) /T:FG -set foreground, background color /e:on or/e:off -Enable or disable command extensions /f:on or/f:o FF -Enable or disable file directory completion characters ... |
Start-Launches a separate window to run the specified program or command
1 START ["title"] [OPTIONS] program/command [parameters]2/? - Display Help information 3/i- enable the new environment variable, not the current 4/d path- startup directory 5/b- launch the application without creating a new window 6 ... |
AutoRun- command entry to automatically run before cmd.exe startup in the registry
* registry location: Hkcu\software\microsoft\command Processor* can exist in HKLM or KHCU * through the CMD/D option can change the autorun record, But limited to the current instance
Clink- A utility that allows Dos terminals to feature Linux -like endpoints
Clink_x64.exe <verb> <verb_options>Injection clink function: Clink_x64.exe inject<options>-S,--scripts <path>-loading LUA Extension scripts under the specified directory-P,--profile <path>-loading and maintaining profile information in the specified directory-Q,--quite-do not export the copyright notice information-N,--nohostcheck-do not check if host supports injection-D,--pid <pid>-injects the Clink function into the specified PID process-A,--ansi-specifies that the target shell is using the ANSI console API-L,--nolog-Disabling logging information to a file-H,--help-Help information is automatically injected into the system cmd.exe: Clink_x64.exe Autorun<options>-I.,--Install-install autorun record to Cmd.exe-U,--uninstall-uninstalling Autorun Records-S,--show-Display current Autorun information-V,--value <string>-Record Autorun as <string>value-H,--help-Help Information--<args>-follow-up parameters will be passed to clink
Wow64-windows on Windows to provide a three-bit analog operating environment for a four -bit application
RUNAS- Run the command as a different user
RUNAS [[/noprofile] [/profile] [/env] [/savecred |/netonly] ] /user:<username> Programrunas [[/noprofile] [/profile] [/env] [/savecred]] /smartcard [/user:<username >/trustlevel:<trustlevel> Program
Where the taskbar shortcut is stored
C:\Users\Wentong\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\user Pinned\taskbar
DOS Command Learning