Link to home
Start Free TrialLog in
Avatar of royalone67
royalone67Flag for United States of America

asked on

Batch files

I need to get rid of a batch file that someone created, that I no longer have contact with, where would I find it.  It's a batch file that installs a program across the network login.
ASKER CERTIFIED SOLUTION
Avatar of rnicolaus
rnicolaus
Flag of United States of America 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 royalone67

ASKER

thanks.. I hope i did this right
Avatar of Vadim Rapp
what you probalby needed was not to delete the batch file itself, but rather to delete the installation request to install that batch file from the group policy. Otherwise the logon probably will still try to launch the batch file, but won't find it. How to do it is described here:

http://www.windowsitpro.com/article/tips/jsi-tip-8215-how-do-i-configure-a-logon-script-via-group-policy-.aspx

and here:

http://homepages.ius.edu/JHOLLY/a247/labs/LogonScript.htm