精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學習啦 > 學習電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎知識 > 打開u盤出現(xiàn)copy.exe丟失提示怎么辦

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

      時間: 春健736 分享

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

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

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

        1.使用鼠標依次打開“計算機—工具—文件夾選項—查看—顯示隱藏的文件、文件或驅(qū)動器”,然后點擊“確定”即可;如下圖所示:

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

        3.接著新建一個記事本以"s.bat"為文件名保存,將其代碼復制進去,代碼如下:

        @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ù)需要進行修改。

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

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

      1.U盤丟失的文件如何恢復

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

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

      4.U盤插入USB接口后電腦無法識別怎么辦

      5.win7無法啟動提示Hal.dll損壞或丟失怎么辦

      6.怎么解決u盤連接電腦沒反應

      1205647