30th September, 2008
Reset windows through rdp (mstsc / remote desktop)
Posted in random | by eitama |So I used remote desktop to control the computer in the 2nd floor of my house,
and I want to restart it!!!! But where is the restart button??
For some reason windows xp and vista think restarting your computer over remote dekstop should be forbidden!
So either start using “net use… and shutdown -m…” or just use a simple command on the remote computer to restart the computer.
Start > Run > shutdown -r -f -t 10
(Restart , Force application exit , in 10 seconds…)
