reido113 Posted March 29, 2006 Posted March 29, 2006 Here is what I have...There are some reg tweaks that won't "stick" during the installation process.What i have done is create a runonce.ex file that runs my reg tweaks (that didn't stick) and then runs a cmdlines.exe which restarts the computer after the reg tweaks have been applied.I just cannot get this runonce.exe to run on the very first time the desktop comes up. Therefore I have to manually restart, then when the desktop comes up this second time, it will run my reg tweaks and restart itself.Is there anyway that I can make the reg tweaks run and my restart command run on the very first time the desktop shows up?Thanx in advance.
tguy Posted March 29, 2006 Posted March 29, 2006 Try initiating the RunOnceEx from either the GuiRunOnce section of your unattend file or from your cmdlines.txt file. Either should work.
reido113 Posted March 29, 2006 Author Posted March 29, 2006 Currently this is running from the [GuiRunOnce] in the winnt.sif fileMy cmdlines.txt can run my runonceex.cmd? Presently that is where i run my reg tweaks from, but like i said, some won't stick. I wont have a conflict runnung both of these from cmdlines?
blinkdt Posted March 29, 2006 Posted March 29, 2006 @reido113: I like to run several operations from first boot and use a method described HERE to accomplish the task. You could easily change the batch file (called "cleanup.cmd") to import your reg tweaks. It is a tad involved, but very versatile.
reido113 Posted March 29, 2006 Author Posted March 29, 2006 Interesting blinkdt.Lemme see if I sorta have the right idea now.I would place my finish.exe file in the ($OEM$\$Docs\All Users\Start Menu\Programs\Startup)Now the .cmd file (in the Setup=cleanup.cmd line) gets extracted to the Temp folder and automatically gets run? right? Where do I put this .cmd file to begin with?Can it just run the .reg file (Setup=tweaks.reg) or does the .reg file have to run from the .cmd file?
reido113 Posted March 30, 2006 Author Posted March 30, 2006 Yep, no problems.I put a batch in the startup folder, that runs another batch(in another root) which installs my reg tweaks then cleans up by deleting the batch from the startup and "whala" done....Thanx again, it may have taken weeks to figure that nice move out by myself.YOU ROCK
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