Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 10_2_Uncheck User Must Enter Name And Password.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# just uncheck the checkbox in the app that opens.
netplwiz
netplwiz

#Windows v2004 ( and later ) First modify registry key to allow the checkbox to be visible:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device]

Change registry key "DevicePasswordLessBuildVersion" to 0 {as 32Bit DWORD} [ default is 2 ]

"DevicePasswordLessBuildVersion"=dword:00000000