Win7: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Created page with "=== Samba shares === ==== Howto Remove network logon credentials on Windows ==== * Disconnect from all shared folders C:/> net use * \d * Purge list of shared folders C:\> k..." |
No edit summary |
||
| Line 1: | Line 1: | ||
== Samba shares == |
|||
=== Howto Remove network logon credentials on Windows === |
|||
* Disconnect from all shared folders |
* Disconnect from all shared folders |
||
C:/> net use * \d |
C:/> net use * \d |
||
| Line 6: | Line 6: | ||
C:\> klist purge |
C:\> klist purge |
||
== Network interfaces == |
|||
After run any comand with the Net Shell, the computer needs to be restarted. |
After run any comand with the Net Shell, the computer needs to be restarted. |
||
Revision as of 01:56, 3 June 2015
Howto Remove network logon credentials on Windows
- Disconnect from all shared folders
C:/> net use * \d
- Purge list of shared folders
C:\> klist purge
Network interfaces
After run any comand with the Net Shell, the computer needs to be restarted.
- Resets IPv4 configuration
netsh int ipv4 reset
- Resets winsock catalog
netsh winsock reset