Skip to content

ethankore/autohotkey-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autohotkey-scripts

My AutoHotkey scripts

Office issue and how to fix it

Microsoft has a set of key bindings that are preconfigured and that may open unrelated Office windows when using ALT+` (tilde). AHK reference

You can fix this issue by running this from an elevated command line window -

REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32

And to reverse it, run the following from an elevated command line window -

REG DELETE HKCU\Software\Classes\ms-officeapp\Shell

About

My AutoHotkey scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published