用VBS实现运行 *.cpl 此类windows命令

Set wsh3=CreateObject("WScript.Shell")   
wsh3.Run "rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0"