| MICROSOFT WINDOWS 1. Running Service command : a.<drive>:\<path>\<Application filename> -i [ for install application to servises] b.<drive>:\<path>\<Application filename> -u [ for uninstall application to servises] c.<drive>:\<path>\<Application filename> -s30 [0-60][ running every 30 second] ex: C:\FileParser -i C:\FileParser -s30 Fileparser.exe is set to run at the service every 30 second. Go to Services to activate <Start><ControlPanel><AdministrativeTool><Services> select Application name and by rightclick on mouse select start 2. Networking [ Win 2000 / XP ] net send <destination IP or PCname> <message> ex: C:\net send 10.204.45.34 Hi Hello world 3. IP Address [Win 2000 / XP] - Show Information ipconfig - Show detailed Information ipconfig /all - Renew IP from DHCP server ipconfig /renew - Release all matching connection ipconfig /release 4. IP Address [ Win 95/98/ME/SE ] winipcfg 5. Trace Route tracert <Host or IP Destination> 6. Edit security policy poledit.exe 7. Mapping net use <drive:> 8. Edit Registry regedit 9. Synchronize time to Server net time //<server IP or name> /Set /Yes |