Provides sample VBScript to programmatically remove and then reinstall Internet Connection Sharing on a computer that has more than one network adapter.
Link Removed
We've touched on the topic about the speed of Win-8 compared to XP and Win-7, but tonight I decided to do something about that.
I moved Windows 8 from an old 80 gig Sata II drive to a new Seagate SATA III (6GBM) drive on a SATA III controller card. Windows XP would not run on the SATA III...
boot time
computer speed
controller card
hardware
performance
reboot
registry
sata
seagate
shutdown
speed test
task manager
time measurement
upgrade
vbscript
windows 7
windows 8
windows xp
Revision Note: V2.0 (April 13, 2010): Advisory updated to reflect publication of security bulletin.
Summary: Microsoft has completed the investigation into a public report of this vulnerability. We have issued MS10-022 to address this issue. For more information about this issue...
Severity Rating: Critical
Revision Note: V1.1 (April 20, 2011): Bulletin updated to clarify that the JScript 5.8 and VBScript 5.8 update (KB2510531) also replaces MS09-045, in addition to MS10-022, for all supported editions of Windows XP, Windows Server 2003, Windows Vista, and...
attack
bulletin
critical
email
jscript
kb2510531
malware
messenger
microsoft
patch
remote code execution
security
update
vbscript
vulnerability
website
windows server
windows vista
windows xp
Hi guys, wondered if you could help me with a little problem I'm having.
I need to install Internet Explorer 8 on Windows 7 (64-bit, SP1).
An easy task, you might think.
Firstly, there's no download link for Windows 7 on the Microsoft Download page as apparently all Windows 7 installations...
browser issues
compatibility
cookies
developer pack
download
error handling
ie8
installation
internet explorer
microsoft
privacy
session cookies
sp1
troubleshooting
vbscript
web development
windows 7
x64
x86
Severity Rating: Critical - Revision Note: V1.0 (April 12, 2011): Bulletin published.Summary: This security update resolves a privately reported vulnerability in the JScript and VBScript scripting engines. The vulnerability could allow remote code execution if a user visited a specially crafted...
Bulletin Severity Rating:Critical - This security update resolves a privately reported vulnerability in the JScript and VBScript scripting engines. The vulnerability could allow remote code execution if a user visited a specially crafted Web site. An attacker would have no way to force users to...
In this edition of the Windows Desktop Report, Greg Shultz tells you to put the Up button on the Command Bar via a little known keyboard shortcut, a short VBScript, and some registry edits.
Link Removed
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
javascript
malware
network security
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}...
March 1, 2010
Caution! (Unpatched Bug in VB Script confirmed by Microsoft)
Windows 2000, Windows XP, and Windows Server 2003 are impacted.The bug has to be with those operating systems and any supported version of Internet Explorer-including IE-6.
This is a logic flaw that could be used by...
bug
code injection
exploit
help files
hijack
internet explorer
malware
medium risk
microsoft
security
threat mitigation
vbscript
windows 2000
windows server
windows xp
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...
Hi,
i work in the IT Department and I have just installed Windows 7 on a laptop, this has laptop has then been put on the domain and been setup accordingly
I have a Group Policy where a VBS Script is run to map network drive depending on group Memberships
this was working when i had XP...
automation
configuration
domain
group policy
it department
laptop
login
login issues
mapped drives
membership
message box
network
network drive
script execution
scripting
support
troubleshooting
vbscript
windows 7
xp compatibility
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...