[雜記]刪除Windows網路磁碟認證&連線資訊
2 min readSep 21, 2020
Delete the Windows Samba account connection.
Author:Lau Dai
Date:2020/09/21
在連線Windows共用資料夾時,有的時候會選擇記憶此帳號,但事後要刪除卻找不到相對應的地方,在此整理了兩項可以解決此問題的方法。
1. 中斷網路磁碟機
透過cmd,可以使用 net use
來看目前有哪些連線資訊,可以使用下列指令來刪除。
net use \\ip /delete
or
net use /delete *
2. 刪除連線資訊
有兩種方式可以開啟:
- 開啟系統內容 > 進階 > 使用者設定檔 設定 > 使用者帳戶 > 管理你的認證 > Windows認證
- Windows+R(執行) >
rundll32.exe sysdm.cpl,EditUserProfiles
> 使用者帳戶 > 管理你的認證 > Windows認證 (來源)
即可對你的帳戶進行編輯、刪除