Is shutdown.exe Необходимо ли е да затворите Windows Down?

Съдържание:

Is shutdown.exe Необходимо ли е да затворите Windows Down?
Is shutdown.exe Необходимо ли е да затворите Windows Down?
Anonim
Изключена ли е shutdown.exe, когато се затвори Windows, или е само част от това, което се използва, за да се затвори Windows? Използват ли се други файлове и / или процеси? Днешната публикация "SuperUser Q &A" е отговорът на въпроса на любознателен читател.
Изключена ли е shutdown.exe, когато се затвори Windows, или е само част от това, което се използва, за да се затвори Windows? Използват ли се други файлове и / или процеси? Днешната публикация "SuperUser Q &A" е отговорът на въпроса на любознателен читател.

Днешната сесия за въпроси и отговори ни идва с любезното съдействие на SuperUser - подразделение на Stack Exchange - обединяване на уеб сайтове с въпроси и отговори.

Въпроса

Reader на SuperUser Mukul Kumar иска да разбере дали shutdown.exe е необходим за спирането на Windows:

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

Изключена ли е shutdown.exe за изключване или рестартиране на Windows?

Отговорът

Сътрудникът на SuperUser JdeBP има отговорът за нас:

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.

Имате ли нещо, което да добавите към обяснението? Звучи в коментарите. Искате ли да прочетете повече отговори от други потребители на Stack Exchange? Вижте цялата тема на дискусията тук.

Препоръчано: