“Arrêt CMD” Réponses codées

Arrêt CMD

# Schedule an automatic shutdown (7200 = seconds)
shutdown /s /t 7200

# Cancel Auto Shutdown Schedule
shutdown -a
Erezzor

Comment fermer un ordinateur avec un raccourci CMD

shutdown -s -t 30
Note: 30 equals how many seconds you want it to take before shutting down
Fair Flamingo

Arrêt CMD

In CMD for Windows 10 and 11:

shutdown /s              (shuts down)
shutdown /r              (restarts)
shutdown /i              (opens UI for remote shutdown)
Clumsy Capybara

Commande d'arrêt Windows

shutdown -s -t 300
agentTequila

Arrêt CMD

#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
   system("C:\\WINDOWS\\System32\\shutdown /s");
}
Helpless Hippopotamus

Réponses similaires à “Arrêt CMD”

Questions similaires à “Arrêt CMD”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code