Task Scheduler (run whether user is logged on or not)

0

I'm having a problem with scheduling a task in Windows 7 I m creating a task which is mapped to a bat file to execute, here is my .bat file :

cd "C:\soft\" 
Start excel "" "AD Auto Run.xlsm"

its working automaticaly and manually when the option (radio button) "Run only when the user is logged on" is selected.

but the automatic/manual RUN is not working when the option (radio button) "Run whether user logged on or not" is selected.

PS: I don't use a mapped drive

user1863359

Posted 2013-07-24T11:56:18.967

Reputation: 101

Is the batch file within a user's profile? Can you set it to have admin rights? If it can't get into the user's folders, it won't be able to execute the file. – Raystafarian – 2013-07-24T13:03:01.003

hwo can I set up user Profile ? – user1863359 – 2013-07-24T15:05:52.730

The user profile is the profile of the user that is logged in. I know, that's backwards talking. Go to control panel - user accounts – Raystafarian – 2013-07-24T15:50:38.347

No answers