文件名称:限制驱动器
文件大小:60KB
文件格式:EXE
更新时间:2009-03-15 09:17:44
另类其它
VB做的小工具,现实Windows组策略相同功能的限制分区访问及隐藏分区,不需要重启就可完成!实现方法,参见某网吧管理软件,核心如下:004219E0 /$ 83EC 14 sub esp,14 ; 加密分区,edx=分区数据004219E3 |. 8D4424 00 lea eax,dword ptr ss:[esp]004219E7 |. 56 push esi004219E8 |. 50 push eax ; /pHandle004219E9 |. 68 8CD44800 push client.0048D48C ; |Subkey = "SoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer"004219EE |. 68 01000080 push 80000001 ; |hKey = HKEY_CURRENT_USER004219F3 |. FF15 04804700 call dword ptr ds:[<&ADVAPI32.RegOpenKeyA