Archive for the ‘Windows XP’ Category

Error “There is no script engine for file extension”

Thursday, July 9th, 2009

You may receive an error “There is no script engine for file extension” while attempting to run .vbs files in Windows. This error can occur if no default scripting engine is set, the VBScript module is not correctly registered, or the .vbs file class settings are broken.

Restoring .vbs (VBScript Script File) File Associations

Thursday, July 9th, 2009

“I am running Windows XP. I need to execute VBS scripts to run functions in other programs. I had no problem until some security program disabled execution of VBS Scripts. Now all I get is code Notepad and the VBS Scripts don’t execute. How do I get Windows to execute VBS Scripts again?” - Peter […]

Hiding a Logical Disk Volume using Group Policies

Thursday, March 12th, 2009

Today I’m going to show you another method of hiding a logical volume in My Computer or Windows Explorer using Local Group Policies. This is useful because the setting can be made on a per user basis.

Removing a Logical Disk Volume in Windows

Thursday, March 12th, 2009

There are many reasons why you might want to hide or remove a logical disk volume in Windows. Perhaps you are maintaining a backup partition and want to hide it to help ensure its integrity. In any case, removing a logical disk volume in Windows is a pretty simple procedure.

Luhn Algorithm Validation in VBScript (ASP)

Wednesday, February 11th, 2009

The Luhn Algorithm is a simple checksum formula that is used to verify a variety of different numbers including most credit cards. Outside of verifying funds it provides the most accurate means of verifying credit card numbers by preventing typographical errors.

Map a Drive Letter to a Local Folder

Saturday, February 7th, 2009

Have you ever had a frequently used folder such as a web root or download folder that you had to navigate to on a regular basis and wished you could just access using a drive letter? Did you know that it is very possible and quite easy to map a drive letter to a […]

How to Test IIS SMTP Service

Tuesday, January 20th, 2009

When creating web pages and WSH scripts that send email it sometimes necessary to test the IIS SMTP service to ensure that it is properly handling and sending email. The technique I’ll be demonstrating today can be used locally or for testing the SMTP service on a remote server.

Copy Text From Error Message Dialog Box

Saturday, January 17th, 2009

As the Windows Guru, I spend a lot of time in forums answering Windows and Windows Scripting related questions. Quite frequently I respond to users who are receiving some form of an error message–and in almost every case, the error message is incomplete or incorrectly worded. For obvious reasons this makes diagnosis difficult, […]

Mute Sound Volume in WSH

Friday, November 7th, 2008

I’ve seen this question several times over the past few weeks so I decided to sit down and find a solution. There’s a plethora of reasons why you might want to mute or unmute sound volume from within a WSH script. Until now, there’s been no viable solution.

Renew Dynamic IP Addresses in WSH

Friday, October 3rd, 2008

“Is there any way to release and renew a dynamic IP address in WSH?” - Chris. F
Releasing and renewing dynamic IP addresses can be a very effective method of repairing a broken internet connection. Effectively, you are instructing your network adapter to request a new IP address from a DHCP server. While the […]