How to modify a task in Windows Task Scheduler without having permission?
up vote
0
down vote
favorite
My computer wakes up every day at 1:00 by (powercfg -lastwake
)
'NT TASKMicrosoftWindowsUpdateOrchestratorUpdateAssistantWakeupRun'
when I want to modify the task it does not react for OK. When I try to disable it I am getting:
The user account you are operating under does not have permission to enable this task.
I have an administrative account but I am not able to modify a task. Is there a way how to do it?
windows-10 permissions windows-update windows-task-scheduler
add a comment |
up vote
0
down vote
favorite
My computer wakes up every day at 1:00 by (powercfg -lastwake
)
'NT TASKMicrosoftWindowsUpdateOrchestratorUpdateAssistantWakeupRun'
when I want to modify the task it does not react for OK. When I try to disable it I am getting:
The user account you are operating under does not have permission to enable this task.
I have an administrative account but I am not able to modify a task. Is there a way how to do it?
windows-10 permissions windows-update windows-task-scheduler
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
My computer wakes up every day at 1:00 by (powercfg -lastwake
)
'NT TASKMicrosoftWindowsUpdateOrchestratorUpdateAssistantWakeupRun'
when I want to modify the task it does not react for OK. When I try to disable it I am getting:
The user account you are operating under does not have permission to enable this task.
I have an administrative account but I am not able to modify a task. Is there a way how to do it?
windows-10 permissions windows-update windows-task-scheduler
My computer wakes up every day at 1:00 by (powercfg -lastwake
)
'NT TASKMicrosoftWindowsUpdateOrchestratorUpdateAssistantWakeupRun'
when I want to modify the task it does not react for OK. When I try to disable it I am getting:
The user account you are operating under does not have permission to enable this task.
I have an administrative account but I am not able to modify a task. Is there a way how to do it?
windows-10 permissions windows-update windows-task-scheduler
windows-10 permissions windows-update windows-task-scheduler
asked Nov 16 at 14:53
IvanH
1381213
1381213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
It is possible to use PsExec from Sysinternals PsTools.
Run Windows Task Scheduler with the command (No permission to disable a task in Task Scheduler)
psexec.exe -i -s %windir%system32mmc.exe /s taskschd.msc
and in running GUI is possible to modify tasks any desirable way.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
It is possible to use PsExec from Sysinternals PsTools.
Run Windows Task Scheduler with the command (No permission to disable a task in Task Scheduler)
psexec.exe -i -s %windir%system32mmc.exe /s taskschd.msc
and in running GUI is possible to modify tasks any desirable way.
add a comment |
up vote
0
down vote
accepted
It is possible to use PsExec from Sysinternals PsTools.
Run Windows Task Scheduler with the command (No permission to disable a task in Task Scheduler)
psexec.exe -i -s %windir%system32mmc.exe /s taskschd.msc
and in running GUI is possible to modify tasks any desirable way.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
It is possible to use PsExec from Sysinternals PsTools.
Run Windows Task Scheduler with the command (No permission to disable a task in Task Scheduler)
psexec.exe -i -s %windir%system32mmc.exe /s taskschd.msc
and in running GUI is possible to modify tasks any desirable way.
It is possible to use PsExec from Sysinternals PsTools.
Run Windows Task Scheduler with the command (No permission to disable a task in Task Scheduler)
psexec.exe -i -s %windir%system32mmc.exe /s taskschd.msc
and in running GUI is possible to modify tasks any desirable way.
answered Nov 16 at 14:53
IvanH
1381213
1381213
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376017%2fhow-to-modify-a-task-in-windows-task-scheduler-without-having-permission%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown