how Close processes and Services When Close Error with doc?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
r2du-soft
Posts: 68
Joined: 09 Sep 2011 12:13

how Close processes and Services When Close Error with doc?

#1 Post by r2du-soft » 14 Jan 2012 07:24

hi
i want close a processes (Antivirud processes) but when close error that!
my code for close processes is:

taskkill /f /im "sheedUI.exe"
ERROR: The process "SheedUi.exe" with PID 2248 could not be terminated.
Reason: Access is denied.

and

my code for close Services is:
net stop Sheed Antivirus Service

but this code's Not act & not close with codes
Is there a way (a code) out that's?
Thanks

r2du-soft
Posts: 68
Joined: 09 Sep 2011 12:13

Re: how Close processes and Services When Close Error with d

#2 Post by r2du-soft » 17 Jan 2012 06:34

anybody not Answer my question?!!!!!!!

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: how Close processes and Services When Close Error with d

#3 Post by Ed Dyreen » 17 Jan 2012 13:42

'
It's not your pc, it's your aVirus's pc. They decide what is possible and what isn't.
You normally can't taskkill aVirus software, but you should be able to disable it's services.

aVirus doesn't likes to be terminated :idea:

Post Reply