Last active
December 3, 2019 04:37
-
-
Save mark-ingenosity/0cac25b88da6e82bded4e1bb7b7e3ed8 to your computer and use it in GitHub Desktop.
[WINDOWS: Default CMD Environment] #windows #cmd_shell #default #startup #alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| :: Load default aliases outside the CMDER environment | |
| doskey /macrofile=D:\Admin\conf\default.aliases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;= ###### Default Aliases ###### | |
| ;= These live outside of CMDERs environment but are overridden within | |
| ;= a CMDER shell (e.g. CMDER wins if there are duplicate definitions) | |
| cmder=C:\PortableApps\System\Cmder\Cmder.exe $* | |
| upenv=RefreshEnv.cmd | |
| regsvrx86="%systemroot%\SysWoW64\regsvr32.exe" $* | |
| regsvrx64="%systemroot%\System32\regsvr32.exe" $* | |
| fastdel=del /F/Q/S *.* > NUL | |
| reged="C:\Program Files\Registry Workshop\RegWorkshop.exe" $* | |
| .v=C:\PortableApps\Utilities\UniversalViewer\Viewer.exe $* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment