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
    2016-02-11T03:07:46+00:00

    Use powershell!

    Open PowerShell as an administrator

    • set-executionpolicy unrestricted
      • type y then hit enter
    • Get-AppxPackage *OneNote* | Remove-AppxPackage
    • set-executionpolicy restricted
      • type y then hit enter

    This removes the OneNote "app" entirely from the machine. Check your default settings and it should be set to "OneNote (Desktop)" across the board.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-12-24T23:26:45+00:00

    Well this is really stupid in Windows 10..

    So, what was working for me:

    1. unpin default onenote from start (right click in metro tile in start menu)
    2. select onenote desktop version and pin it to start (all app/microsoft office)
    3. start onenote from metro tile
    4. popup will come up to make it default, but now it will work and will not forward you to settings
    5. enjoy...

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-12-03T09:11:48+00:00

    my code...

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; OneClick ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    #F20::

      #IfWinNotActive, ONENOTEM

          run C:\Program Files\Microsoft Office\root\Office16\ONENOTEM.EXE

          Sleep 100

      #IfWinNotActive

      run, ONENOTE.EXE "/ "

      WinWaitActive, ahk_exe ONENOTE.EXE

      #IfWinActive, ONENOTE

          Send {Ctrl down}n{Ctrl up} ;New Page  

        ;;;; Alternate Drawing::

          ;SendInput {Alt}hr ;German-Version

          ;SendInput {Alt}dp ;US

      #IfWinActive

    return

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Doubleclick ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    #F19::

      #IfWinNotActive, ONENOTEM

          run C:\Program Files\Microsoft Office\root\Office16\ONENOTEM.EXE ; your dir

          Sleep 100

      #IfWinNotActive

      SendInput {LWin down}{RShift down}s{RShift up}{LWin up} ;screenshot

    return

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-12-02T02:33:48+00:00

    Thanks so much!!!!!

    I was hoping to still be able to take a screenshot when i double click the top button.  with this script, a single click will open onenote desktop (which i wanted) but double click still opens the other onenote, any ideas?

    (sorry i realize i'm late in the game just wondering if theres a quick fix)

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-11-22T11:45:17+00:00

    Great! Now i've got a message from Kaspersky..

    Well, this is not a virus or something like that. It removes only the complete installation direction and the autostart/startup 'file' from the computer. Keep calm.

    It is possible to use it without any installation. Use the same Link and download the "Non Installation File".

    Was this answer helpful?

    0 comments No comments