I am connecting to my workspace 's PC (window xp) in my home using the company VPN. I can ping it successfully after connecting to the VPN .Is it possible to restart this PC remotely by using some scripts /tools ?
feedback
|
|
you can use shutdown.exe. just type shutdown /? at a command prompt and it will contain all the necessary switches. Something like this should work:
| |||||||||||||||
feedback
|
|
Read up on the command sc.exe. On my Win7 PC it is at C:\Windows\system32\sc.exe. | |||||||
feedback
|