A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
yes, uninstalling seems to have done the trick, thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
So I've just received my windows 10 pro today
I tried making my onenote desktop as my default but when i bring up the menu from the right side and click "note", it still brings up the none desktop version of onenote
how do i fix this?
thank you
(i have SP3)
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
yes, uninstalling seems to have done the trick, thanks
A prerequisite may be to delete the OneNote App before applying this.
Remove-AppxPackage -Confirm -Package Microsoft.Office.OneNote_17.4201.10031.0_x64__8wekyb3d8bbwe
strange that this hasn't worked for me.
I have changed the open string to be the same as my onenote.exe
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\onenote-cmd]
@="URL:onenote-cmd"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\onenote-cmd\shell]
[HKEY_CLASSES_ROOT\onenote-cmd\shell\open]
[HKEY_CLASSES_ROOT\onenote-cmd\shell\open\command]
@=""C:\Program Files\Microsoft Office 15\Root\Office15\ONENOTE.EXE" "
But no joy??
Yes we have multiple versions, OneNote for Office (called either "desktop" or "2013") and the OneNote that comes with Windows 10. We would like the surface pen default to be the OneNote for Office app.
ANSWER:
A registry modification is in order. This registry modification will cause the "Note" Quick Action button to launch the OneNote Desktop application installed with MS Office.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\onenote-cmd]
@="URL:onenote-cmd"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\onenote-cmd\Shell]
[HKEY_CLASSES_ROOT\onenote-cmd\Shell\Open]
[HKEY_CLASSES_ROOT\onenote-cmd\Shell\Open\Command]
@=""C:\PROGRA~2\MICROS~1\Office14\ONENOTE.EXE""
This worked for me :-)