雖然大家都知道這個指令,人老總是會忘東忘西的

就記在這邊吧^^

 ----------------------------------------------------------------------------------------------------------

Windows 網芳 net use command 指令

清除網芳所有記憶過的密碼,並中斷所有網路磁碟機
net use * /d /YES
有時候連接網路上的芳鄰密碼輸入錯誤後,就連不上了,必須清除一下才正常

針對某個網路磁碟機中斷,如X槽
net use X: /delete
針對某 ip 中斷也可以,兩種寫法皆可
net use \\192.168.1.123 /delete
net use /delete \\192.168.1.123

手動掛載網路磁碟機
net use Z: \\192.168.1.123\資料夾 /user:使用者名稱 使用者密碼
net use Z: \\192.168.1.123\資料夾 /user:kamancy password

寫個 bat 批次檔,來建立網路磁碟機
可以先 delete 一下
沒有密碼以雙引號""代替net use /delete \\192.168.1.123\新資料夾1
net use Y: \\192.168.1.123\新資料夾1 /user:kamancy ""
net use /delete \\192.168.1.123\新資料夾2
net use Z: \\192.168.1.123\新資料夾2 /user:kamancy password

----------------------------------------------------------------------------------------------------------

參考網站:http://evil-ms.blogspot.tw/2010/05/windows-net-use-command.html

參考網站:http://tw.myblog.yahoo.com/Aming-tjm/article?mid=857&prev=858&l=f&fid=15

arrow
arrow
    文章標籤
    net use
    全站熱搜
    創作者介紹
    創作者 PIPI 的頭像
    PIPI

    PIPI的部落格

    PIPI 發表在 痞客邦 留言(0) 人氣()