Help - Search - Members - Calendar
Full Version: Vista Registry tweaks import
MSFN Forums > Unattended Windows Discussion & Support > Unattended Vista

   
Google Internet Forums Unattended CD/DVD Guide
nokia999i
Hey Gang :

Here's my scenario, I used Vita Update Toolkit to integrate Add-ons which created an $OEM$ directory in my sources folder, with a SetupComplete.cmd inside scripts folder, with that in mind I want to apply some critical registry tweaks which I want applied across to all future created users, how can I achieve that ?

Please I need that issue to be resolved soon !

thanks sad.gif
nintulus
Add your reg tweak file to the "$OEM$\$$\SCRIPTS" folder and add the following line to the setup.cmd :

CODE
regedit /s %systemroot%\scripts\sample.reg


also better to add an if not exist line to tell what to do if regedit can't find it...

This is the way normal OEM logos and information reg tweaks are normally executed...

Check also your autounattend.xml has any overriding commands for this script...

Another tideous method will be to open your autounattend.xml in WSIM and edit it directly...

Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.