http://glittermonkey.com/blog/posts/166.aspx
Modifying GAC permissions
To do this on the assembly folder you have to unregister shfusion.dll.? Here are the steps
A. Unregister shfusion.dll to allow you access to the Security tab
?? i) Select Start
?? ii) Select Run
?? iii) Type regsvr32 -u C:/WINNT/Microsoft.NET/Framework/v1.1.4322/shfusion.dll
?(or regsvr32 -u C:/WINNT/Microsoft.NET/Framework/v1.0.3705/shfusion.dll)
B. In a Windows Explorer, right click c:/winnt/assembly
?? i) Select Properties
?? ii) Select the Security Tab
?? iii)
C. Reregister the shfusion.dll to deny access to the Security Tab on the assembly folder.
?? i) Select Start
?? ii) Select Run
?? iii) Type regsvr32 C:/WINNT/Microsoft.NET/Framework/v1.1.4322/shfusion.dll
?(or regsvr32 C:/WINNT/Microsoft.NET/Framework/v1.0.3705/shfusion.dll)
博客介绍了修改GAC权限的操作步骤。首先需注销shfusion.dll以访问安全选项卡,通过开始菜单运行特定命令完成;接着在Windows资源管理器中对相关文件夹操作;最后重新注册shfusion.dll以拒绝访问安全选项卡,同样通过运行命令实现。
344

被折叠的 条评论
为什么被折叠?



