Open OneNote quick notes automatically on startup?

Solution 1:

What you're asking for is not possible. OneNote doesn't have this as a feature. This leaves two primary ways to open a specific OneNote page (automatically):

  1. By opening a shortcut link file pointing to the specific page (easy).
  2. With a keyboard automation tool such as AutoHotkey (hard).

Regardless of which method you use, both require knowledge of the specific page you wish to open.

Your best option is to use the workaround described below to open the OneNote Section containing your notes. This would at least minimize the number of clicks required to get to the specific pages you're interested in.


You can accomplish this by saving shortcuts in your Startup folder as follows:

  1. In OneNote, right-click the page/section/notebook you want to open on startup and click Copy Link to Page

    enter image description here

  2. In Start, search for shell:startup to open your user Startup folder

    enter image description here

  3. Right-click on a blank part of the File Explorer window and click New then Shortcut

    enter image description here

  4. In the Type the location of the item: field paste the link to your page you copied to the Clipboard in step 1 then click Next.

    enter image description here

  5. Finish the wizard. The next time you log in your OneNote page will open automatically.

As an added bonus, you can assign a keyboard shortcut to the shortcuts icons you created in your Startup folder. This lets you quickly go to any location in OneNote regardless of where you are in Windows. To do this, right-click the shortcut file, choose Properties then select the Shortcut key field and press your desired key combination.