A shutdown.exe szükséges a Windows leállításához?

Tartalomjegyzék:

A shutdown.exe szükséges a Windows leállításához?
A shutdown.exe szükséges a Windows leállításához?

Videó: A shutdown.exe szükséges a Windows leállításához?

Videó: A shutdown.exe szükséges a Windows leállításához?
Videó: How to get Microsoft OneNote For FREE!!! - YouTube 2024, Április
Anonim
A shutdown.exe szükséges a Windows leállításakor, vagy csak egy része a Windows leállításához használtnak? Más fájlok és / vagy folyamatok használatosak? A mai SuperUser Q & A hozzászólás a kíváncsi olvasó kérdéseire ad választ.
A shutdown.exe szükséges a Windows leállításakor, vagy csak egy része a Windows leállításához használtnak? Más fájlok és / vagy folyamatok használatosak? A mai SuperUser Q & A hozzászólás a kíváncsi olvasó kérdéseire ad választ.

A mai Kérdések és válaszok munkamenetét a SuperUser - a Stack Exchange, a Q & A weboldalak közösség által irányított csoportosulásának részlegével - köszönheti.

A kérdés

A SuperUser olvasó Mukul Kumar szeretné tudni, hogy a shutdown.exe szükséges-e a Windows leállításához:

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

A shutdown.exe szükséges a Windows leállításához vagy újraindításához?

A válasz

A JDEBP-nek a SuperUser-munkatársnak van választ a számunkra:

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.

Van valami a magyarázathoz? Hangzik ki a megjegyzésekben. Szeretne többet válaszolni a többi technikus-tudós Stack Exchange felhasználóiról? Nézze meg a teljes vitafonalat itt.

Ajánlott: