Skip to content

Instantly share code, notes, and snippets.

@DerexScript
Created September 6, 2017 17:35
Show Gist options
  • Save DerexScript/1ae839768891559931dbeff9aa39f9ea to your computer and use it in GitHub Desktop.
Save DerexScript/1ae839768891559931dbeff9aa39f9ea to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\novocmd]
@="Abrir o CMD Aqui"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\novocmd\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\novocmd]
@="Abrir o CMD Aqui"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\shell\novocmd\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Drive\shell\novocmd]
@="Abrir o CMD Aqui"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Drive\shell\novocmd\command]
@="cmd.exe /s /k pushd \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment