Articles > Windows 2003
Here is a cool script for managing a remote server or PC on your local LAN. Save this script to "manage.cmd" and save to c:\windows\system32. Then when you want to connect just go to: Start Menu > Run > type "manage hostname", hit enter.
@echo off
echo connecting.....
start compmgmt.msc /computer=\\%1
Compter Management Remote Computer Script
Last Updated: 1/14/11Here is a cool script for managing a remote server or PC on your local LAN. Save this script to "manage.cmd" and save to c:\windows\system32. Then when you want to connect just go to: Start Menu > Run > type "manage hostname", hit enter.
@echo off
echo connecting.....
start compmgmt.msc /computer=\\%1
Keywords: computer management, command line, remote computer manage, script