October 23, 200817 yr 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, 200817 yr by nokia999i
October 29, 200817 yr 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...
Create an account or sign in to comment