I have a sysprep file set up to work with Mysysprep.exe, basically what it does is it reboots the PC after I have the image I want and prompts me for a few things such as domain, domain password, domain username and then domain again. I have everything set up to autofill except the password. I want only the admin people to be able to put the password in but when I type it, it shows what I'm typing. Is there a way using mysysprep to prompt me for this to allow me to type in a password but it types asteriks instead of showing what I'm typing? Below is how I have my sysprep file set up.
component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Identification>
- <Credentials>
<Domain>%Enter A domain {THIS IS MY DOMAIN ACCOUNT}%</Domain>
<Password>%Enter Password%</Password>
<Username>%Enter Username {ADMIN DOMAIN USERNAME}%</Username>
</Credentials>
<JoinDomain>%Enter A Domain To Join {DOMAIN NAME}%</JoinDomain>
</Identification>
</component>
Page 1 of 1
MySysPrep Question
#2
Posted 07 August 2012 - 10:30 PM
Here is a link to the developer's website (i think)
http://www.tsaysoft.com/mysysprep2/
http://www.tsaysoft.com/mysysprep2/
This post has been edited by MrJinje: 08 August 2012 - 09:40 AM
#3
Posted 08 August 2012 - 07:32 AM
I had not seen that link where there was a contact. So thanks for sending that my way. I will contact the developer to see if this is possible. Thanks for pointing me in the right direction.
#4
Posted 08 August 2012 - 08:39 AM
Did you notice this about halfway through ?
So change your snip to this and it should work
<Password>%[password]Enter Password%</Password>
All you were missing was the '[password]'
Another feature is designed specially for password fields. If you put the attribute [password] right after the first % mark, the dialog will mask user input and the user needs to type the password twice to confirm. For example, <Password>%[password]Please input Admin password%</Password>
So change your snip to this and it should work
<Password>%[password]Enter Password%</Password>
All you were missing was the '[password]'
This post has been edited by MrJinje: 08 August 2012 - 09:40 AM
#5
Posted 08 August 2012 - 10:19 AM
Yes you are correct, that worked. Totally overlooked that. Thank you so much! I wish every fix was that easy
- ← Register DLL in offline Windows?
- Unattended Windows 7/Server 2008R2
- Is there a way to install w7 to an existing system →
Share this topic:
Page 1 of 1



Help
Back to top









