Portqry currently version 2 is one of free utility tools provided by Microsoft. You can use this tool in many ways to troubleshoot connectivity on…
View More PortQry toolCategory: Command Line
Netsh – troubleshooting network connectivity
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 connectivityNetsh — 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…