Skip to content

Instantly share code, notes, and snippets.

@hacker1024
Last active March 10, 2025 03:36
Show Gist options
  • Save hacker1024/cd38700b812e2cddcc3ac52010cf26a2 to your computer and use it in GitHub Desktop.
Save hacker1024/cd38700b812e2cddcc3ac52010cf26a2 to your computer and use it in GitHub Desktop.
Hidden OneNote settings
Windows Registry Editor Version 5.00
; Disables the new "Sticky Notes" feature in OneNote.
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OneNote\Options\Other]
"IsMemoryWindowDisabled"=dword:00000001
Windows Registry Editor Version 5.00
; Changes the state of the ribbon in full screen mode.
;
; 1 - Expanded
; 2 - Tabs only
; 3 - Collapsed, with pen tools
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OneNote\Options\Other]
"FullScreenRibbonState"=dword:00000003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment