Posted On April 28, 2022

Fix NetPlWiz and control userpasswords2 Grey-out Options

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Fix NetPlWiz and control userpasswords2 Grey-out Options

Problem: netplwiz has a grayed out ‘Users must enter a user name and password to use this computer’ option

Resolution: change DevicePasswordLessBuildVersion version 2 to version 0

Set-ItemProperty -Path "REGISTRY::HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" -Name "DevicePasswordLessBuildVersion" -Value 0

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Should I Choose the Motherboard (Fake) Hardware Raid Or Software RAID?

Motherboard Hardware Raid: - Advantages: - OS Independence - Easier to setup and use- Disadvantages:…

Desktop Virtualization Consideration

Information security would greatly improve with centralized desktop and data management. Early Launch Antimalware Detection,…

Last Logon Dates of List of AD Accounts

import-module activedirectory$output=""Get-Content C:\Users\kimconnect\Desktop\targetAccounts.txt | Foreach-Object -Process{ #  cast an array object as string before using…