Off-Topic
: K-Meleon Forum
All which isn't K-Meleon related.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] @ Nith We should try to isolate the problem. First do a search on "wscript.exe" It should be located in your WINDOWS\SYSTEM32 folder. Next open notepad and copy the following code into it. Save the file as wshtest.vbs in your My Documents folder. You will have to click on all files in the save panel to it won't save as txt. Run the vbscript file you have just saved. It should tell you the version of jscript and windows scripting host that you have on your computer. If this runs OK then Windows Scripting host is working. 'Script to display WSH, VBScript, WMI, and ADSI versions 'Script created by Guy Thomas On Error Resume Next WScript.Echo "WSH Version: " & WScript.Version Wscript.Echo "JScript Version: " & ScriptEngineMajorVersion _ & "." & ScriptEngineMinorVersion 'strComputer = "." 'Set objWMIService = GetObject("winmgmts:" _ '& "{impersonationLevel=impersonate}!\\" & strComputer _ '& "\root\cimv2") 'Set colWMISettings = objWMIService.ExecQuery _ '("Select * from Win32_WMISetting") 'For Each objWMISetting in colWMISettings 'Wscript.Echo "WMI Version: " & objWMISetting.BuildVersion 'Next 'Set objShell = CreateObject("WScript.Shell") 'strAdsiVersion = _ 'objShell.RegRead("HKLM\SOFTWARE\Microsoft\Active Setup\Installed 'Components\{E92B03AB-B707-11d2-9CBD-0000F87A369E}\Version") 'If strAdsiVersion = vbEmpty Then 'strAdsiVersion = objShell.RegRead("HKLM\SOFTWARE\Microsoft\ADs\Providers\LDAP\") 'If strAdsiVersion = vbEmpty Then 'strAdsiVersion = "ADSI is not installed." 'Else 'strAdsiVersion = "2.0" 'End If 'End If 'WScript.Echo "ADSI Version: " & strAdsiVersion[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development