How to find the location of the Scheduled Tasks folder

前端 未结 6 1250

I have seen references online that state that \'Scheduled Tasks\' in Windows are stored in %SystemRoot%\\Tasks, which I think usually equates to C:\\Windo

6条回答
  •  离开以前
    2020-12-23 10:14

    For Windows 7 and up, scheduled tasks are not run by cmd.exe, but rather by MMC (Microsoft Management Console). %SystemRoot%\Tasks should work on any other Windows version though.

提交回复
热议问题