码迷,mamicode.com
首页 > 其他好文 > 详细

禁用USB存储设备(不重启)

时间:2015-03-07 14:06:10      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

Title:禁用USB存储设备(不重启) -- 2012-09-13 12:08

在win2003实验,USB存储禁止,无需重启!

stop usbrw.reg

---------------------------------------------------------------------------------------------------------

技术分享
 1 Windows Registry Editor Version 5.00
 2 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
 3 "Type"=dword:00000001
 4 "Start"=dword:00000004
 5 "ErrorControl"=dword:00000001
 6 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00, 7    52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f, 8    00,52,00,2e,00,53,00,59,00,53,00,00,00
 9 "DisplayName"="USB Mass Storage Driver"
10 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Security]
11 "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,12    00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,13    00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,14    05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,15    20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,16    00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,17    00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00
18 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Enum]
19 "Count"=dword:00000000
20 "NextInstance"=dword:00000000
View Code

 

禁用USB存储设备(不重启)

标签:

原文地址:http://www.cnblogs.com/TeaIng-Index/p/4320171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!