广州明生医药有限公司


重新安装ie的一个vbs

网络编程 重新安装ie的一个vbs 06-22

'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脚本版)dimword,keyword=inputbox("请输入你要计算的文字")ifword=""thenmsgbox"小样不是叫你不要输入文字吗"Wscript.Quitendifkey=char_wordnum(word)

VBS 数字转英文代码
如何创建名为SpellNumber的示例函数启动MicrosoftExcel。按Alt+F11启动VisualBasic编辑器。在插入菜单上,单击模块。在模块表中键入下面的代码。OptionExplicit'Main

清除垃圾的VBS文件 自动查找多个盘
remmadebycorreyremmadeat2007.9.22remitcanbedeleteyoucomputer'sthefollowthings(exceptcd,dvd)remitcanbedeleteemptyfileandfolderremitcanbedelete.tmp._mp.log.gid.chk.oldfileremitcanbedeletetemp,recent,coo


编辑:广州明生医药有限公司

标签:笔画,中文,脚本,模块,姓名