Best pass for applying registry tweaks?
#1
Posted 07 March 2008 - 03:54 AM
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.
#3
Posted 08 March 2008 - 12:49 AM
This is waay more complex than I expected but it's really nice too. Microsoft got it right with this installation system.
#4
Posted 08 March 2008 - 02:59 AM
#5
Posted 15 March 2008 - 08:51 AM
#6
Posted 15 March 2008 - 01:03 PM
I made a self installing sfx with the completed reg file with all Vista tweaks in one.
Quote
<SynchronousCommand wcm:action="add">
<CommandLine>%AppsRoot%Install\reg.exe</CommandLine>
<Description>Apply Registry Settings</Description>
<Order>60</Order>
</SynchronousCommand>
This works satisfactorily for me.
#7
Posted 15 March 2008 - 01:29 PM
MAVERICKS CHOICE, on Mar 15 2008, 08:03 PM, said:
I made a self installing sfx with the completed reg file with all Vista tweaks in one.
Quote
<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 ?
#9
Posted 15 March 2008 - 02:14 PM
#10
Posted 15 March 2008 - 02:27 PM
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 off REGEDIT /S %systemroot%\setup\scripts\REGTWEAKS.REG EXIT
This post has been edited by Pliek: 15 March 2008 - 04:58 PM
#11
Posted 15 March 2008 - 06:07 PM
#13
Posted 16 March 2008 - 02:18 PM
Execute the regtweaks in sysprep and capture the install.wim
Then they work for all users
#14
Posted 16 March 2008 - 02:40 PM
#15
Posted 17 March 2008 - 08:41 PM



Help
Back to top









