mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Sync from Windows
This commit is contained in:
parent
85ac355294
commit
5593edde3a
8 changed files with 75 additions and 11 deletions
|
|
@ -4,3 +4,8 @@ REG ADD "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v "Flags" /t
|
|||
|
||||
# Disable Hyper+Keys to open Office apps
|
||||
REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32
|
||||
|
||||
# Disable DOS 8.3 file name creation
|
||||
sudo fsutil 8dot3name set 1
|
||||
# Delete all known DOS 8.3 file name
|
||||
fsutil 8dot3name strip /s /v C:\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue