- Local time
- 9:47 AM
- Posts
- 178
- OS
- Windows 11 27842
When pressing CTRL+ALT+DEL with high contrast mode enabled using a custom theme, the colors will change to another theme. This would also change the wallpaper back to default blue flower thing but these reg keys fixed that.
is there a reg key policy i can tweak to disable high contrast theme color changes when pressing CTRL+ALT+DEL?
Code:
rem # Disable Wallpaper changes
rem # Fixes wallpaper switching to default when pressing CTRL+ALT+DEL in high contrast mode
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" /v "NoChangingWallPaper" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" /v "NoChangingWallPaper" /t REG_DWORD /d "1" /f
is there a reg key policy i can tweak to disable high contrast theme color changes when pressing CTRL+ALT+DEL?
- Windows Build/Version
- Windows 11 27842
My Computer
System One
-
- OS
- Windows 11 27842
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Other Info
- https://www.github.com/shoober420