Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

Add Disable Caps Lock #347

Open E3V3A opened 3 years ago

E3V3A commented 3 years ago

Please add something to disable Caps Lock key.

eabase commented 3 years ago

Maybe this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00

To re-enable, just clear the item.