Da li isključivanje sustava Windows iz naredbenog retka uzrokuje štetu?

Sadržaj:

Da li isključivanje sustava Windows iz naredbenog retka uzrokuje štetu?
Da li isključivanje sustava Windows iz naredbenog retka uzrokuje štetu?
Anonim
Većina nas koristi izbornik Start kako bi zatvorio naš sustav sustava Windows, ali je li moguće uzrokovati štetu ako umjesto toga koristite Command Line? Postoje li određene naredbe koje bi mogle prouzročiti štetu dok druge ne? Danas SuperUser Q & A post ima odgovor na pitanje zabrinute čitatelje.
Većina nas koristi izbornik Start kako bi zatvorio naš sustav sustava Windows, ali je li moguće uzrokovati štetu ako umjesto toga koristite Command Line? Postoje li određene naredbe koje bi mogle prouzročiti štetu dok druge ne? Danas SuperUser Q & A post ima odgovor na pitanje zabrinute čitatelje.

Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.

Slika zaslona Acid Pix (Flickr).

Pitanje

SuperUser čitač FlipFloop želi znati ako koristite Windows CMD za isključivanje računala može prouzročiti štetu:

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)?

Koristi li Windows CMD za isključivanje računala uzrokovati štetu?

Odgovor

Za nas su odgovorili suradnici SuperUser, Marco Bonelli i LPChip. Prvo, Marco Bonelli:

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.

Slijedi odgovor iz 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.

Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.

Preporučeni: