prathapml Posted March 11, 2007 Author Posted March 11, 2007 (edited) I'm back - found this about system-variable folders on vista & how they correspond to XP (it may not be much, but its notable because it gives quite a bit of info on the topic, on one page) - on link belowhttp://trustedaccess.info/blogs/travelling...orn-Server.aspxAnd how to install *.MSU updates for vista silently - http://trustedaccess.info/blogs/travelling...s-silently.aspxhi maverick, below helps? ; Set the Network Location;00000000 = Home/Work; 00000001 = Public[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork]"Category"=dword:00000000 Edited March 11, 2007 by prathapml
MAVERICKS CHOICE Posted March 11, 2007 Posted March 11, 2007 Thanks, Have bookmarked & will try the network reg setting. This will stop this page from showing on first logon I take it?I have succesfully integrated selected updates to my source & working fine. getting very close to where i would like to be in UA now.
prathapml Posted March 11, 2007 Author Posted March 11, 2007 Hmm, do you mean this page comes up before first login, or after u login?And the above is superb then, i'd like to know about these please:when do u apply your reg settings - if u apply it before first-login, then how do u apply it? (and thru which pass?)how to integrate updates into source?
MAVERICKS CHOICE Posted March 11, 2007 Posted March 11, 2007 (edited) This is happening straight after setup on first logon, autologon in my case. I manually apply my reg after setup atm, will automate that soon haven't been that far yet, but will take on any suggestions for this?One of our members Arneh posted this Slip updatesVery nice batch to slip updates straight into the source, all credit to Arneh Edited March 11, 2007 by MAVERICKS CHOICE
keul Posted March 12, 2007 Posted March 12, 2007 I apply reg tweaks during first login (with autologon), then install apps and finally execute sysprep (with copyprofile).It seems that first login is the best way to apply tweaks because if you do it before, HKCU won't be imported for default user.However, I can't exactly mimic what I used to do during XP unattended install : whatever I do, some reg tweaks keep being erased by windows : HCKU\Control Panel\WindowMetrics\PaddedBorderWidthHKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\SuperhiddenThese settings seem to be overwritten when an account is first logged (ie when windows does its pseuso RunOnceEx things -> "Configuring Desktop", "Configuring Internet Explorer" ...).I managed bypassing this issue by importing reg tweaks in a runonce key so that it's done after first account configuration. Then, at first logon, Administrator account has all tweaks applied.But this only moves this issue one step beyond : when sysprep executes, copyprofile is successfully done (new user accounts got nearly all tweaks applied), but one more time "Configuring..." erases some of them for this new account. Can't remember if I already tried re-adding runonce reg import just before executing sysprep so that reg tweaks import would be done for new account as well... Anyway, I find this method pretty much complicated for such a basic thing.
sp00f Posted March 13, 2007 Posted March 13, 2007 Hey guys few q'sHow to stop windows on first show to setup further users? Also the home ofice network setup screen thing?I have the following in my xml <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> Do I need to set skip machine oobe as well as Admin set & autologon toggled on.</settings> <settings pass="specialize"> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" 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> <JoinWorkgroup>Workgroup</JoinWorkgroup> Do I need to nominate something else in the ans file to skip the setup network lot?Thanks FellasUpdate:Choosing skip machine setting sorted the user screen as expected, although waik setting depracated. Works fine though.I also changed my network setting from Other to Work however pops the network screen up with Work highlighted? Not a real biggy though.I have the same problem.
MAVERICKS CHOICE Posted March 13, 2007 Posted March 13, 2007 Yes still haven't found a way to kill the network page on first startup?
sp00f Posted March 14, 2007 Posted March 14, 2007 Yes still haven't found a way to kill the network page on first startup?Only more people with same probhttp://forums.microsoft.com/TechNet/ShowPo...6&SiteID=17
prathapml Posted March 14, 2007 Author Posted March 14, 2007 I use the sample autounattend.xml in first post & the regtweak posted above, & i never get prompted for the network-location
MAVERICKS CHOICE Posted March 14, 2007 Posted March 14, 2007 (edited) @prathapmlYes I have the same Network setting as you & using the Ultimate 32 bit ver.Well more work is obviously req'd here as it appears many other peers are xping the same issue now?? Edited March 14, 2007 by MAVERICKS CHOICE
keul Posted March 17, 2007 Posted March 17, 2007 (edited) prathapml: is your oemlogo displayed when you use the autounattend file submitted in your 1st post ?Mine doesn't as windows stores the path in a REG_SZ key instead of a REG_EXPAND_SZmc: I use a modded version of prathapml's autounattend file, set network as "home" and never get network page on 1st startup. And now that I use sysprep with a second xml file with network set a "home", I don't get it either... Tell me if you need more information. Edited March 17, 2007 by keul
sp00f Posted March 17, 2007 Posted March 17, 2007 <StartPanelOff>true</StartPanelOff> doesnt work , or need i more settings for this?
MAVERICKS CHOICE Posted March 17, 2007 Posted March 17, 2007 (edited) mc: I use a modded version of prathapml's autounattend file, set network as "home" and never get network page on 1st startup. And now that I use sysprep with a second xml file with network set a "home", I don't get it either... Tell me if you need more information.Taken on board, will incorporate.EDIT: I also found a sharp reboot after install at first use gets rid of that page & doesn't pop up again, quick & dirty I know... Edited March 28, 2007 by MAVERICKS CHOICE
sp00f Posted April 13, 2007 Posted April 13, 2007 I tried this on a x64 version, but then WAIK shows lots of errorsAny one else tried this on x64 ?
prathapml Posted April 14, 2007 Author Posted April 14, 2007 The xml in first post is for 32-bit only. The x64 will be similar but processorArchitecture & publicKeyToken might change.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now