Skip to content

Instantly share code, notes, and snippets.

@yovchev
Created July 22, 2017 14:42
Show Gist options
  • Save yovchev/f2bc5f036aaace481a719fdaf4d3241a to your computer and use it in GitHub Desktop.
Save yovchev/f2bc5f036aaace481a719fdaf4d3241a to your computer and use it in GitHub Desktop.
Get back open here cmd after windows 10 update for powershell
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
@yovchev
Copy link
Author

yovchev commented Jul 22, 2017

to execute save the file and open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment