Batch Beta
Please Login to get full access and to disable ads.

Join the forum, it's quick and easy

Batch Beta
Please Login to get full access and to disable ads.
Batch Beta
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thanks to awestom for removing those ads!

Staff Selections are closed! Thanks for participating!
Welcome to the new admins and mods!
About the ads, yeah. We reached our 250'th post and the ads kicked on. In order to disable them I need to purchase a ad removal feature. Now, I don't have credits and in order to get one I need donations. Thanks

You are not connected. Please login or register

av script needed

3 posters

Go down  Message [Page 1 of 1]

1av script needed Empty av script needed Mon Jan 24, 2011 9:24 pm

awestom


Admin
Admin

i need a script that will turn off the antivirus, but i need it to by pass the "you do not have permission to do that" pop up, thanks Very Happy

2av script needed Empty Re: av script needed Tue Jan 25, 2011 3:00 pm

Forum_Reader

Forum_Reader
Jr Admin
Jr Admin

1. Find the service for the AVs you need to disable by using NET START (ex. my av uses ESET Service).
2. NET STOP "servicename" /y
3. ???
4. PROFIT!

3av script needed Empty Re: av script needed Tue Jan 25, 2011 9:56 pm

awestom


Admin
Admin

Forum_Reader wrote:1. Find the service for the AVs you need to disable by using NET START (ex. my av uses ESET Service).
2. NET STOP "servicename" /y
3. ???
4. PROFIT!

thanks, so if it's avast it would be

NET STOP avast.exe /y

??


i just tried that ^^^ and it didn't work

4av script needed Empty Re: av script needed Wed Jan 26, 2011 6:13 am

Ironside

Ironside
Moderators
Moderators

You need to first kill the antivirus, then execute the code to disable it's service.

Try this:

taskkill /F /IM avast.exe
NET STOP avast.exe /y

http://computertech.createmybb3.com

5av script needed Empty Re: av script needed Wed Jan 26, 2011 2:53 pm

Forum_Reader

Forum_Reader
Jr Admin
Jr Admin

Avast's service isn't avast.exe (that's the process name). Like I said, ESET's service is called "ESET Service".

6av script needed Empty Re: av script needed Thu Jan 27, 2011 1:11 am

awestom


Admin
Admin

avast is
avastUI.exe

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum