Reset add/remove program Components

来源:互联网 发布:图片条形码识别软件 编辑:程序博客网 时间:2024/06/04 19:09
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "regsvr32 Appwiz.cpl"
WshShell.Run "regsvr32 Mshtml.dll"
WshShell.Run "regsvr32 Jscript.dll"
WshShell.Run "regsvr32 Msi.dll"
WshShell.Run "regsvr32 'c:/Program Files/Common Files/System/Ole DB/Oledb32.dll' "
WshShell.Run "regsvr32 'c:/Program Files/Common Files/System/Ado/Msado15.dll' "
WshShell.Run "regsvr32 Mshtmled.dll"
WshShell.Run "rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl"
set WshShell = nothing
WScript.quit
原创粉丝点击