Sunday, May 27, 2012

How to Unregister ActiveX


1. Open a DOS prompt. Click the Windows 'Start' button and select 'Run.' Type 'cmd' in the textbox and press the 'Enter' key. This opens a DOS command prompt.
2. Navigate to the ActiveX control's directory. For instance, suppose the control is located in the 'C:\windows\myactivex' directory. Type 'C:\windows\myactivex' in the command prompt and press the 'Enter' key.
3. Use the Regsvr32 program to uninstall the component. Regsvr32 is a quick, small file installed with the Windows operating system. To unregister the ActiveX component, type the following line in the DOS command prompt:
regsvr32 /u C:\windows\myactivex\<myFileToUninstall.ocx>
Replace the '<myFileToUninstall.ocx>' with the exact name of the file to remove.
4. Close the DOS prompt window.
5. Reboot the computer. Once the computer has been rebooted, the component is no longer active.
Read more ►

How to Repair Wab.dll


Remove Outlook Express Via the Registry Editor
1. Click 'Start' and type 'regedit' in the 'Start Search' or 'Run' field. Press 'Enter.'
2. Click 'Edit' on the menu bar and click 'Find Next.'
3. Type the following registry keys in the 'Find Next' box, individually:Outlook ExpressWABIdentitiesPress 'Enter.'
4. Right-click each file and click 'Delete.' Exit the Registry Editor.
Reinstall Outlook Express
5. Download and reinstall Outlook Express (see Resources).
6. Run the setup and follow the prompts to complete the installation.
7. Open Outlook Express to ensure the wab.dll error message doesn't appear.
Read more ►

How to Fix Microsoft Errors for Free


1. Visit the Microsoft Knowledge Base online. The complexity of Microsoft products requires a central portal for documentation and troubleshooting, and the Microsoft Support website tackles the majority of errors. Users can search for a particular error message and retrieve possible solutions. The service is free of charge. Many times, the fix for a Microsoft error requires an operating system update. These programs are easily downloaded through the support center and are available for free to registered Microsoft users.
2. Investigate the warranty protection provided by Microsoft for the software package experiencing errors. If a replacement for your program is necessary to resolve the error, it may be handled for free by Microsoft. Warranties eventually expire and do not cover all potential issues.
3. Confirm if your computer system is still under warranty by the computer manufacturer. While an actual replacement of the computer may not be necessary, manufacturer warranties often include free technical support to troubleshoot any Microsoft problem you encounter. A technician will be able to connect to your PC directly and interact with the system in real-time. Most software problems are addressed easily via this service.
4. Firefox users may install the ErrorHelp extension, which adds a worldwide database of errors to this popular web browser application. The program enables a user to input a specific Microsoft error and search for solutions based on past experiences by ErrorHelp users. The results may be quick and efficient answers for any Microsoft error, and for free.
Read more ►

How to Delete MSI Dll


Windows 7 and Vista
1. Click 'Start' and type 'cmd' or 'command prompt' into the 'Search' box, then press 'Enter.' The Command Prompt opens.
2. Type 'regsvr32 /u msi.dll' into the Command Prompt and press 'Enter.'
3. Close the Command Prompt and restart your computer.
Windows XP
4. Click 'Start' and 'Run.' The Run tool opens.
5. Type 'cmd' into the 'Open Field' and click 'OK.' The Command Prompt opens.
6. Type 'regsvr32 /u msi.dll' into the Command Prompt and press 'Enter.'
7. Close the Command Prompt and restart your computer.
Read more ►

How to Fix Userenv Errors in Windows XP


Remove Registry Key
1. Click on the Start menu and then select the 'Run' option. Type in 'regedit' into the text box and then click the 'OK' button. This will open the Windows Registry Editor.
2. Click the Edit drop-down and select the 'Find' option. Type in '{CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D}'
3. Right-click on the registry key with the 'Internet Explorer Machine Accelerators' data name and then select 'Delete' from the context menu.
4. Click the 'X' in the upper right corner of the window to close the Registry Editor.
Re-Register the Userenv.dll File
5. Click the Start button and then select the 'Run' option. Type in 'cmd' into the text box and then click the 'OK' button.
6. Type 'regsvr32 userenv.dll' and then press the 'Enter' key. Wait while Windows XP re-registers the file.
7. Click the 'X' in the upper right corner to close the window.
Read more ►

Friday, May 25, 2012

How to Fix Windows Script Host


Register Components on 32-Bit Systems
1. Press the 'Windows' key. Type 'cmd' in the dialog box and press 'Enter.' This will open the Command Prompt.
2. Type the following commands at the prompt one at a time and press 'Enter:'regsvr32 %systemroot%\system32\vbscript.dllregsvr32 %systemroot%\system32\jscript.dllregsvr32 %systemroot%\system32\dispex.dllregsvr32 %systemroot%\system32\scrobj.dllregsvr32 %systemroot%\system32\scrrun.dllregsvr32 %systemroot%\system32\wshext.dllregsvr32 %systemroot%\system32\wshom.ocx
3. Exit the Command Prompt.
Register Components on 64-bit Systems
4. Press the 'Windows' key. Type 'cmd' in the dialog box and press 'Enter.' This will open the Command Prompt.
5. Type the following commands at the prompt one at a time and press 'Enter:'%systemroot%\system32\regsvr32 %systemroot%\system32\vbscript.dll%systemroot%\system32\regsvr32 %systemroot%\system32\jscript.dll%systemroot%\system32\regsvr32 %systemroot%\system32\dispex.dll%systemroot%\system32\regsvr32 %systemroot%\system32\scrobj.dll%systemroot%\system32\regsvr32 %systemroot%\system32\scrrun.dll%systemroot%\system32\regsvr32 %systemroot%\system32\wshext.dll%systemroot%\system32\regsvr32 %systemroot%\system32\wshom.ocx
6. Exit the Command Prompt.
Read more ►

How to check and repair corrupt system files in Windows Vista Home


1. Boot your computer into Safe Mode, especially if you can't access the regular Windows Vista desktop due to a missing system file. Shut off your computer and wait a few seconds, then turn it back on and tap 'F8' before the Windows splash screen loads to access the Advanced Startup Menu. Use the arrow keys to choose 'Safe Mode' and press 'Enter.' This loads a driver-sparse version of Windows that is useful for troubleshooting.
2. Click 'Start' and choose 'All Programs' and then 'Accessories.' Right-click on 'Command prompt' and choose 'Run as Administrator.' Click 'Allow' if Windows prompts you to confirm that you are the computer administrator. The command prompt opens: this is a DOS-like interface where you can enter commands to run utilities for troubleshooting and repair.
3. Type 'sfc /scannow' at the prompt (the flashing cursor) and press 'Enter.' This starts Windows System File Checker, which scans the Windows installation directory for any corrupt, missing or non-authenticated versions of the Vista files. By default, the program replaces the files that don't match with System File Checker's record of your Vista install. When dealing with a virus this is particularly helpful, since some viruses replace system files with lookalikes that have the same name but destructive purposes.
4. Type 'Exit' when the System File Checker completes it diagnostic and press 'Enter' to return to Safe Mode. Shut down the computer normally -- by using the 'Start' button -- and then restart it and let it load to Vista regularly.
Read more ►

How to Disable the Run.dll Error


1. Restart your computer. This is the easiest fix, as it can correct cache problems with the run.dll.
2. Uninstall and reinstall the program in question. This will fully reassociate the .dll files with your computer and should fix the problem.
3. Reboot with selective startup by clicking "Start," typing "msconfig" and pressing "Enter." Select "Selective Startup," choose one of the options and click "Apply" and then "Restart." Repeat with each process to identify if the problem is always there. If it only occurs with some services, reinstall them.
4. Perform an antivirus and anti-spyware check. If your computer harbors a virus or malware, remove it to fully remove the error.
Read more ►

Thursday, May 24, 2012

How to Find DLL


1. Click 'Start.'
2. Type '*.DLL' into the 'Search' bar (without quotes). Click 'Search' to bring up the 'Search' dialog box in Windows XP.
3. Wait a few seconds (or click 'Search' if you are an XP user). Windows will search your hard drive and return to you a list of all of the DLL files on your computer.
Read more ►

Tuesday, May 22, 2012

How to Restore Rundll32.exe


1. Launch Windows and log in with an administrator account.
2. Click the Windows-logo button on the lower-left-hand corner of the screen. Type 'system restore' into the 'Start Search' box. Click on the 'System Restore' listing in the results.
3. Click 'Next' in the System Restore welcome window to open a list of restore points that you can use to repair system files.
4. Select a restore point made before you began experiencing rundll32.exe errors. Click 'Show More Restore Points' to choose an earlier point.
5. Click 'Next' in the 'Confirm You Restore Point' window to begin the restore process and restart the computer. The rundll32.exe file will be restored once your computer starts back up..
Read more ►

How to Fix a Nslsvice.exe Application Error


1. Click the 'Start' menu, and select 'All Programs.' Click to launch 'Windows Update.'
2. Click the 'Check for updates' link in the left pane. Follow on-screen prompts to install the updates.
3. Click the 'Start' menu, and select 'Run....' For Windows 7, type 'Run' (minus quotes) in the search bar, and press 'Enter.'
4. Type 'MRT' (minus quotes), and press 'Enter.' This will launch 'Malicious Software Removal Tool.' It is a built-in utility that checks your computer for malware and infections and fixes them automatically.
5. Click 'Next' when you see the Welcome screen.
6. Choose the 'Full Scan' option. Click 'Next' to proceed.
7. Follow on-screen guided prompts to finish the scan and remove errors. Click 'Finish' when done.
Read more ►

How to Fix Active X Error 429


1. Log onto the Microsoft Windows Script website http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en (see Resources) to download the script update that will fix Runtime Error 429.
2. Click on the 'Download' button. Click the 'Save' button in the 'File Download-Security Warning' dialog box.
3. Select a location on your hard drive to download the update to. When you choose a location, click on the 'Save' button in the 'Save As' dialog box.
4. Find the download in the location on your hard drive that you chose in step three and double click the executable file. Click on the 'Run' button in the 'Open File-Security Warning' dialog box.
5. Confirm that you want to install the 'Windows Script 5.6' update by clicking on the 'Yes' button. Click the 'Yes' button after reading and agreeing to the license agreement. The update will install to your computer. It may take several minutes.
6. Click the 'OK' button in the 'Windows Script 5.6 is now installed!' box to finish the installation. The Runtime 429 error should no be fixed and eliminated.
Read more ►

Monday, May 21, 2012

How to Fix DEP Problems


1. Open the Control Panel and double-click on the 'System' icon.
2. Click on the 'Advanced' tab and then click on the 'Settings' button under 'Performance.'
3. Click on the 'Data Execution Prevention' tab.
4. Click on the 'Turn on DEP for all programs and services except those I select' radio button.
5. Click 'Add' to add the program that DEP is currently denying.
6. Click 'Apply' and then 'OK' when finished, and the program should run.
Read more ►

How to Reinstall Pncrt.dll


1. Restart your system in Safe mode if the missing or corrupt pncrt.dll file is causing your system to lag or malfunction.
2. Download and save the pncrt.dll file to your computer's desktop (see 'Resources' below).
3. Press the 'Windows' key or click the 'Start' button in the bottom left corner of your desktop. Click 'My Computer' or 'Computer,' depending on your system.
4. Double-click the 'C' drive and open 'Windows.' Double-click 'System32.'
5. Find the pncrt.dll file on the desktop. Click and drag the file to the 'System32' folder. If you are prompted to confirm the replacement of the previously installed pncrt.dll file, do so. Exit Windows Explorer.
6. Hold down the 'Windows' key and press the 'R' button.
7. Type 'regsvr32 pncrt.dll' in the dialog box and click 'OK' to reregister the file.
8. Reboot your computer system.
Read more ►

How to Install D3dx9


1. Open your Web browser and navigate to the download location for d3dx9_27.dll.
2. Click the download link and confirm the download of the '.zip' file. If you do not have a default download location designated for your browser, you might be asked to select one.
3. Navigate to the downloaded '.zip' file and double click it. When the 'WinZip' application launches, click the 'Extract' button and extract the file to your desktop.
4. Right click on the 'Start' button in Windows and select 'Explore' from the pop-up menu. In the left panel, navigate to 'C:\Windows\System32' if you're using a 32-bit version of XP or Vista, or to 'C:\Windows\SysWOW64' if you're using a 64-bit version of XP or Vista. If you're using Windows 2000 or NT, navigate to 'C:\WINNT\System32.' If you're using Windows 95, 98 or ME, navigate to 'C:\Windows\System.'
5. Drag and drop the '.dll' file from your desktop into the right panel of the 'Explore' window.
Read more ►