Merry Christmas and Happy 2021, hoping it will be better than this year 😊
Build 21277 is out as an Optional Update
Read the Blog!
Windows Insider program | Windows Insider preview | Install, activate, and Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
141 answers
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Anonymous
2020-12-19T04:24:41+00:00 -
Anonymous
2020-12-19T00:21:04+00:00 For Win10 Home to disable blur, create a file with notepad, should also work on Pro (not tested on Pro, keep forgetting to double check so end up using gpedit as posted above by fg, does work on Home, tested):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=dword:00000001
Rename to "whatever-you-want.reg" and click on the registry file or set manually with registry editor.
Reboot. That's all folks.
If for some reason you want to enable again, same process for a reg file or manually delete line with registry editor:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableAcrylicBackgroundOnLogon"=-
Regards,
Hi Johnny,
With Windows Pro the registry is set when you enable the policy, they just go together, if you disable the policy or set it to not configured the entry in the registry disappears. With windows Home you don't have the policy editor so you just do it directly in the registry and the result is the same.