Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

get rid of DisableLockScreenRS1 #326

Closed JustMyGithub closed 4 years ago

JustMyGithub commented 4 years ago

I think it is not useful to have a version-specific setting. Why not integrate it like "if Version between 1607 and 1709 use DisableLockScreenRS1 else ..."

Disassembler0 commented 4 years ago

DisableLockScreenRS1 should have never existed in the first place. It uses completely hacky way of doing something what happens to have similar result as DisableLockScreen, but it's incompatible with it. It was just a workaround for a bug brought in by Microsoft at the time. The tweak survives mostly as a historical reference, possibly to be used by people using LTSB (or simply outdated) versions. Similar to EnableMeltdownCompatFlag and some other one-off tweaks with no real use on current versions.