rohitg40/WIndows-Hello-Reset ? reverse-engineered prompt
Reverse engineered prompt
Build me a PowerShell script that resets the Windows Hello sign in container for the current user on Windows 10 and 11. I want it to be something an IT admin can run after a user’s PIN, fingerprint, or face sign in stops working, or when Windows Hello won’t let them set it up again.
Use the built in Windows command that deletes the Hello container, and make it clear the script has to be run by the affected user, not as SYSTEM or another admin account. Before it does anything destructive, show a strong warning and make the user type RESET to continue. After the reset, tell them to sign out, sign back in with their password, and then set up Windows Hello again in Settings.
Please include helpful error handling and a few simple messages so a non technical person can follow along. If you need to check current Microsoft docs or behavior on newer Windows 11 versions, go ahead and look it up online.
Are you gonna build this?
make sure you review the code using coderabbit