MSFN Forum: MySysPrep Question - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

MySysPrep Question

#1 User is offline   crowe80 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 13-March 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 July 2012 - 06:03 AM

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>


#2 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 07 August 2012 - 10:30 PM

Here is a link to the developer's website (i think)

http://www.tsaysoft.com/mysysprep2/

This post has been edited by MrJinje: 08 August 2012 - 09:40 AM


#3 User is offline   crowe80 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 13-March 12
  • OS:Windows 7 x64
  • Country: Country Flag

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 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 08 August 2012 - 08:39 AM

Did you notice this about halfway through ?

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 User is offline   crowe80 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 13-March 12
  • OS:Windows 7 x64
  • Country: Country Flag

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 :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy