shutdown /r
ja
shutdown /g
esimerkiksi komentoja. Mikä on niiden välinen ero? Tänään SuperUser Q & A -postilla on vastaus utelias lukijan kysymykseen.
Tämän päivän kysymys- ja vastausistunto tulee meihin SuperUserin hyväksi - Stack Exchangein alaosasto, joka on yhteisöllinen Q & A-sivustojen ryhmittely.
Kysymys
SuperUser reader gate_engineer haluaa tietää, mitä eroa Windowsin "shutdown / r" ja "shutdown / g" välillä on:
I was reading through some of the options for the shutdown command in Windows when I stumbled across the following option descriptions:
- 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?
Mikä on ero shutdown / r: n ja shutdown / g: n välillä Windowsissa?
Vastaus
SuperUser-avustaja DavidPostilla on meille vastaus:
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]
Onko jokin asia lisättävä selitykseen? Kuulkaa kommentit. Haluatko lukea lisää vastauksia muilta tech-tajuilta Stack Exchange-käyttäjiltä? Katso koko keskusteluketju täältä.