Making desktop onenote default for windows 10

Anonymous
2015-07-29T05:56:43+00:00

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)

Microsoft 365 and Office | OneNote | For home | Windows

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.

0 comments No comments

102 answers

Sort by: Most helpful
  1. Anonymous
    2015-10-08T13:47:16+00:00

    thx 4 testing Andreas.

    I've updated it [ 08.10.2015 @ 5:20 pm (gmt +2) ].

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-10-08T11:22:16+00:00

    Dear t_mae and All

    Frankly - after I got everything working as per cust_'s advice - I quietly reverted back to my little AutoHotkey script (not as elaborate as the one from Lee) but I find it now much smoother for me that the original Microsoft solution...)

    1 click = Onenote 2016 as always for taking notes when on the phone

    2 clicks = Microsoft's  snipping tool (with overlay screen selection activated) - which for me works perfect to annotate the 3D CAD files from our designers and just (without saving anything) copying them back into my answer mails (CAD screenshots and ink comments/corrections all included)

    =================

    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.

    ; #Warn  ; Enable warnings to assist with detecting common errors.

    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

    #F20:: run, onenote.exe

    #F19::

    run, snippingtool.exe

    sleep 300

    #IfWinActive ahk_class Microsoft-Windows-Tablet-SnipperToolbar

    Send !n

    Send r

    return

    #IfWinActive

    =================

    Thank you everybody and good luck - that Microsoft will fix this one day for good - and maybe even come up with a much more upgraded version of Surface Pen button customization...???

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-10-08T10:03:47+00:00

    Hey Guys,

    so far so good...

    Have you tested, if i wake up the tablet with the purple button it starts this f... onenote-cloud app again. then you have to do the whole procedure again plus manually setting the onenote-desktop-app as default.

    any ideas how to completely getting rid of the cloud app?

    cheers....

    My setup: surface3 win 10x64pro office2013x64 hob

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-10-08T08:28:41+00:00

    Hello cust_

    Thanks a lot! Works perfektly!

    br

    Andreas

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-10-08T02:09:47+00:00

    I've scripted an (standalone) app for everyone, who needs or wants back the behavior before Windows 10.

    an install file (sfx):

    For version office 2016

    For version office 2013

    For version office 2013 pro plus

    Cloud: https://rwth-aachen.sciebo.de/index.php/s/w1FqpdZB4Wct929

    Password: cust_

    OneClick: Opens OneNote Desktop. If it is in front, oneclick creates a new page!

    DoubleClick: Selectable screenshot. -> sends to after selection to OneNote.

    its working after reboot too (Start up  - Autostart)


    Added support: office 2013 pro plus

    App Updated: 08.10.2015 @ 5:20 pm (gmt +2)

    Now: Better routine.

    Bug fixed: 1-Click waits for OneNote Desktop to create a new page.

    Was this answer helpful?

    0 comments No comments