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

Fix Missing User Special Folders

1. create C:\Users\KimConnect\Pictures 2. Regedit >> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders >> modify "My Pictures" value to…

Microsoft Excel Error: The Request Was Aborted Could Not Create SSL/TLS Secure Channel

Issue: Eventvwr.exe > Applications and Services Logs > Microsoft Office Alerts The request was aborted:…

PowerShell: Script to Stop, Start, Disable, and Enable Exchange Server

<#This script contains a set of functions to administer Exchange 2010, 2013, 2016, and 3000.…