We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640867d commit d0accb0Copy full SHA for d0accb0
Network-troubleshooter/README.md
@@ -0,0 +1,15 @@
1
+# Network Troubleshooter
2
+
3
+A CLI tool to fix corrupt IP configuaration and other network socket related issue of your Windows PC.
4
5
+## Utility
6
7
+- This script can reset the TCP/IP configuration to default.
8
+- This script can also recover the computer from any socket errors which arise due to some malicious script on the computer.
9
10
+## How to use
11
12
+<em>View help documentation:</em>
13
+```powershell
14
+py ipreset.py -h
15
+```
0 commit comments