You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Task Scheduler, you receive the following error message:
16
16
@@ -20,39 +20,39 @@ When using Task Scheduler, you receive the following error message:
20
20
21
21
The issue occurs due to one of the following reasons:
22
22
23
-
1. The user account that you used to run the task doesn't have the necessary administrative privileges.
24
-
2. Permissions of the C:\\Windows\\System32\\Tasks folder were changed.
25
-
3. The task is configured to run with a specific set of credentials that differ from your current user account.
23
+
- The user account that you used to run the task doesn't have the necessary administrative privileges.
24
+
- The permissions for the **C:\\Windows\\System32\\Tasks** folder were changed.
25
+
- The task is configured to run with a specific set of credentials that differ from your current user account.
26
26
27
27
> [!NOTE]
28
-
> If you're connecting to a remote host using *mmc.exe* with the Task Scheduler snap-in or *taskschd.msc* console using a regular account, it's expected to receive an access denied error. Only accounts that are part of the Local Administrators group or Domain Administrator are allowed to remotely manage a system. For security reasons, a non-administrator user can't view or manage a Windows Task Scheduler task created by another user. For more information, see [What's New in Task Scheduler](/windows/win32/taskschd/what-s-new-in-task-scheduler#windows-10-and-windows-server-2016).
28
+
> If you connect to a remote host using **mmc.exe** with the Task Scheduler snap-in or **taskschd.msc** console using a regular account, it's expected to receive an access denied error. Only accounts that are part of the Local Administrators group or Domain Administrators group are allowed to remotely manage a system. For security reasons, a non-administrator user can't view or manage a Windows Task Scheduler task created by another user. For more information, see [What's New in Task Scheduler](/windows/win32/taskschd/what-s-new-in-task-scheduler#windows-10-and-windows-server-2016).
29
29
30
-
## Resolutions
30
+
## Resolution
31
31
32
32
To resolve this issue, use one of the following methods.
33
33
34
-
### Run Task Scheduler as Administrator
34
+
### Run Task Scheduler as administrator
35
35
36
-
Right-click on Task Scheduler and select "Run as administrator." This approach can often resolve access issues.
36
+
Right-click **Task Scheduler** and select **Run as administrator**. This approach can often resolve access issues.
37
37
38
-
### Check User Account Permissions
38
+
### Check user account permissions
39
39
40
40
Ensure that the user account you're using has the necessary permissions to run the task. You might need to add your user account to the Administrators group.
41
41
42
-
### Modify Task Properties
42
+
### Modify task properties
43
43
44
-
1. Open **Task Scheduler**, find the task causing the issue, right-click on it, and select **Properties**.
44
+
1. Open **Task Scheduler**, find the task causing the issue, right-click it, and select **Properties**.
45
45
2. Go to the **General** tab and select **Run with highest privileges**.
46
46
47
-
### Check Group Policy Settings
47
+
### Check Group Policy settings
48
48
49
-
1. Open the Group Policy Editor by typing *gpedit.msc* in the Run box.
49
+
1. Open the Group Policy Editor by typing **gpedit.msc** in the **Run** box.
50
50
2. Navigate to **Computer Configuration** > **Windows Settings** > **Security Settings** > **Local Policies** > **User Rights Assignment**.
51
51
3. Ensure that your user account has the **Log on as a batch job** right.
52
52
53
-
### Manual Task Re-Initialization
53
+
### Manual task re-initialization
54
54
55
-
1. Export a problematic task to an XML file before deletion. To do so, run the following command:
55
+
1. Export the problematic task to an XML file before deleting it. To do so, run the following command:
0 commit comments