Showing posts with label Explorer. Show all posts
Showing posts with label Explorer. Show all posts

Error: All Programs Open In Adobe Reader

When you double-click an .EXE file, the program may not launch, instead it open in Adobe Reader and displaying an error.



This happens when you've installed Adobe Reader, it has changed the EXE file association in registry to open with it. You need to restore this registry value into default to make it working again.

Fix:

Click on Start > Run > type in --> regedit <-- navigate to:

HKEY_CLASSES_ROOT\.exe

In the right pane, edit the value on each key to:

(Default) = exefile
Content Type = application/x-msdownload


In Registry Editor, it looks like this:



Note: The value for "Content Type" on error computer is "AcroRD32.exe" or similar.

Or:

You can create a registry file for fast fixing by copy and paste below text into Notepad, save it as --> fix.reg <-- choose "All Files" in "Save as type" and save it to your Desktop. Double click the file to run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

Restart your computer for changes to take effect.

Windows Explorer Crashes When Browsing Video Files/Folders

When browsing folders with video files in Windows Explorer, a crash occurs.

Faulting application: explorer.exe
Faulting module: emzdecmp4_h263.dll
Fault address: 0x00002827



The DirectShow codec from Nokia PC Suite installation seems to be causing this error. Either conflicted between Windows default codec or other 3rd party codec installed in your computer or maybe also this Nokia DirectShow codec get corrupted.

How to fix?

You have two choices:

1. By simply uninstall Nokia PC Suite. If you need this "suite" in your computer, please download another version from Nokia. The best is the latest one.

or

2. If you don't want to uninstall Nokia PC Suite, you can fix the error by unregister the emzdecmp4_h263.dll. Click on Start > Run > type in the following command and hit Enter.

regsvr32 /u "C:\Program Files\Common Files\Nokia\Codecs\EmzDecMP4_H263.dll"

Problem fixed.

AutoIt Error Line -1: Variable used without being declared

You got this message on Windows startup. What is it?


The message is related either to a corrupted/damaged AutoIt script of a new installed software/s or an error from a virus/malware created using AutoIt script. In this article, the error was came from a virus/malware broken script.

How to begin?

Note: Please read carefully.

Download Trend Micro HijackThis 2.0.2 to your desktop. Double click on HJTInstall.exe, it will prompt you to extract hijackthis.exe to C:\Program Files\Trend Micro\HijackThis. When the install is complete, HijackThis will automatically launch. When the license agreement appears, select "I Accept" and then click on the "Do a system scan only" button. Wait until the scan is finished.

What next?

Find the following entry in HijackThis scan result:

O4 - Global Startup: windows_system_32-dll.exe

windows_system_32-dll.exe
was registered as a "Trojan.Agent/Gen".

How to remove it?
Tick the checkbox left to the entry and click "Fix checked". Exit HijackThis.
This should fix the error.