亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎(chǔ)知識 > 打開u盤出現(xiàn)copy.exe丟失提示怎么辦

      打開u盤出現(xiàn)copy.exe丟失提示怎么辦

      時(shí)間: 春健736 分享

      打開u盤出現(xiàn)copy.exe丟失提示怎么辦

        有時(shí)我們在打開u盤的時(shí)候會(huì)發(fā)現(xiàn)u盤出現(xiàn)copy.exe丟失提示,這是U盤中了關(guān)聯(lián)性蠕蟲病毒所導(dǎo)致的,那么打開u盤出現(xiàn)copy.exe丟失提示怎么辦呢?這里學(xué)習(xí)啦小編就教給大家解決打開u盤出現(xiàn)copy.exe丟失提示的方法。

        打開u盤出現(xiàn)copy.exe丟失提示解決方法

        1.使用鼠標(biāo)依次打開“計(jì)算機(jī)—工具—文件夾選項(xiàng)—查看—顯示隱藏的文件、文件或驅(qū)動(dòng)器”,然后點(diǎn)擊“確定”即可;如下圖所示:

        2.接著使用快捷鍵“win+f”打開搜索窗口,在打開搜索窗口中輸入“autorun.inf”,按回車鍵,將找到的“autorun.inf”文件全部刪除即可;如下圖所示:

        3.接著新建一個(gè)記事本以"s.bat"為文件名保存,將其代碼復(fù)制進(jìn)去,代碼如下:

        @echo off

        c:

        cd \

        attrib -s -h -r copy.exe

        del copy.exe /F

        attrib -s -h -r *.inf

        del autorun.inf /F

        @echo off

        d:

        cd \

        attrib -s -h -r copy.exe

        del copy.exe /F

        attrib -s -h -r *.inf

        del autorun.inf /F

        @echo off

        e:

        cd \

        attrib -s -h -r copy.exe

        del copy.exe /F

        attrib -s -h -r *.inf

        del autorun.inf /F

        @echo

        f:

        cd \

        attrib -s -h -r copy.exe

        del copy.exe /F

        attrib -s -h -r *.inf

        del autorun.inf /F

        注意:我們在代碼中c:,d:,e:,f:為盤符加“:”號,如果你盤符不一樣可根據(jù)需要進(jìn)行修改。

        4.最后我們運(yùn)行s.bat,如果在dos中出現(xiàn)"找不到****”,此時(shí)表示沒有問題。

      看過“打開u盤出現(xiàn)copy.exe丟失提示怎么辦”的人還看了:

      1.U盤丟失的文件如何恢復(fù)

      2.win7打開U盤提示參數(shù)錯(cuò)誤如何復(fù)制數(shù)據(jù)

      3.直接拔出u盤如何確保數(shù)據(jù)不丟失

      4.U盤插入U(xiǎn)SB接口后電腦無法識別怎么辦

      5.win7無法啟動(dòng)提示Hal.dll損壞或丟失怎么辦

      6.怎么解決u盤連接電腦沒反應(yīng)

      1205647