网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的范文:

 

标题 重新安装ie的一个vbs
范文
    对于版本有点老,所以建议学习使用,不要随便直接运行。
    代码如下:
    '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 chose not to reinstall IE or OE. No changes were made." & vbCR & vbCR & "Copyright 2003 - Doug Knox",vbOkOnly, "User Cancelled"
    End If
随便看

 

在线学习网范文大全提供好词好句、学习总结、工作总结、演讲稿等写作素材及范文模板,是学习及工作的有利工具。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/23 1:35:15