| Home | About | Download | User's Manual |
Q/A | Tips/ Ext. Apps |
Purchase/ Contact |
| Name: | Computer
Management Info |
| Command: | cmd /c start %Systemroot%\System32\compmgmt.msc /computer:$nfN |
| Explanation: | This command opens the Computer Management MMC using the device’s “Name” property value as the argument and connects to that remote computer. |
| Name: | Send Message |
| Command: | net send $nfN $nfW |
| Explanation: | This command sends a message to a computer using the device’s “Name” property value as the argument. The $nfW variable brings up a window for you to type the message before it is send. |
| Name: | Browse remote computer C: drive |
| Command: | explorer \\$nfN\c$ |
| Explanation: | Brings up Windows Explorer to browse the remote computer’s C:\ drive. |
| Name: | VNC
Viewer remote control |
| Command: | <path to program>\vncviewer.exe $nfN |
| Explanation: | Assuming you have VNC Server installed on workstations. This will remote control a computer using vncviewer passing the device’s “Name” property value as the argument |
| Name: | System Information |
| Command: | "C:\Program Files\Common Files\Microsoft Shared\MSInfo\msinfo32.exe" /computer $nfN |
| Explanation: | Remotely connects to the computer to display the System Information. |