mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(bootstrap): Initialise windows script
This commit is contained in:
parent
1cdb00ba50
commit
1025053406
12 changed files with 314 additions and 99 deletions
6
bootstrap/win/Registry.ps1
Normal file
6
bootstrap/win/Registry.ps1
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue