mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
6 lines
248 B
PowerShell
6 lines
248 B
PowerShell
|
|
# Disable StickyKeys
|
|
REG ADD "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v "Flags" /t REG_SZ /d "506" /f
|
|
|
|
# Disable Hyper+Keys to open Office apps
|
|
REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32
|