1
0

docs: 更新文章内容

This commit is contained in:
2025-10-13 10:20:34 +08:00
parent 6e549d6b49
commit afea227c37
108 changed files with 1439 additions and 921 deletions

View File

@@ -1,5 +1,5 @@
---
title: 「BAT工具」防止病毒在打开U盘时自动运行
title: "「BAT工具」防止病毒在打开U盘时自动运行"
date: 2025-03-16T21:39:48Z
lastmod: 2025-03-16T21:41:56Z
tags: [Windows,代码片段,BAT,工具,脚本]
@@ -62,7 +62,7 @@ tags: [Windows,代码片段,BAT,工具,脚本]
pause
exit
```
3. 把它重命名为 `AntiAutorun.bat``文件名` 可以不一样,但 `扩展名` 必须为 `.bat`)。
3. 把它重命名为 `AntiAutorun.bat``文件名` 可以不一样,但 `扩展名` 必须为 `.bat`)。
4. 把文件放到U盘 `根目录` 下,运行,根据提示操作(保留文件,可多次使用)。
---