Skip to content

Instantly share code, notes, and snippets.

@eugen1408
Created August 21, 2019 06:14
Show Gist options
  • Save eugen1408/6f18dd5ebdd1d112af21ef58110d2817 to your computer and use it in GitHub Desktop.
Save eugen1408/6f18dd5ebdd1d112af21ef58110d2817 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Mouse]
"MouseSensitivity"="4"
"MouseSpeed"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"EnableSmartScreen"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableScanOnRealtimeEnable"=dword:00000001
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
[HKEY_CLASSES_ROOT\*\shell\ShowExplorer]
@="Open file location"
[HKEY_CLASSES_ROOT\*\shell\ShowExplorer\command]
@="Explorer.exe /select, \"%1\""
[HKEY_CLASSES_ROOT\*\shell\Notepad]
@="Notepad"
[HKEY_CLASSES_ROOT\*\shell\Notepad\command]
@="notepad.exe \"%1\""
[HKEY_CLASSES_ROOT\exefile\shell\cmd]
@="Open in command prompt"
[HKEY_CLASSES_ROOT\exefile\shell\cmd\command]
@="cmd.exe /k \"%1\""
[HKEY_CLASSES_ROOT\batfile\shell\cmd]
@="Open in command prompt"
[HKEY_CLASSES_ROOT\batfile\shell\cmd\command]
@="cmd.exe /k \"%1\""
[HKEY_CLASSES_ROOT\cmdfile\shell\cmd]
@="Open in command prompt"
[HKEY_CLASSES_ROOT\cmdfile\shell\cmd\command]
@="cmd.exe /k \"%1\""
[HKEY_CLASSES_ROOT\.cmd\ShellNew]
"NullFile"=""
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
"KeyboardDelay"="0"
"KeyboardSpeed"="31"
[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
"KeyboardDelay"="0"
"KeyboardSpeed"="31"
[HKEY_USERS\.DEFAULT\Keyboard Layout\Preload]
"1"="00000409"
"2"="00000419"
[HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle]
"Hotkey"="2"
"Language Hotkey"="2"
"Layout Hotkey"="1"
[HKEY_CURRENT_USER\Keyboard Layout\Toggle]
"Hotkey"="2"
"Language Hotkey"="2"
"Layout Hotkey"="1"
[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000409"
"2"="00000419"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"verbosestatus"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment