Link to home
Start Free TrialLog in
Avatar of Pete
PeteFlag for United Kingdom of Great Britain and Northern Ireland

asked on

run .vbs script at startup

need to run a vbs script at startup. win2008 servers , win7 clients

can I simply put a path to 'name.vbs' directly in group policy or do I need to create a bat file
cscript 'path to name.vbs'
and then run that bat file in group policy?
thanks
ASKER CERTIFIED SOLUTION
Avatar of Gerald26
Gerald26
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pete

ASKER

great so a startup script path of:
\\server\folder\name.vbs

will be ok?
I usually put VBS in the GPO / user / script / login folder but, yes there is no reason it wouldnt work if user has access to this shared folder.

But if you're asking the question, I guess you have already tried and it didnt go really well, am I right ?
Avatar of Pete

ASKER

it is a computer rather than user script.
thanks 4 help