Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch file to remove mscript.exe
Name: Tim Date: October 24, 2000 at 13:11:13 Pacific
Comment:
I need a batch file that I can use to remove mscript.exe from 100 NT computers that all log onto a single PDC. A friend said that one was available via tech net but I have been unable to locate it. The purpose is to disable vbs script run from within outlook, exchange, and i-net explorer on the client side. Thanks
Name: Justin King Date: October 25, 2000 at 00:41:11 Pacific
Reply:
If you are using logon scripts you can add some lines into that to remove it. If you use the del /q command (you have to use wild cards with this - see help - del /?) you wont be asked for comfirmation before deleting so users wont know it even happened.
Summary: Hi, can some one please help! How can i get a batch file to run when ever someone logs off a computer. Is this possible? Also how can i get a batchfile to run when the computer is switched off? Th...
Summary: I have a folder with various forms on 7 different servers that I copy from my machine. Right now I am using the following in a batch file to copy the contents of "C:\instdesktop" to each server: (ins...
Summary: Hi I would like to add to my login script to update a file in the client machine by setting it to update every Friday. It's a *.exe file that I like to run and it's store on the server. Can someone he...