Reinstall an vbs_vbs for IE

Source: Internet
Author: User
Copy Code code as follows:

' 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 "Hklm\software\microsoft\active setup\installed components\{89820200- Ecbd-11cf-8b85-00aa005b4383}\isinstalled ", 0," REG_DWORD "
End If

If Y = 6 Then
WshShell.RegWrite "Hklm\software\microsoft\active setup\installed 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%\inf\ie.inf")
Else
MsgBox "You are chose to reinstall IE or OE. No changes were made. "& vbcr & vbcr &" Copyright 2003-doug Knox ", vbOKOnly," User cancelled "
End If

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.