Last active
March 10, 2025 03:36
-
-
Save hacker1024/cd38700b812e2cddcc3ac52010cf26a2 to your computer and use it in GitHub Desktop.
Hidden OneNote settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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