0

Possible Duplicate:
How to disable or change the Windows+S hotkey in OneNote

OneNote hijacked the Windows+N key on my System and I can't find a way to tell it to use another hotkey, say Windows+t

Windows+N has been used to start 4Nt (now TCMD) on my system for ages and I'd like it to stay that way…

lexu
  • 1,892

1 Answers1

1

There are many ways to do this:

  1. One way is to kill the OneNote Launcher, (it sits in the taskbar and listen to the HotKey) or you can remove it from the running at Startup. (Press Win+r and type msconfig and go to Startup tab)

  2. Using AutoHotkey, you can get back your Hotkey to do anything of your choice by placing the path to the desired program:

    #n::Run <Path to the executable>
    
Ankit
  • 4,866