注册表黑客禁用写入USB驱动器

A common security concern at organizations is allowing users to plug in a usb flash drive, because they could so easily copy corporate data.

组织中常见的安全问题是允许用户插入USB闪存驱动器,因为他们可以很容易地复制公司数据。

Since Windows XP SP2, you can disable writing to USB devices altogether using a simple registry hack. Here it is:

从Windows XP SP2开始,您可以使用简单的注册表黑客完全禁用对USB设备的写入。 这里是:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies] “WriteProtect”=dword:00000001

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ StorageDevicePolicies]“ WriteProtect” = dword:00000001

You can also just download one of the following registry tweaks to enable or disable writing to USB drives.

您还可以下载以**册表调整之一来启用或禁用写入USB驱动器。

Enable USB Write

启用USB写入

Disable USB Write

禁用USB写

Once you use the registry hack, you will have to reboot for the changes to take effect. One should also note that if you are using this trick, you should make sure that the users are not administrators on the computer, because they could easily change this setting back.

使用注册表黑客后,您将必须重新启动才能使更改生效。 还应注意,如果您正在使用此技巧,则应确保用户不是计算机上的管理员,因为他们可以轻松地将此设置更改回原来的状态。

This works on Windows Vista as well. Here’s the window you’ll get when you try and write to a USB drive:

这也适用于Windows Vista。 这是您尝试写入USB驱动器时会看到的窗口:

注册表黑客禁用写入USB驱动器

翻译自: https://www.howtogeek.com/howto/windows-vista/registry-hack-to-disable-writing-to-usb-drives/