Mi a különbség a "shutdown / r" és a "shutdown / g" között a Windows alatt?

Tartalomjegyzék:

Mi a különbség a "shutdown / r" és a "shutdown / g" között a Windows alatt?
Mi a különbség a "shutdown / r" és a "shutdown / g" között a Windows alatt?
Anonim
Amikor elkezdi ásni a Windows-ban rendelkezésre álló összes lehetőséget, akkor meglepődhet, hogy mit talál. Vegyük a
Amikor elkezdi ásni a Windows-ban rendelkezésre álló összes lehetőséget, akkor meglepődhet, hogy mit talál. Vegyük a

shutdown /r

és

shutdown /g

parancsokat, például. Mi a különbség köztük? 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ó gate_engineer szeretné tudni, hogy mi a különbség a "shutdown / r" és a "shutdown / g" között a Windows alatt:

I was reading through some of the options for the shutdown command in Windows when I stumbled across the following option descriptions:

I thought that when Windows restarts, every application would be closed during the shutdown process, then started again after the system boots. Some possibilities that come to mind are:
I thought that when Windows restarts, every application would be closed during the shutdown process, then started again after the system boots. Some possibilities that come to mind are:
  • A holdover from previous versions of Windows that performed some type of restart trickery
  • A temporary override of the system configuration’s default behavior

Is it either of these or something completely different?

Mi a különbség a Windows shutdown / r és shutdown / g között?

A válasz

DavidPostill a SuperUser munkatársa számára a válasz:

What is “shutdown /g”?

The /g option will restart applications that are registered for restart with the RegisterApplicationRestart API.

The Windows Restart Manager (introduced in Windows Vista) supports gracefully shutting down and restarting applications that registered for restart with the RegisterApplicationRestart API.

This functionality is used by Windows Update. Thanks to the Restart Manager, when I show up to my desktop computer yawning in the morning (even following a system restart), I have my Outlook, browser, OneNote, Visual Studio, and messenger applications all lined up as they were when I went to bed.

Suppose that you want to initiate “automagically restarting” everything after a restart. As of a few weeks ago, I thought it was necessary to write a small application that uses the Restart Manager APIs (i.e. RmStartSession and RmShutdown) to do this. And then it hit me that the shutdown command must already have support for doing this. And indeed, it has:

shutdown /g

Source: Restart Windows and Restart All Registered Applications: shutdown -g [Microsoft]

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: