Severity Rating: Important - Revision Note: V1.0 (February 8, 2011): Bulletin published.Summary: This security update resolves a privately reported vulnerability in the JScript and VBScript scripting engines. The vulnerability could allow information disclosure if a user visited a specially...
Bulletin Severity Rating:Important - This security update resolves a privately reported vulnerability in the JScript and VBScript scripting engines. The vulnerability could allow information disclosure if a user visited a specially crafted Web site. An attacker would have no way to force users...
Hello all,
I'm looking for the name and location of the file which contains the Err.Description text of the Err object used within VBScript.
Winerror.h has the error numbers, but the corresponding texts are in comments.
My current problem is, when you start an Internet Explorer instance with...
When running the following script it will not display the results in a pop up window. This is only happening in Windows 7 Ent. The scrip does work fine from the cmd prompt. Some lines are commented out on purpose. Just want for the user to run this from the desktop and then tell me what the...
analogx
compatibility
download
freeware
internet security
javascript
malware
protection
script defender
scripting
security
software
system utilities
vbscript
virus protection
windows 2000
windows 7
windows 95
windows vista
windows xp
Hi guys, I have an application that uses the Microsoft ODBC for Oracle driver to create connections in VB6 and connect to an Oracle database. I'm able to use Access to create linked tables to my Oracle db using the same driver, but when I try the same in VB6 or vbscript, I get an error. Has...
Hello all, turning to you guys for help as Microshaft want to charge me for support!
I am getting Error 2738 Could not access vbscript run time for custom action and cannot solve the problem by removing the registry key
HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}...
Hi All
I am trying to do this:
1) Write a script to rename the My Music library to something else (e.g. My Menu), remove the existing folders, include my own folder, and choose General Items for "Customize library for".
2) Write a script to show My Music library (now known as My Menu...
I have just connected a windows 7 pc to my domain and encountered a small problem with my login script.
The script is a VB script and it connects the drives just as it should but the line:
"shellObj.NameSpace(driveLetter).Self.Name = drvName", which in windows xp renames the drive after mapping...
I am trying to install a certificate (.pfx) from a VB script on Vista. This script in turn is invoked by installshield.
iStoreLocation = CAPICOM_LOCAL_MACHINE_STORE
strStoreName = "ROOT"
Dim Store, OpenMode, KeyStorageFlag
OpenMode = CAPICOM_STORE_OPEN_MAXIMUM_ALLOWED OR...