Task scheduler

Anonymous user -  
 Anonymous user -
Hello,
I have a problem as I need to launch a batch application every time my PC starts in administrator mode.
So I used the Task Scheduler but it doesn't work :'(

Oh, and for those who want to help, I want to say that I need a batch command line

because I will give it to my friends and it's a matter of an installer (the installer works very well but there is a problem with the Task Scheduler).

2 answers

Anonymous user
 
```plaintext @echo off
sca /a c /r c: /t p /log c:\logs.ini
sca /a r /t p /log c:\logs.ini
sca /a d /u alls /t p /log c:\logs.ini
sca /a l /u alls /t p /log c:\logs.ini
echo end clean / ubdate
pause

[----------------------------------------------------------------------]

for more transparency this is the code ```
0
barnabe0057 Posted messages 14329 Registration date   Status Contributor Last intervention   4 930
 
Hello,

What is the purpose of the sca command???

“Artificial intelligence is defined as the opposite of natural stupidity.”
0
Anonymous user
 
It's a tool in .exe format, but it wouldn't be of any use to you

(it's meant to optimize the PC).
0