Skip to content

Instantly share code, notes, and snippets.

@sshaw
Created January 13, 2012 02:33
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sshaw/1604295 to your computer and use it in GitHub Desktop.
Custom Registry Settings
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
; Show hidden and system files
"Hidden"=dword:00000001
"ShowSuperHidden"=dword:00000001
"SuperHidden"=dword:00000001
; In Explorer, do not open folders in new window
"SeparateProcess"=dword:00000000
; Win 7, use checkboxes to select multiple files, no need for Crtl+click.
"AutoCheckSelect"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
[HKEY_CURRENT_USER\Console]
"InsertMode"=dword:00000001
"QuickEdit"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Telnet]
"BSASDEL"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment