[TiLT] Posted March 7, 2008 Posted March 7, 2008 Which pass would be the best for applying registry tweaks?I think waiting until the end would be too late for some of my tweaks.Obviously I will be testing on my own, but I don't have much RAM so it takes me a while to test possibilities.
[TiLT] Posted March 8, 2008 Author Posted March 8, 2008 Seems what I want to do only makes sense in a couple of the passes anyways. Still extremely new to this vista unattended business. Thanks for the heads up on FirstLogonCommands, i'll definitely be needing it.This is waay more complex than I expected but it's really nice too. Microsoft got it right with this installation system.
MAVERICKS CHOICE Posted March 8, 2008 Posted March 8, 2008 Yep its no worries just takes a bit to get your head around it.
sp00f Posted March 15, 2008 Posted March 15, 2008 i have been applying my tweaks in FirstLogonCommandsCan you show us how you did this please?
MAVERICKS CHOICE Posted March 15, 2008 Posted March 15, 2008 This is how I add regs during FirstLogonCommands:I made a self installing sfx with the completed reg file with all Vista tweaks in one.<FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%Install\reg.exe</CommandLine> <Description>Apply Registry Settings</Description> <Order>60</Order> </SynchronousCommand>This works satisfactorily for me.
sp00f Posted March 15, 2008 Posted March 15, 2008 This is how I add regs during FirstLogonCommands:I made a self installing sfx with the completed reg file with all Vista tweaks in one.<FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%Install\reg.exe</CommandLine> <Description>Apply Registry Settings</Description> <Order>60</Order> </SynchronousCommand>This works satisfactorily for me.At wich point in the XML ? OOBE ?
sp00f Posted March 15, 2008 Posted March 15, 2008 Thats right in OOBE.Tried that, but after making another user , the regtweaks are not aplied for the other user.
Pliek Posted March 15, 2008 Posted March 15, 2008 (edited) I did the same, but with a regtweak.cmd that executes in FirstLogonCommand.After making a new account and after a reboot the tweaks are onely for current user, so please tell me how to get this working.So it work....as long as you don't make any new account(s) after applying your tweaks at FirstLogonCommand.Added in my xml: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>cmd /c %systemroot%\setup\scripts\regtweaks.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands>My regtweaks.cmd looks like this:@echo offREGEDIT /S %systemroot%\setup\scripts\REGTWEAKS.REGEXIT Edited March 15, 2008 by Pliek
MAVERICKS CHOICE Posted March 16, 2008 Posted March 16, 2008 Thats right in OOBE.Tried that, but after making another user , the regtweaks are not aplied for the other user.Yes don't know a workaround for that atm.
sp00f Posted March 16, 2008 Posted March 16, 2008 The only solution is : sysprepExecute the regtweaks in sysprep and capture the install.wimThen they work for all users
MAVERICKS CHOICE Posted March 16, 2008 Posted March 16, 2008 No worries, don't wanna go down that path myself though.
ajua Posted March 18, 2008 Posted March 18, 2008 No worries, don't wanna go down that path myself though.Me neither
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