|
|
允许上网可以只在路由上设置允许80端口数据,禁止其它的端口,比如邮箱
禁止外传的话,可以用注册表屏蔽USB端口对存储设备的识别
禁止用户使用USB存储地方法除了硬件上关闭USB端口外,还有软件的解决方法。
在硬件BIOS中屏蔽USB设备会造成所有USB设备无法使用,而现在要限制的仅是USB存储设备。
下文来自微软知识库,介绍了两种屏蔽USB设备的方法。一种是已经机器未连接过USB存储设备的情况下如何禁用,另一种是已经连接过USB存储设备的机器如何禁止的方法。
To Disable the Use of USB Storage DevicesTo disable the use of USB storage devices, use one or more of the following procedures, as appropriate to your situation:
If a USB Storage Device Is Not Already Installed on the ComputerIf a USB storage device is not already installed on the computer, assign the user or the group Deny permissions to the following files: • %SystemRoot%\Inf\Usbstor.pnf
• %SystemRoot%\Inf\Usbstor.inf
When you do so, users cannot install a USB storage device on the computer. To assign a user or group Deny permissions to the Usbstor.pnf and Usbstor.inf files, follow these steps: 1. Start Windows Explorer, and then locate the %SystemRoot%\Inf folder.
2. Right-click the Usbstor.pnf file, and then click Properties.
3. Click the Security tab.
4. In the Group or user names list, click the user or group that you want to set Deny permissions for.
5. In the Permissions for UserName or GroupName list, click to select the Deny check box next to Full Control, and then click OK.
Note In addition, add the System account to the Deny list.
6. Right-click the Usbstor.inf file, and then click Properties.
7. Click the Security tab.
8. In the Group or user names list, click the user or group that you want to set Deny permissions for.
9. In the Permissions for UserName or GroupName list, click to select the Deny check box next to Full Control, and then click OK.
If a USB Storage Device Is Already Installed on the ComputerImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows
If a USB storage device is already installed on the computer, set the Start value in the following registry key to 4:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
When you do so, the USB storage device does not work when the user connects the device to the computer. To set the Start value, follow these steps: 1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.
转自:http://od6d.com/article.asp?id=23
说白了,这些方法都是防君子不防小人 |
|