nokia999i Posted October 23, 2008 Posted October 23, 2008 (edited) 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 Edited October 23, 2008 by nokia999i
nintulus Posted October 29, 2008 Posted October 29, 2008 Add your reg tweak file to the "$OEM$\$$\SCRIPTS" folder and add the following line to the setup.cmd :regedit /s %systemroot%\scripts\sample.regalso 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...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now