Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Description
Command
Displays current TCP/IP information
Code Block |
---|
ipconfig |
Displays curent TCP/IP information verbosely
Code Block |
---|
ipconfig /All |
Verifies connectivity to another PC
Code Block |
---|
ping |
Verifies connectivity to another PC verbosely
Code Block |
---|
ping -t |
Verifies connectivity to another PC with PC name
Code Block |
---|
ping -a |
Disables File Based Write Filter on Windows 7 PCs
Code Block |
---|
fbwfmgr /disable |
Enables File Based Write Filter on Windows 7 PCs
Code Block |
---|
fbwfmgr /enable |
Disables File Based Write Filter on Windows 10 PCs
Code Block |
---|
ping -tuwfmgr filter disables |
Enables File Based Write Filter on Windows 10 PCs
Code Block |
---|
ping -auwfmgr filter enable |