突然沒辦法以XX模式執行... - Windows

Table of Contents

我是WIN7

剛剛發現點右鍵裡面

選以簡體模式執行以後

跳出

無法為script"localestart.vbs"找到script引擎"vbscript

我有試著重新登錄vbscript 顯示安裝成功

可是問題還是存在

而localestart.vbs裡面是:

Set objArgs = WScript.Arguments
If objArgs.Count < 2 Then WScript.Quit
Set Sh = CreateObject("WScript.Shell")
Set Env = Sh.Environment("Process")
Env("__COMPAT_LAYER")="#ApplicationLocale"
Env("AppLocaleID")=objArgs(0)
Cmd = """" + objArgs(1) + """"
For I = 2 to objArgs.Count - 1
Cmd = Cmd + " " + objArgs(I)
Next
Sh.Run Cmd

請問有甚麼方法解決呢?

謝謝

--

All Comments