当前位置: 首页 > 图文教程 > 脚本技术 > VBScript > vbscript禁用 启用fso的方法

VBScript
VBS教程:VBscript语句-Execute 语句
VBS教程:VBscript语句-Erase 语句
VBS教程:VBscript语句-Do...Loop 语句
VBS教程:VBscript语句-Dim 语句
VBS教程:VBscript语句-Const 语句
VBS教程:VBscript语句-Class 语句
VBS教程:VBscript语句-Call 语句
VBS教程:VBscript语句-功能介绍
VBS教程:VBscript属性-Value 属性
VBS教程:VBscript属性-Source 属性
VBS教程:VBscript属性-Pattern 属性
VBS教程:VBscript属性-Number 属性
VBS教程:VBscript属性-Length 属性
VBS教程:VBscript属性-IgnoreCase 属性
VBS教程:VBscript属性-HelpFile 属性
VBS教程:VBscript属性-HelpContext 属性
VBS教程:VBscript属性-Global 属性
VBS教程:VBscript属性-FirstIndex 属性
VBS教程:VBscript属性-Description 属性
VBS教程:VBscript属性-功能介绍

VBScript 中的 vbscript禁用 启用fso的方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-11   浏览: 101 ::
收藏到网摘: n/a

scrrun.dll
scrrun - scrrun.dll - DLL文件信息
DLL 文件: scrrun 或者 scrrun.dll
DLL 名称: Microsoft Script Runtime
描述:
scrrun.dll用于阅读和编写脚本和文本文件。

属于: Microsoft Script Runtime
系统 DLL文件: 是
常见错误: File Not Found, Missing File, Exception Errors
PS:个人觉得站长看这个很好,禁用你的FSO,就算入侵者通过漏洞入侵了你的服务器并上传了 Webshell的话,没有FSO的支持,他暂时屁也干不了。
附:禁用WSH的方法
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script Host\Settings\
把这个项中的Enable设置为0就可以禁用,设置为1就启用。