Suppenbiatch

DisableKeyboardLayoutChangeHotkey

Aug 11th, 2019
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.14 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;'WIN + Space' Language Change Hotkey disabled
  4. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  5. "DisabledHotkeys"="Space"
  6.  
  7. ;'F1' HELP in Windows Explorer disabled
  8. [HKEY_CURRENT_USER\SOFTWARE\Classes\Typelib\{8cec5860-07a1-11d9-b15e-000d56bfe6ee}\1.0\0\win32]
  9. @=""
  10.  
  11. [HKEY_CURRENT_USER\SOFTWARE\Classes\Typelib\{8cec5860-07a1-11d9-b15e-000d56bfe6ee}\1.0\0\win64]
  12. @=""
  13.  
  14. ; Windows Defender Real-Time Protection disabled
  15. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
  16. "DisableRealtimeMonitoring"=dword:00000001
Add Comment
Please, Sign In to add comment