Skip to content

Instantly share code, notes, and snippets.

@mark-ingenosity
Last active December 3, 2019 04:37
Show Gist options
  • Select an option

  • Save mark-ingenosity/0cac25b88da6e82bded4e1bb7b7e3ed8 to your computer and use it in GitHub Desktop.

Select an option

Save mark-ingenosity/0cac25b88da6e82bded4e1bb7b7e3ed8 to your computer and use it in GitHub Desktop.
[WINDOWS: Default CMD Environment] #windows #cmd_shell #default #startup #alias
@echo off
:: Load default aliases outside the CMDER environment
doskey /macrofile=D:\Admin\conf\default.aliases
;= ###### 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