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: Oldest
  1. Anonymous
    2015-08-02T05:56:29+00:00

    the title was how to make onenote default, this helps with the pen top buttun which is impacted by windows 10 

    it does not solve the original question of the note button. appologies if this has not been helpful

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-08-02T07:20:01+00:00

    oh no, it is helpful but i wish there was a way to fix the main problem as well

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-08-02T09:05:03+00:00

    oh no, it is helpful but i wish there was a way to fix the main problem as well

    agreed, has anyone found a resolution yet??

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-08-02T11:27:42+00:00

    Ok well try this, its a little rough round the edges.....

    In order for this to work 'note' will need to be in the first position on your 'quick actions'

    to do this go to settings -> "notifications and actions" -> under choose your actions, click the first one and select note.

    create an hotkey script with the following

    #NoEnv

    #SingleInstance force

    SetTitleMatchMode, 2

    #IfWinActive, Action Centre ahk_class Windows.UI.Core.CoreWindow

    ~LButton::

    MouseGetPos, xpos, ypos, id, control

    If (xpos> 6 and xpos < 86 and ypos < 724 and ypos > 670) {

    sleep, 500 ;(wait .5 seconds)

    WinKill OneNote ahk_class ApplicationFrameWindow

    IfWinNotExist ahk_class Framework::CFrame

    Run C:\Program Files\Microsoft Office\Office15\OneNote.exe

    }

    else {

    ;MsgBox, I am open

    sleep, 2 ;(wait .5 seconds)

    WinKill OneNote ahk_class ApplicationFrameWindow

    WinActivate ahk_class Framework::CFrame

    }

    return

    Its rough and a work in progress ideally I would like to prevent the onenote app from loading but the only way I can see to do that would add a lot of overhead, so killing it will have to do until MS tell us how to fix it properly .

    I have not tested on my surface pro 3 only on my laptop but as a tap is a click it should work..

    Was this answer helpful?

    0 comments No comments
  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more