Ms7 Search
Google 搜尋 翻譯
calendar
« 四月 2026 »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
近期文章
文章分類
網站連結
Syndicate

網路磁碟機無法敲定用 net use

2011-12-03 @ 13:45 in Windows

朋友的一台 pc ,用不同 user 設連 samba 的網路磁碟機,要將其改回原來的使用者,一直無法設,都說有其它使用者,最後只好用 net use 查看

1. net use  指令 ==> 查看已有連線

2. net use s: /delete 或  net use \\computername /delete  ==> 刪除已有連線  (也可下 net use * /d /YES  刪除所有連線)

3. net use s: \\10.0.0.1\sharename /user:username password  ==> 這樣就建立新的網路磁碟機 ( password 可以不用打,等它問再打)

 

引用

引用本文的文章標題:網路磁碟機無法敲定用 net use