Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a publisher for your VBS script

Status
Not open for further replies.

maccten2000

Programmer
May 13, 2003
37
EU
Hi All,

I have created a VBS script which is used for backing up peoples folders at the end of each night and moving them to an internal server within the company.

All works well but i was wondering does anyone know how to get rid of the message asking the user are they sure they wish to run a script for an unknown publisher.

If this is not possible does anyone know how i can create a publisher for my code and then set up for it to be acceptable?

Thanks very much for yur time
 
It sounds like you'll need to create your own certificate and apply it to the script. I have no idea how to do this though. As a potential work-around, modify the security settings in IE to not prompt for confirmation when running scripts from unknown publishers. However, this can create a security hole, especially for the un-savvy computer user.

-Geates
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top