È necessario shutdown.exe per chiudere Windows?

Sommario:

È necessario shutdown.exe per chiudere Windows?
È necessario shutdown.exe per chiudere Windows?

Video: È necessario shutdown.exe per chiudere Windows?

Video: È necessario shutdown.exe per chiudere Windows?
Video: Cryptojacking: What Is It & How Does It Work? | NextdoorSec - YouTube 2024, Maggio
Anonim
Shutdown.exe è necessario quando si spegne Windows, o è solo una parte di ciò che viene usato per spegnere Windows? Vengono invece utilizzati altri file e / o processi? Il post di Q & A di SuperUser di oggi ha la risposta alla domanda di un lettore curioso.
Shutdown.exe è necessario quando si spegne Windows, o è solo una parte di ciò che viene usato per spegnere Windows? Vengono invece utilizzati altri file e / o processi? Il post di Q & A di SuperUser di oggi ha la risposta alla domanda di un lettore curioso.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

La domanda

Il lettore SuperUser Mukul Kumar vuole sapere se shutdown.exe è necessario per spegnere Windows:

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

Shutdown.exe è necessario per arrestare o riavviare Windows?

La risposta

Collaboratore SuperUser JdeBP ha la risposta per noi:

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.

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: