手机
当前位置:查字典教程网 >脚本专栏 >vbs >重新安装ie的一个vbs
重新安装ie的一个vbs
摘要:复制代码代码如下:'run_ie_reinstall.vbs-RunstheInternetExplorerSetup'?DougKnox-...

复制代码 代码如下:

'run_ie_reinstall.vbs - Runs the Internet Explorer Setup

'?Doug Knox - 4/10/2002

'Downloaded from www.dougknox.com

X = MsgBox("Do you want to reinstall Internet Explorer?", vbYesNo, "Prompt!")

Y = MsgBox("Do you want to reinstall Outlook Express?", vbYesNo, "Prompt!")

Set WshShell = WScript.CreateObject("WScript.Shell")

If X = 6 Then

WshShell.RegWrite "HKLMSOFTWAREMicrosoftActive SetupInstalled Components{89820200-ECBD-11cf-8B85-00AA005B4383}IsInstalled", 0, "REG_DWORD"

End If

If Y = 6 Then

WshShell.RegWrite "HKLMSOFTWAREMicrosoftActive SetupInstalled Components{44BBA840-CC51-11CF-AAFA-00AA00B6015C}IsInstalled", 0, "REG_DWORD"

End If

If X = 6 OR Y = 6 Then

WshShell.Run ("rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%Infie.inf")

Else

MsgBox "You chose not to reinstall IE or OE. No changes were made." & vbCR & vbCR & "Copyright 2003 - Doug Knox",vbOkOnly, "User Cancelled"

End If

【重新安装ie的一个vbs】相关文章:

批量文件查找替换功能的vbs脚本

vbs引用另一个vbs的代码

可以定时自动关机的vbs脚本

高手必看的vbs的至尊境界

下载文件到本地运行的vbs

利用wsc制作的一个asp后门

自己写的一个定时关机或重启的vbs脚本

用vbs模拟的一个asp的分页显示功能

实现winrar密码破解的vbs代码

右键发送(sendto),创建快捷方式到自定义的位置 的vbs

精品推荐
分类导航