用批处理文件实现电脑USB接口禁用开启

 时间:2026-02-15 17:52:20

1、禁用电脑USB接口方法:

新建一个文本文档,将下方内容复制到文本文档当中,然后保存文本文档,修改文本文档后缀为bat,r然后以管理员身份运行即可。

@echo off

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlStorageDevicePolicies" /v WriteProtect /t reg_dword /d 1 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 4 /f

copy %windir%\inf\usbstor.inf %windir%\usbstor.inf /y >nul

copy %windir%\inf\usbstor.pnf %windir%\usbstor.pnf /y >nul

del %windir%\inf\usbstor.pnf /q/f >nul

del %windir%\inf\usbstor.inf /q/f >nul

@echo on

2、开启电脑USB接口方法:

新建一个文本文档,将下方内容复制到文本文档当中,然后保存文本文档,修改文本文档后缀为bat,r然后以管理员身份运行即可。

@echo off

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlStorageDevicePolicies" /v WriteProtect /t reg_dword /d 1 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 3 /f

copy %windir%\inf\usbstor.inf %windir%\usbstor.inf /y >nul

copy %windir%\inf\usbstor.pnf %windir%\usbstor.pnf /y >nul

del %windir%\inf\usbstor.pnf /q/f >nul

del %windir%\inf\usbstor.inf /q/f >nul

@echo on

  • UOS如何查询关机事件记录
  • IE11经常卡死无响应怎么办
  • 使用蒲公英智能组网,三步访问企业内网ERP系统
  • 如何通过注册表在任务栏上显示所有通知区域图标
  • windows Server 2016如何安装域控制器
  • 热门搜索
    珍爱网怎么样 深圳大学怎么样 无线鼠标怎么使用 怎么查ipad激活时间 sd卡写保护怎么解除 博美犬怎么训练 论文目录怎么写 嘴唇干怎么办 拳皇97怎么玩 cad半圆怎么画