Posted August 30, 201113 yr [Removal stuff moved to correct topic]Unattended:- Skip user creation & automated logon & empty administrator password <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <UserAccounts> <LocalAccounts /> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon>- Skip auto activation v51 <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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" /> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> Edited October 17, 201113 yr by Legolash2o
August 30, 201113 yr Some of those are already available, by the way would you know how to make it skip the product key screen completely? Thanks.Seriously... when i start the removal request stuff for 1.4.0 i will be adding as much as possible. Although i bet someone will request WinSXS which i think is impossible Edited August 30, 201113 yr by Legolash2o
August 30, 201113 yr Author Some of those are already available, by the way would you know how to make it skip the product key screen completely? Thanks.Seriously... when i start the removal request stuff for 1.4.0 i will be adding as much as possible. Although i bet someone will request WinSXS which i think is impossible I attached my unattended xml, this one skips the user AND key activation, just drops to a unactivated administrator desktop (confirmed).Autounattend.xml Edited August 30, 201113 yr by GieltjE
August 30, 201113 yr Thanks. and thanks for the donation. So i will definitely make sure these get added Some removal stuff you listed first i will try and move to the correct topic. I have a topic dedicated for removal stuff Edited August 30, 201113 yr by Legolash2o
August 30, 201113 yr Author i will try and move to the correct topic. I have a topic dedicated for removal stuffMy bad, was just adding stuff from the top of my head without reading to much, don't rush it good releases are better than broken ones.
August 30, 201113 yr Just to confirm...<SkipAutoActivation>true</SkipAutoActivation>That skips asking for key?P.S. Don't worry about double posting, if i see double posting i usually just merge. Edited August 30, 201113 yr by Legolash2o
August 30, 201113 yr Author Just to confirm...<SkipAutoActivation>true</SkipAutoActivation>That skips asking for key?P.S. Don't worry about double posting, if i see double posting i usually just merge.As long as the demo key is correct, I don't know whether the following is needed, but I guess it couldn't hurt either. <ProductKey> <Key>AAAAA-AAAAA-AAAAA-AAAAA-AAAAA</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> Edited August 30, 201113 yr by GieltjE
August 30, 201113 yr Thanks, i'll add these when i can, when i start requests this will be the first thing i will do. Input locales are gonna be tough
August 30, 201113 yr Author Thanks, i'll add these when i can, when i start requests this will be the first thing i will do. Input locales are gonna be tough Guess they should be enumerable from some source on the image, haven't got a multi language disk here, but I'll try when I get back tomorrow.For a start:http://technet.microsoft.com/en-us/library/ff715564%28WS.10%29.aspxhttp://technet.microsoft.com/en-us/library/dd744369%28WS.10%29.aspx Edited August 30, 201113 yr by GieltjE
August 30, 201113 yr Hi,Here is my unattended xml (with some fake names in it). It just needs two user inputs: the drive/partition where to install and later on the computer name.As you can see it is a bit less complicated than the one generated by RT7Lite (BTW my old RT7Lite xml was nearly identical to the one of GieltjE). Tip: the xml can always be validated by using Windows System Image Manager (part of WAIK)Regards, Eric666Autounattend.xml
September 2, 201113 yr Just an update, i will hopefully start on this soon I plan on redesigning the Unattended Creator to look a bit more easier to use as the current UI is rubbish
September 4, 201113 yr How to encrypt the Administrator and User passwords in Unattended.xml ?I used the "Unattend Creator", but it reveals the passwords in the created xml file...
September 5, 201113 yr How to encrypt the Administrator and User passwords in Unattended.xml ?I used the "Unattend Creator", but it reveals the passwords in the created xml file...I'm not sure how, it was easier just to make it plain text.
September 5, 201113 yr How to encrypt the Administrator and User passwords in Unattended.xml ?I used the "Unattend Creator", but it reveals the passwords in the created xml file...I'm not sure how, it was easier just to make it plain text.i suppose that's only possible with the WAIK 7 (?)(or at least, it's possible by using it, that's how i encrypted mine)
September 6, 201113 yr Actually password isnt encrypted, its a simple hash value that can be easily cracked...so why bother?Also it can be done only via WAIK and Sysprep, at least from my knowlege. Edited September 6, 201113 yr by Etz
October 15, 201113 yr Done these, you may notice your request for input locale, keyboard, etc.. may be missing. I've just moved it to another thread which also requested it. Closing the thread now.P.S. Still plain text.EDIT: Had to re-open due to Skip Auto activate not working (only works if key is provided). Edited October 16, 201113 yr by Legolash2o
October 17, 201113 yr Done these, you may notice your request for input locale, keyboard, etc.. may be missing. I've just moved it to another thread which also requested it. Closing the thread now.P.S. Still plain text.EDIT: Had to re-open due to Skip Auto activate not working (only works if key is provided).Yes, but you can skip it by providing "default keys" :http://www.wincert.n...deployment.htmlActually I dont know another way to skip product key, besides providing "default" during setup... Edited October 17, 201113 yr by Etz
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.