Skip to content

Instantly share code, notes, and snippets.

@e8l
Created January 18, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e8l/b9f96d169d13f463ab45 to your computer and use it in GitHub Desktop.
Save e8l/b9f96d169d13f463ab45 to your computer and use it in GitHub Desktop.
Windowsを快適にするレジストリ設定(仮)
Windows Registry Editor Version 5.00
; This setting kills CapsLock! It is converted to Ctrl.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
; This setting prevent automatic rebooting after update.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers" = dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment