GieltjE Posted August 30, 2011 Posted August 30, 2011 (edited) [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, 2011 by Legolash2o Legolash2o 1 Quote
Legolash2o Posted August 30, 2011 Posted August 30, 2011 (edited) 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, 2011 by Legolash2o Quote
GieltjE Posted August 30, 2011 Author Posted August 30, 2011 (edited) 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, 2011 by GieltjE Quote
Legolash2o Posted August 30, 2011 Posted August 30, 2011 (edited) 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, 2011 by Legolash2o Quote
GieltjE Posted August 30, 2011 Author Posted August 30, 2011 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. Quote
Legolash2o Posted August 30, 2011 Posted August 30, 2011 (edited) 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, 2011 by Legolash2o Quote
GieltjE Posted August 30, 2011 Author Posted August 30, 2011 (edited) 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, 2011 by GieltjE Quote
Legolash2o Posted August 30, 2011 Posted August 30, 2011 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 Quote
GieltjE Posted August 30, 2011 Author Posted August 30, 2011 (edited) 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, 2011 by GieltjE Quote
Eric666 Posted August 30, 2011 Posted August 30, 2011 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 Quote
Legolash2o Posted September 2, 2011 Posted September 2, 2011 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 Quote
gvvsss Posted September 4, 2011 Posted September 4, 2011 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... Quote
Legolash2o Posted September 5, 2011 Posted September 5, 2011 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. Quote
tealc Posted September 5, 2011 Posted September 5, 2011 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) Quote
Etz Posted September 6, 2011 Posted September 6, 2011 (edited) 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, 2011 by Etz Quote
Legolash2o Posted October 15, 2011 Posted October 15, 2011 (edited) 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, 2011 by Legolash2o Quote
Etz Posted October 17, 2011 Posted October 17, 2011 (edited) 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, 2011 by Etz Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.