windows server 2008 iis_windows服务器IIS主机禁用不安全组件方法

时间:2018-05-16  来源:Windows服务器  阅读:


若使用Windows Servwe 2003 开设IIS+ASP虚拟主机,为了防止提权,尽量删除(或禁用)WScript.Shell, Shell.application, WScript.Network这三个组件。如何操作呢?

 


一、调出CMD


Win+R运行,输入CMD,打开命令行菜单。

 

二、输入以下命令


regsvr32/u C:/Windows/System32/wshom.ocx
del C:/Windows/System32/wshom.ocx
regsvr32/u C:/Windows/system32/shell32.dll
del C:/Windows/system32/shell32.dll

注意哈:可以不执行del(删除)。

windows server 2008 iis_windows服务器IIS主机禁用不安全组件方法

http://m.bbyears.com/caozuoxitong/41425.html

推荐访问:windows iis
相关阅读 猜你喜欢
本类排行 本类最新