Изключва ли Windows от командния ред, причинявайки повреда?

Съдържание:

Изключва ли Windows от командния ред, причинявайки повреда?
Изключва ли Windows от командния ред, причинявайки повреда?

Видео: Изключва ли Windows от командния ред, причинявайки повреда?

Видео: Изключва ли Windows от командния ред, причинявайки повреда?
Видео: Как настроить приложение SmartThings - YouTube 2024, Април
Anonim
Повечето от нас използват менюто "Старт", за да изключат системата ни от Windows, но е възможно да причини вреда, ако решите да използвате командния ред вместо това? Има ли някакви команди, които биха могли да причинят щети, докато други не го правят? Днешната публикация "Суперусър" "Q &A" има отговора на загрижен въпрос на читателя.
Повечето от нас използват менюто "Старт", за да изключат системата ни от Windows, но е възможно да причини вреда, ако решите да използвате командния ред вместо това? Има ли някакви команди, които биха могли да причинят щети, докато други не го правят? Днешната публикация "Суперусър" "Q &A" има отговора на загрижен въпрос на читателя.

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

Снимката на екрана е предоставена от Acid Pix (Flickr).

Въпроса

Четецът на SuperUser FlipFloop иска да знае дали използването на Windows CMD за изключване на компютър може да причини повреда:

When you launch shutdown -i to shut down a computer via the command prompt (CMD), does it damage the computer that is being turned off (either locally or remotely)?

Използването на Windows CMD за изключване на компютър причинява вреда?

Отговорът

Сътрудниците на SuperUser Marco Bonelli и LPChip имат отговор за нас. Първо, Марко Бонъли:

The shutdown command in Windows performs a normal shutdown/reboot/logoff on the computer (locally or remotely). If you closed all of your running programs and saved your files, there is no difference between running any shutdown command (with any parameter) or using the Windows interface via the Start Menu. The command does not damage the computer or file system in any way.

More About Running Programs

If any programs preventing the shutdown are running, Windows will automatically try to terminate them and, if that is not possible, will prompt you about it. The only problem you can have here arises with programs performing unsaved changes to files. If they provide an automatic recovery of improperly closed sessions like Microsoft Office for example, they will save their state to recover it on the next start, otherwise you will lose the unsaved data.

Последвано от отговора от LPChip:

No, it will not. When you use the Start Menu to shut down a computer, it will also use the same shutdown command, just with different parameters.

The shutdown -i option was made to expose features that the Windows Start Menu does not offer without use of the Command Line. For example, shutdown -i can be used to send a shutdown command to another computer.

In the same fashion that shutdown -i will not damage your computer, neither will shutdown -s -t 0.

There is also the -f option, which is used to force a shutdown. This will not damage your Windows system, but it may cause any unsaved data (such as an unsaved open word document) to be lost.

Normally, Windows will show you a dialog of some sort like, “There is a program preventing shutdown. Do you want to cancel or continue anyway?” A timeout will eventually abort the shutdown. With the -f option, instead of showing you the message, it will assume that you wish to continue anyway and close any remaining programs.

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

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