博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
保护U盘批处理文件
阅读量:4047 次
发布时间:2019-05-25

本文共 1476 字,大约阅读时间需要 4 分钟。

近期,机房感染病毒,会自动在U盘上建立 autorun.inf system.dll隐藏文件

 

下面这个脚本是可以清除U盘病毒并建立免疫文件夹的。

 

 

使用方法 比如U盘在f盘 本文件生成的bat文件在 d:/udisk-antiv.bat

 

d:/ > udisk-antiv.bat f

 

发现文件被锁定时可以多运行几次。

 

 

 

 

此脚本还可以用于生成其它免疫文件夹。

 

转载地址:http://urfci.baihongyu.com/

你可能感兴趣的文章
机器学习实战之决策树二
查看>>
[LeetCode By Python]7 Reverse Integer
查看>>
[leetCode By Python] 14. Longest Common Prefix
查看>>
[LeetCode By Python]121. Best Time to Buy and Sell Stock
查看>>
[LeetCode By Python]122. Best Time to Buy and Sell Stock II
查看>>
[LeetCode By Python]125. Valid Palindrome
查看>>
[LeetCode By Python]136. Single Number
查看>>
Android/Linux 内存监视
查看>>
Android2.1消息应用(Messaging)源码学习笔记
查看>>
android raw读取超过1M文件的方法
查看>>
MPMoviePlayerViewController和MPMoviePlayerController的使用
查看>>
CocoaPods实践之制作篇
查看>>
[Mac]Mac 操作系统 常见技巧
查看>>
苹果Swift编程语言入门教程【中文版】
查看>>
捕鱼忍者(ninja fishing)之游戏指南+游戏攻略+游戏体验
查看>>
iphone开发基础之objective-c学习
查看>>
iphone开发之SDK研究(待续)
查看>>
计算机网络复习要点
查看>>
Variable property attributes or Modifiers in iOS
查看>>
NSNotificationCenter 用法总结
查看>>