You have lost connection on your desktop and you want to troubleshoot the issue. Ok, lets use the command line again in this case. Click…
View More Netsh – troubleshooting network connectivityCategory: Command Line
Netsh — lets add/open port in Windows firewall
Lets assume we need to open port 5900 for RealVNC application: 1. open command line console by typing cmd.exe in the START/RUN 2. lets issue…
View More Netsh — lets add/open port in Windows firewallImport/Export currrent IP Settings w/Netsh
Another good command line. Sometimes your laptop when you travel may give you a trouble. I prefer to have a static IP while in the…
View More Import/Export currrent IP Settings w/NetshWhat services are i nstalled on your machine?
Another one liner command for your use 🙂 wmic /output:C:services.htm service get /format:hform This command will output very nice formatted html file with installed servisec…
View More What services are i nstalled on your machine?