Skip to content

add error and resolution #8028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ schtasks /change /tn <Taskname> [/s <computer> [/u [<domain>\]<user> [/p <passwo

- To run a **/change** command with the permissions of a different user (**/u**, **/p**), the local computer must be in the same domain as the remote computer or must be in a domain that the remote computer domain trusts.

- If a **/change** command run with the **/u** and **/p** parameters results in **ERROR: User credentials are not allowed on the local machine.**, then the **/ru** and **/rp** parameters should be used in place of **/u** and **/p**.

- The System account doesn't have interactive logon rights. Users don't see, and can't interact with, programs run with system permissions.
To identify tasks with the **/it** property, use a verbose query (**/query /v**). In a verbose query display of a task with **/it**, the Logon Mode field has a value of Interactive only.

Expand Down