Archive for the ‘Windows Administration’ 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.

Running an Elevated Command Prompt

Thursday, July 9th, 2009

The default User Account Control (UAC) settings in Windows Vista and Windows 7 prevent you from performing many task on the command line. Performing administrative tasks such as executing batch or script files that require administrative permissions will require you to use an Elevated Command Prompt, or a command prompt with elevated permissions that […]

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.

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.

Bypass User Account Control (UAC) Prompts

Friday, October 10th, 2008

If you’re tired of being bothered by Windows Vista’s invasive User Account Control (UAC) prompts when attempting to run certain programs, then you’ll want to stop by TechRepublic’s IT Dojo and check out this video that shows you how to bypass those unwanted prompts.

Speed Tweak: Disable Unnecessary Services

Tuesday, January 15th, 2008

How do I strip windows down to be faster on my laptop? - James M.
This is really kind of a loaded question. It’s highly dependent upon what you mean when you say “strip down”. My basic response to this would be to disable unnecessary services and removed unneeded components.

Fast Shutdown Tweak for Vista

Tuesday, December 18th, 2007

I had a registry tweak for Windows XP that made it shut down faster. Is there a shutdown tweak for Vista?- Chilion F.
The popular Fast Shutdown tweak for Windows XP was used to change the default timeout for programs and services that would not end. This allowed hanging programs to be closed sooner […]