[quote=“Tom Elliott, post: 32984, member: 7271”]If you don’t know how to get the Encoded password:
Here’s how (useful if you wanted to script all of this):
Autologin password is the password with a salt of “Password”
So you can run:
[code]base64 ‘mypasswordHerePassword’[/code] And the value that generates is what you would put in the <Value>YOUR ENCRYPTED PASSWORD</Value>
For the AdministratorPassword stanza, the same is true but the salt is “AdministratorPassword” so:
[code]base64 ‘mypasswordHereAdministratorPassword’[/code] And the value that generates is what you would put in the <Value>YOUR ENCRYPTED PASSWORD</Value>
For the LocalAccount password is the same with salt as the AutoLogin with a salt of “Password”
Hope this helps you all out.[/code][/quote]
My bad orgot to mention something to that end, just bolded the <Value>YOUR ENCRYPTED PASSWORD</Value> to make it a little easier to read 🙂