Want to improve user experience by removing suggested content and other adds and tweak some core windows UI features.
You will need to change the following registry keys:
To hide tips on lock screen navigate to:
HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
There change or create a REG_DWORD
value named SubscribedContent-338387Enabled
and set it to 0
.
To hide suggestions in Start Menu navigate to:
HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
There change or create a REG_DWORD
value named SubscribedContent-338388Enabled
and set it to 0
.
To hide the search box in the taskbar, navigate to:
HKCU\Software\Microsoft\Windows\CurrentVersion\Search
There change or create a REG_DWORD
value named SearchboxTaskbarMode
and set it to:
To disable combining task bar items, navigate to:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
There, create or change a REG_DWORD
value named TaskbarGlomLevel
to:
Automates the above using my preffered defaults: