Koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows"?

Turinys:

Koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows"?
Koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows"?

Video: Koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows"?

Video: Koks skirtumas tarp
Video: Play YouTube with Screen off | iPhone & Android - YouTube 2024, Balandis
Anonim
Kai pradėsite kasti visas "Windows" parinktis, galite tiesiog nustebinti, ką galite rasti. Paimkite
Kai pradėsite kasti visas "Windows" parinktis, galite tiesiog nustebinti, ką galite rasti. Paimkite

shutdown /r

ir

shutdown /g

pvz., komandos. Koks skirtumas tarp jų? Šiandien "SuperUser" Q & A įrašas turi atsakymą į įdomų skaitytojo klausimą.

Šiandieninė klausimų ir atsakymų sesija pateikiama su "SuperUser" - "Stack Exchange", bendruomenės valdoma Q & A grupių asociacija.

Klausimas

SuperUser skaitytuvas gate_engineer nori sužinoti, koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows" yra:

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?

Koks skirtumas tarp "shutdown / r" ir "shutdown / g" sistemoje "Windows"?

Atsakymas

"SuperUser" autorius DavidPostill atsakė mums:

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]

Ar turite ką nors įtraukti į paaiškinimą? Garsas išjungtas komentaruose. Norite skaityti daugiau atsakymų iš kitų "Tech-savvy Stack Exchange" vartotojų? Patikrinkite visą diskusijų temą čia.

Rekomenduojamas: