A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
I've found a way to hijack the notifications panel Note button, without having to uninstall the default onenote modern app.
• First create a reg file with this content (modify path to onenote.exe if needed) :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OneNote-sidenote]
@="URL:onenote-sidenote Protocol"
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OneNote-sidenote\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OneNote-sidenote\shell\Open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OneNote-sidenote\shell\Open\command]
@=""C:\Program Files\Microsoft Office 15\Root\Office15\ONENOTE.EXE" /sidenote /paste /nologo"
• Open regsitry editor and go to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_Launcher_QuickNote
• Change contents "Uri" to this: "onenote-sidenote://"
• Now restart Windows Explorer via task manager (ctrl+shift+escape).
• If all goes well, tapping that "Note" tile will now open a Onenote dekstop sidenote with current clipboard contents pasted in.
• This is backwards-compatible with at least OneNote 2007.
edit: fixed a typo.
Thx for your fix, but it doesn't work on x64.
Do I need "(x86)" at path for "Program Files"!?