Automating/Scripting a Clean Boot

G

Guest

I know how to perform a clean boot WinXP Sp2, but I am using it often for
gaming.

Is there a way to automate the process with a script or by setting up a
"clean boot" hardware profile?
 
G

Guest

Since you understand editing the registry for a clean boot, your next step is
learning to 'export' the keys that you don't want to load, and creating a
combined ' *.REG ' file to run to undo the entries, reboot, run the game,
then run another reg file to redo the entries.

Open regedt32 and highligh some small subkey, and use the File menu to
'export' it to a reg file. delete the key, then run the reg file. You will
find the key recreated.

Removing a key is a bit more technical. It can be done in a bat file, but
scripting is the best way.
Learn to Script: http://www.microsoft.com/technet/scriptcenter/learnit.mspx

Run CMD, and from the prompt, type REG /?
 
G

Guest

Actually, I hadn't thought of using the registry, I had been using Msconfig
each time manually. I'll have to read some more to see to learn how to mimic
all of that with a set of reg entries.

Thanks for the pointer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top