Ist shutdown.exe notwendig, um Windows herunterzufahren?

Inhaltsverzeichnis:

Video: Ist shutdown.exe notwendig, um Windows herunterzufahren?

Video: Ist shutdown.exe notwendig, um Windows herunterzufahren?
Video: Welche kostenlose OneNote Version ist die richtige für Dich? | Alles klar in 4 Minuten | Online-Kurs 2024, März
Ist shutdown.exe notwendig, um Windows herunterzufahren?
Ist shutdown.exe notwendig, um Windows herunterzufahren?
Anonim
Ist shutdown.exe beim Herunterfahren von Windows erforderlich, oder ist es nur ein Teil dessen, was zum Herunterfahren von Windows verwendet wird? Werden stattdessen andere Dateien und / oder Prozesse verwendet? Der heutige Q & A-Beitrag von SuperUser enthält die Antwort auf eine Frage des neugierigen Lesers.
Ist shutdown.exe beim Herunterfahren von Windows erforderlich, oder ist es nur ein Teil dessen, was zum Herunterfahren von Windows verwendet wird? Werden stattdessen andere Dateien und / oder Prozesse verwendet? Der heutige Q & A-Beitrag von SuperUser enthält die Antwort auf eine Frage des neugierigen Lesers.

Die heutige Question & Answer-Sitzung wird von SuperUser zur Verfügung gestellt - einer Unterteilung von Stack Exchange, einer Community-basierten Gruppierung von Q & A-Websites.

Die Frage

SuperUser-Reader Mukul Kumar möchte wissen, ob shutdown.exe zum Herunterfahren von Windows erforderlich ist:

Is the file C:WindowsSystem32shutdown.exe necessary to shut down or restart Windows?

Ist shutdown.exe zum Herunterfahren oder Neustarten von Windows erforderlich?

Die Antwort

SuperUser-Mitwirkender JdeBP hat die Antwort für uns:

Your question of course originates from your answer at StackExchange, in particular from kinokijuf’s comment upon the initial revision of your answer.

As kinokijuf said, Windows is not Unix. On Unices and Linux, shutdown is indeed involved in the full shut down process. It is the program that sends regular warning messages to logged-in users and that writes the /run/nologin file to prevent further logging-on a short while before the scheduled shut down time.

On Windows NT, this is not the case.

The “shut down” action on the “power button” on the Windows Explorer Start menu, the “shut down” menu option in Task Manager, REBOOT /S in TCC or Take Command, and other application programs that allow you to shut the system down all initiate shut down by directly calling one of two Win32 API calls: InitiateSystemShutdownEx() or ExitWindowsEx(). They do not do things indirectly by running the shut down program. That actually needs more code to do than just calling the Win32 API call. The shut down program, when one is doing a local shut down, calls those same Win32 API calls too.

It is actually winlogon, csrss, and smss that are the programs that shut down Windows NT. In particular, it is winlogon that does the main work of processing deferred shut down requests.

Further Reading

  • Jonathan de Boyne Pollard (2006). The Windows NT 6 shutdown process. Frequently Given Answers.
  • Shutdown. FreeBSD 9.2 manual pages. 2013-03-19.
  • Shutdown. Systemd manual pages. 2013. Freedesktop.org.
  • Shutdown. Upstart manual pages. 2009. Canonical Ltd.
  • InitiateSystemShutdownEx. MSDN. Microsoft corporation.
  • ExitWindowsEx. MSDN. Microsoft corporation.
  • REBOOT. Take Command / TCC Help. JP Software.

Haben Sie etwas zur Erklärung hinzuzufügen? Ton aus in den Kommentaren. Möchten Sie mehr Antworten von anderen technisch versierten Stack Exchange-Benutzern lesen? Hier geht es zum vollständigen Diskussionsthread.

Empfohlen: