重新安装ie的一个vbs_vbs教程-查字典教程网
重新安装ie的一个vbs
重新安装ie的一个vbs
发布时间:2016-12-28 来源:查字典编辑
摘要:复制代码代码如下:'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

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新vbs学习
    热门vbs学习
    脚本专栏子分类