Windows 11 tweaks: Difference between revisions
From WickyWiki
Created page with "Category:Windows Category:202412 = Disable Drag Top of Screen Snap Layouts = This happens when dragging a window to the top of your desktop. # Start menu right click # Settings # System # Multitasking # Snap windows # Expand # Uncheck: Show snap layouts when I drag a window to the top of my screen = Taskbar Settings = # Taskbar right click # Taskbar settings # Taskbar items: #* Search: Hide #* Task view: off #* Widgets: off # Other system tray icons: #* Hidde..." |
|||
| Line 27: | Line 27: | ||
= Disable Windows 11 right click 'Show More Options' = | = Disable Windows 11 right click 'Show More Options' = | ||
Start a DOS command prompt. | |||
<source lang=dos> | <source lang=dos> | ||
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve | reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve | ||
Latest revision as of 09:12, 15 December 2024
Disable Drag Top of Screen Snap Layouts
This happens when dragging a window to the top of your desktop.
- Start menu right click
- Settings
- System
- Multitasking
- Snap windows
- Expand
- Uncheck: Show snap layouts when I drag a window to the top of my screen
Taskbar Settings
- Taskbar right click
- Taskbar settings
- Taskbar items:
- Search: Hide
- Task view: off
- Widgets: off
- Other system tray icons:
- Hidden icon menu: off
- select the icons you want to see, for example 'bluetooth'
- Taskbar behaviors:
- Taskbar Alignment: Left
Disable Windows 11 right click 'Show More Options'
Start a DOS command prompt.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /F /IM explorer.exe & explorer.exe
To re-enable:
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Powershell font size
- Open PowerShell
- Right click top bar
- Settings
- Windows PowerShell
- Appearance