Hoeist!? Blog of Colin Raaijmakers.

Hoeist!? Blog of Colin Raaijmakers.

Remote Shutdown

Windows

Use the following command in your command prompt (Start, Run, Cmd) to reboot a remote computer.

shutdown /r /f /m \\[Remote_IP] /t 0 /d p:0:0 /c "Reboot"

Read more about, Remote Shutdown

Tags: windows, remote, shutdown

Published: Wednesday, April 01, 2009

Remote Desktop Windows Vista

Windows

Sometimes when connecting from Windows Vista to Windows Server 2003, the connections get lost.
Use the following command in your command prompt (Start, Run, Cmd) for better results.

netsh interface tcp set global autotuninglevel=disabled

Read more about, Remote Desktop Windows Vista

Tags: windows, rdp, remote, desktop, vista

Published: Wednesday, April 01, 2009