Posts Tagged ‘Error Messages’

Error “There Is No Script Engine for File Extension” When Running .Vbs Files

If VBScript module is not registered correctly or .vbs file class settings are broken, you may receive one of the following errors when running a VBScript (.vbs) file in your system: (more…)

Error “the Audio Service Is Not Running” When Opening the Volume Mixer in Vista

Q: The speaker icon in the Notification area has a red cross on it. When I hover my mouse over it, it says The audio service is not running. When I right click on the it I get 3 options (Playback devices, Recording devices, Sounds) There is also an open volume mixer option but it’s greyed out.

(more…)

Automation Error in Program Compatibility Wizard

When you start the Program Compatibility Wizard in Windows Vista to test applications or run older applications under Windows Vista, the following error may occur:

(more…)

Error “the Windows Installer Service Could Not Be Accessed” In Windows Vista

When you try to install a program which uses Windows Installer in a Windows Vista computer, you may receive the following error.

The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. (more…)

Error 1075 When Starting the Security Center Service in Windows XP

Here is a question from one of our readers: When i access the Security Center in my Windows XP computer, it says The Security Center is currently unavailable because the "Security Center" service has not started or was stopped. I ran the Services.msc command from Start – Run. but I can’t get the service started. I got the following error:

Error 1075 The dependency service does not exist or has been marked for deletion

What should I do to get my security center started again? (more…)

Automation Error When Starting the OpenWithAdd Utility

It appears that some users were experiencing 8007007e when opening the OpenWithAdd utility. Here are the error details:

Run-time error ‘-2147024770 (8007007e)’
Automation error
The specified module could not be found.

OpenWithAdd uses scripting runtimes, and the error 8007007e occurs if the runtimes are not registered in your system. Use the following steps to register the scripting libraries in your system.

For Windows Vista: Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. In the Command Prompt window, run these two commands one by one and press {ENTER}

regsvr32 wshom.ocx
regsvr32 scrrun.dll

In Windows XP, you may run the above commands from the Start, Run dialog directly. Administrative privileges required to register the modules.

Fix for Error System Information Cannot Open This NFO File in Windows XP

When you open an .nfo file which is stored in a folder that contains spaces in the name, an error may occur mentioning that the NFO file could be corrupt. For example, you may be able to open the file directly from C:\ but if you place the file in D:\My Logs, you’ll get the following error:

System Information cannot open this NFO file. It might be corrupted or an unrecognized version.

Although I don’t understand why the System Information Tool does not resolve long file name parameter, here is a workaround that ought to help.

1. Click Start, Run and type regedit.exe

2. Navigate to the following location:

HKEY_CLASSES_ROOT\MSInfo.Document\Shell\Open\Command

3. Double-click (default) and change the existing data from:

C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file %1

to

C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file “%L”

4. Exit the Registry Editor.

System Information (.nfo) files should now open correctly.

Can I Install Windows Script 5.6 in Windows Vista

Question

I had a problem loading a HP compatibility file for Windows Vista, for my new scanner. The HP Technical person suggested I download Windows Script 5.6 because of the installer error code 2738. The instruction stated to go to Microsoft and download this file for your computer. There is not a Script 5.6 for Vista, but only for XP, 2000, 98 and the like. Will downloading the file for XP cause any problems for Vista?

Answer

Windows Vista already includes the latest scripting engine (version 5.7), so you do not need to install Windows Script 5.6 in Windows Vista. The Windows Installer error 2738 occurs if the module vbscript.dll is not registered in the system. To fix the problem, use these steps: Open an elevated Command Prompt. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator. Type the following command and press ENTER.

regsvr32 vbscript.dll

Unspecified Error When Adding a Link to Favorites in Windows Vista and Windows 7

After reading the post Folder Redirection for Favorites on the Same Machine at the IE Team blog, I relocated my Favorites folder to a different drive. After the relocation, when I tried to add a URL to Favorites, I received the following error: (more…)

Error “This File Does Not Have a Program Associated With It” When Launching a Game From Games Explorer

When you open Games Explorer (shell:games) and attempt to run a game by double-clicking on the icon or clicking the Play option in the Task pane, the following error message may appear:

This file does not have a program associated with it for performing this action. Create an association in the Set Associations control panel.

However, you may be able to run the game using the Start menu shortcut. (more…)