[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 đ