Forum

Restart Windows Ser...
 
Bildirimler
Hepsini Temizle

Restart Windows Server 2003 from the command line, Komut satırından server'ı restart etme,network restart

1 Yazılar
1 Üyeler
0 Reactions
806 Görüntüleme
(@rahmidilli)
Gönderiler: 2458
Famed Member
Konu başlatıcı
 

Shutdown /r /c “Hanging Application or service” /t 30

This example would restart the local machine storing the comment
provided with the /c switch. Windows would wait 30 seconds before
initiating the restart. You might also create a batch file to use when
it is necessary to restart a server in a remote location. The batch
file might look like this:

Shutdown /m \\computername /r /c “Remote Restart” /t 45     networkteki başka bir makinayı restart etmek için.

By saving this command in a batch file, it can save you time if you routinely restart the same remote server.

 
Gönderildi : 23/07/2009 17:14

Paylaş: