A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
Great! Thank you! I had to modify code for the new location where MS Office 15 installs.
For those who don't know how to use this code, create a new plain text document using notepad, then paste the code given below into the file and save the file with the extension ".reg":
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""
After pasting that code and saving as a .reg file, double click on the file to execute it.
HOWEVER, backup your registry before running.