Forum Discussion
Bordon0116
Sep 06, 2023Copper Contributor
Change Windows Hello Pin with .Net
Hello, I am looking for a way to set and change the Windows Hello PIN via an SDK or nuget package and .Net. I have written a C# programme that randomly sets the password for a local administrator u...
ArkansasQuapaw
Aug 20, 2025Iron Contributor
Use the NetUserChangePassword API or the PowerShell command Set-LocalUser -Name username -Password.