Als ik het volgende commando in prompt type verschijnt er een foutmelding: Fout:ongeldig schematype opgegeven.
Output command prompt:
C:\>schtasks /create /tn "lock" /tr c:\wrdstart\lock.bat /sc onidle /i 10
Fout: ongeldig schematype opgegeven.
Typ SCHTASKS /CREATE /? voor de syntaxis.
schtasks website microsoft
voorbeeld van de website:
To schedule a task that runs whenever the computer is idle
The following command schedules the MyApp program to run whenever the computer is idle. It uses the required /i parameter to specify that the computer must remain idle for ten minutes before the task starts.
schtasks /create /tn "My App" /tr c:\apps\myapp.exe /sc onidle /i 10
Natuurlijk heb ik de FAQ SCHTASKS geraadpleegd maar dit gaf geen oplossing. Ik mis volgens mij iets maar ik weet niet wat? Dus wie ziet er wat ik fout doe?
Output command prompt:
C:\>schtasks /create /tn "lock" /tr c:\wrdstart\lock.bat /sc onidle /i 10
Fout: ongeldig schematype opgegeven.
Typ SCHTASKS /CREATE /? voor de syntaxis.
schtasks website microsoft
voorbeeld van de website:
To schedule a task that runs whenever the computer is idle
The following command schedules the MyApp program to run whenever the computer is idle. It uses the required /i parameter to specify that the computer must remain idle for ten minutes before the task starts.
schtasks /create /tn "My App" /tr c:\apps\myapp.exe /sc onidle /i 10
Natuurlijk heb ik de FAQ SCHTASKS geraadpleegd maar dit gaf geen oplossing. Ik mis volgens mij iets maar ik weet niet wat? Dus wie ziet er wat ik fout doe?