A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
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.