Page 1 of 1

Can't terminate EXCEL.EXE process

Posted: Thu Apr 26, 2018 12:24 pm
by marcolobaido
Hi, I created a new task but it stops when I try to end excel process.
Why the access to the process in denied?
Is there a way to bypass this problem?

Re: Can't terminate EXCEL.EXE process

Posted: Tue May 01, 2018 3:26 pm
by Rukbunker
Do you only have the problem with Excel or did you also tried to reproduce it with another process?

Re: Can't terminate EXCEL.EXE process

Posted: Wed May 02, 2018 8:45 am
by Oleg
I tried, it works without problems...

Code: Select all

I: 02.05.2018 10:43:40: ****** Starting task: Terminate process "EXCEL.EXE"... ******************
I: 02.05.2018 10:43:40: Executing "1.Terminate process "EXCEL.EXE""
I: 02.05.2018 10:43:40: Task executed successfully
The task is

Code: Select all

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|769107885
Comment=STRINGLIST
ContinueOnError=INTEGER|0
DoNotStopWhenShutdown=INTEGER|0
ExternalName=STRING|"Task46"
Hide=INTEGER|0
ID=INTEGER|2034567722
LogOnAsUser=INTEGER|1
Name=STRING|"Terminate process ""EXCEL.EXE""..."
OnErrorTaskID=INTEGER|-1
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
UnicodeFormat=INTEGER|1
WriteGeneralLog=INTEGER|0

[Actions]
Action1=FOLDER

[Actions\Action1]
ActionID=STRING|"A_MISC_KILLAPP"
Enabled=INTEGER|-1
Name=STRING|"Terminate process ""EXCEL.EXE"""
Params=FOLDER

[Actions\Action1\Params]
more=STRING|"0"
process=STRING|"EXCEL.EXE"