teeotsa/windows-11-debloat

Some settings get disabled by "Essential tweaks"

KalaRaja opened this issue · 7 comments

After applying essential tweaks, Some settings are disabled and a following message is shown:

"some of these settings are managed by your organization"

Oh, that's normal. What are you trying to change ?

Oh, that's normal. What are you trying to change ?

Cannot change lockscreen settings, like lockscreen wallpaper, quick status etc.

Oh, that's normal. What are you trying to change ?

Cannot change lockscreen settings, like lockscreen wallpaper, quick status etc.

Oh, I'm sorry.

Run this line of code to get lockscreen customization back.

Remove-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Personalization" -Name "NoLockScreen" -ErrorAction SilentlyContinue

Anything else I can do for you ? :)

thanks,
are you going to include this in the main script?

thanks, are you going to include this in the main script?

No problem !

Well, I'll try my best to re-design everything and maybe then . Right now, no .

thanks, are you going to include this in the main script?

No problem !

Well, I'll try my best to re-design everything and maybe then . Right now, no .

cool, thanks. I like how light weight the script is.

cool, thanks. I like how light weight the script is.

Haha, thanks. It's not 😳 could be better .