- Local time
- 5:02 AM
- Posts
- 231
- OS
- Windows 11 27965
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
At a glance
Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
- OS
- Windows 11 27965
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Sound Card
- Topping D50s
- Hard Drives
- NVMe
- PSU
- Corsair
- Keyboard
- Stelseries G6v2
- Mouse
- Zowie EC2
- Other Info
- https://www.youtube.com/shoober420








