Jump to content

Recommended Posts

Posted

friends i want to know how to add vbs files in unattended xp

i have recently downloaded some registry tweaks from kellys korner which are having extensions

.reg

.vbs

i know how to add .reg files to the unattended xp but i dont know how to use or add .vbs files in unattended windows xp cd

where to add this files so that they are automatically installed with unattended xp.

and how to supply answers to them when they prompt for some user inputs.

plz help me.


Posted

To Start A Vbs From A Cmd Script

echo off

cls

mode con: Cols=55 Lines=5

color 3f

Title Start Vbs

::2 EXAMPLES OF START THE VBS

::REMOVE THESE :: TO MAKE ACTIVE

::start /w %systemdrive%\Install\folder\NAME-OF-VBS

::start /w Wscript.exe %systemdrive%\Install\folder\NAME-OF-VBS

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...