Questions tagged [schtasks]
20 questions
0
votes
0 answers
How to use schtasks to query a remote server as a non-admin?
I want to query a remote server's tasks:
schtasks /query /s
ERROR: Access is denied.
The account I am running this from is not a local admin on the remote server, but I have the following set up:
The account has read and execute…

Frikster
- 101
- 3
0
votes
3 answers
schtasks.exe adding repeat every 10 min when not desired
I am trying to create a scheduled task from the command line. I need the task to run every day at 7:05pm and run for a maximum duration of 1 hour. Just once until the next day.
Here is my command:
schtasks.exe /create /ru DeployUser /rp '********'…

Rob S.
- 101
- 1
- 3
0
votes
1 answer
How to prevent schtasks on Windows 7 from showing the command prompt after executing a task?
I am trying to get a scheduled task on Windows 7 to execute once a minute, using schtasks and a batch file.
My .bat batch file is:
@ECHO OFF
wscript "c:\http.vbs"
The .vbs script si a simple one, it performs a basic HTTP request:
Function…

Cristian G.
- 3
- 3
0
votes
1 answer
Shutting down system using task scheduler feature
I am working on a network with multiple systems with windows XP. My aim to schedule a system shutdown at a specific time, but i don,t want everybody to set it manually. Just a click on the .cmd file i will be sending them shall do the needful.
For…
0
votes
1 answer
Change task-specific history setting for Windows schtasks
There appears to be a way to enable and disable the task history of specific tasks, even if they are in the same hierachy or folder (in this case in the folder \ of all tasks).
Case in point:
Windows Server 2012 R2 Standard
Scheduled task…

deucalion
- 101
- 1