2021年4月29日 星期四

Delete cached temporarily credentials for a network share on Windows without reboot or log off

To view current network connection

C:\> net use 


To delete current network connection

 C:\> net use * /d

沒有留言:

張貼留言

check_systemv1.1

 check_systemv1.1.bat 可用於電腦資產盤點 @echo off REM 後續命令使用的是:UTF-8編碼 chcp 65001 echo ***Thanks for your cooperation*** echo ***感謝你的合作*** timeout 1...