国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎(chǔ)知識 > 打開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盤中了關(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ī)—工具—文件夾選項(xiàng)—查看—顯示隱藏的文件、文件或驅(qū)動器”,然后點(diǎn)擊“確定”即可;如下圖所示:

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

      3.接著新建一個記事本以"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)"找不到****”,此時表示沒有問題。

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

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

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

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

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

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

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

    1205647