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 ►

Saturday, May 19, 2012

How to Reinstall Winsoc


XP Reinstallations
1. Insert your Windows XP Setup disk into your CD/DVD-ROM drive. Open 'My Computer,' and then click on the CD/DVD-ROM drive containing the XP setup disk.
2. Locate the Netdiag tool on the XP disk. Click on the 'Tools' folder inside of the 'Support' folder and then launch the setup file and complete the installation.
3. Launch the Windows Start menu and then click on the 'Run' heading located in the bottom right of the menu. Type 'Command' in the box that appears and then hit the 'Enter' on your keyboard. A black DOS screen will appear.
4. Type 'netdiag /test:winsock' on the DOS screen behind the command prompt (e.g. C:\>netdiag /test:winsock).
5. Open the Windows Start menu and then click on 'Start Search.' Type 'cmd' into the search box and then hit the 'Enter' key on your keyboard.
6. Click on the 'cmd' heading in the search results and then select the option labeled 'Run as administrator.' Enter any applicable login passwords for your computer and then click 'Continue.'
7. Type 'netsh winsock reset' in the black DOS screen behind the command prompt (e.g. C:\>netsh winsock reset). Press the 'Enter' key on your keyboard and then restart your computer.
Read more ►

How to Install Crystal ActiveX


1. Download Crystal ActiveX. (See Resources.) Choose the location you want to save. (Default is the Downloads folder.) Click the 'Save' button in the download window to initialize the download.
2. Click 'Start,' and in the search box, type in the following file names '(CRVIEWER.DLL, SWEBRS.DLL, SVIEWHELP.DLL, REPORTPARAMETERDIALOG.DLL, CSELEXPT.OCX, XQVIEWER.DLL).'
3. Click 'Start' and click 'All Programs.' Click the 'Accessories' folder and click the 'Command Prompt' icon.
4. Type 'REGSVR32 /U <filename>' in the Command Prompt screen. (<filename> is replaced with the full directory path of the files: '(CRVIEWER.DLL, SWEBRS.DLL, SVIEWHELP.DLL, REPORTPARAMETERDIALOG.DLL, CSELEXPT.OCX, XQVIEWER.DLL).' Do this one at a time and unregister the files by pressing the 'U' key on your keyboard.
5. Delete these files by selecting all of them and sending to the Recycle Bin.
6. Click 'Start' and click 'All Programs'. Click the 'Accessories' folder and then click the 'Run' icon. Type 'regedit' in the run box to access the registry editor.
7. Type in the name of the files one by one '(CRVIEWER.DLL, SWEBRS.DLL, SVIEWHELP.DLL, REPORTPARAMETERDIALOG.DLL, CSELEXPT.OCX, XQVIEWER.DLL).' Delete all registry values from each of the files.
8. Copy the newly downloaded files '(CRVIEWER.DLL, SWEBRS.DLL, SVIEWHLP.DLL)' and paste them in the '(Drive) %windows install dir%\system32' directory.
9. Click 'Start' and type 'Run' in the search box and click the 'Run icon.' Type 'Regsvr32 pathtofile\filename' in the run box. 'Filename' is one of the files '(CRVIEWER.DLL, SWEBRS.DLL, SVIEWHLP.DLL).' Do this one by one to register the files.
10. Close Internet Explorer and reopen it. Download and install the Report Viewer when prompted.
Read more ►

Wednesday, May 16, 2012

How to Fix Active X


1. Download the free edition of Vit Registry Fix 9.7. Complete the installation and open Vit Registry Fix. Click the 'Scan' option. Check the 'ActiveX and COM' box. Scan and repair the ActiveX registry errors. Reboot the system once the repair is complete.
2. Download the free edition of Registry Easy 5.6. Finish the setup and installation. Open Registry Easy and click 'Scan.' Select 'ActiveX, OLE, COM.' Select 'Scan Now.' Allow the scan to complete and choose the repair option. Reboot the system once the repair is complete.
3. Download the free edition of Uniblue Registry Booster 2010. Open the Registry Booster setup file and finish the installation. Open Registry Booster and click 'Registry Scan.' Choose the scan option. Select the repair option once the scan is complete. Restart the system.
Read more ►

How do I Fix a 1Z32.Dll Checksum Error?


1. Click the 'Start' button and go to 'All Programs.'
2. Click 'Accessories' from the menu and right click on the 'Command Prompt' option.
3. Click 'Run as administrator' from the menu and enter your administrator password into the blank when prompted.
4. Type 'sfc /scannow' into the command prompt when it appears and press the 'Enter' button.
5. Wait for the system to correct the error and then restart your computer for the changes to take effect.
Read more ►

How to Repair a Missing Dll


1. Write down the name of the DLL file that you are missing or need to replace. The name of the DLL will show up in the error message, such as 'Couldn't find filename.dll.' You will need this file name to download the correct DLL file for your computer.
2. Open a Web browser and navigate to a site where you can download a DLL replacement, such as DLL-files, afreeDLL or DLL-Downloads.
3. Search for the name of the DLL that you have written down. Some sites may not have the specific DLL that you need, so you may need to consult multiple sites.
4. Read the specific DLL file's instructions, which can be found on the DLL download site, before downloading it. Some DLL files can simply be downloaded and replaced, but others cannot. Check for any warnings about the DLL to make sure it is the one you need.
5. Download the DLL, then follow its specific instructions to install it. This procedure varies depending upon which one you need, but you should be able to install the DLL without any extra software or tools.
Read more ►

How to Register Flash.ocx


1. Click 'Start,' click 'Accessories' and then click the 'Run' icon.
2. Type the command 'Regsvr32 C:\Windows\System32/Flash.ocx' into the message box.
3. Press 'Enter' to register the Flash.ocx file.
Read more ►

How to Fix HTTP Forbidden Error 403 in Internet Explorer


Remove Third-Party Software
1. Close Internet Explorer and any other programs after receiving the “Error 403” message.
2. Click on the “Start” button and then click on the “Control Panel” option. Double-click on the “Add/Remove Programs” option in the Control Panel window.
3. Click on the “Install/Uninstall” tab to see a list of programs. Remove any third-party ad removal programs, web accelerators, download assistants, security software or anti-virus software.
4. Click on a program, and then click on the “Add/Remove” button. Allow time for the removal process to complete.
5. Continue removing all third-party programs and then close the Control Panel window. Open Internet Explorer again to see if the message stops appearing.
Remove Windows Update Controls
6. Click on the “Start” button, and then click on the “Run” option. Enter “regsvr32 /u c:\\windows\\system\\wuv3is.dll” into the “Open” field. Click on the “OK” button.
7. Click on the “Start” button again and scroll over the “Find” option. Click on the “Files or Folders” option and enter “wuv3is.dll” in the “Named” field.
8. Right-click on the file when it’s found and click on the “Delete” option. Go back to your desktop and click on the “Start” button again. Click on the “Run” option and enter “Explorer” in the “Open” field. Click on the “OK” button.
9. Click on the “Program Files” option to expand it, and then click on the “WindowsUpdate” option. Click on the “Wuhistv3.log” file from the right navigation pane, and then click on the “Edit” option.
10. Click on the “Invert Selection” option. Press the “Delete” key on your keyboard and then click on the “Yes” button. Close the window and try to access the Windows Update page to see if the error has been fixed.
Read more ►

How to Repair ActiveX for Free


Reset ActiveX Control
1. Double-click the Internet Explorer icon to open the Web browser.
2. Click the 'Tools' drop-down menu and select the option for 'Manage Add-ons.'
3. Click the drop-down selection box for 'Show' and select 'Downloaded controls.'
4. Click the ActiveX control that you need to repair. Click the 'Disable' button, to disable the control.
5. Click the 'Enable' button, to re-enable the control.
Reset Internet Explorer
6. Double-click the Internet Explorer icon to open the Web browser.
7. Click the 'Tools' drop-down menu and select the 'Internet Options.'
8. Go to the 'Advanced' tab and then click the 'Reset' button. This will display the Reset Internet Explorer Settings window.
9. Click the 'Reset' button to reset the settings and delete all ActiveX controls.
10. Click the 'Close' button and then the 'OK' button. Close and then re-open the browser for the change to take effect.
Read more ►

Tuesday, May 15, 2012

How to Fix a Msvcr71.Dll Error


1. Download the missing file. Find a website that offers the msvcr71.dll file. You also can use the link in the Resources section.
2. Unzip the file if it is a .zip file. You can right-click on the file and choose 'extract' to make the file available in a .dll format.
3. Install the msvcr71.dll file in the proper directory. If your computer runs the 32-bit version of Microsoft Windows, copy the file to the 'C:\Windows\System32' directory. If your computer runs the 64-bit version of Windows, copy the file to the 'C:\Windows\SysWOW64' directory.
4. Restart your computer. Do this by clicking on the 'Start' button and selecting 'Restart.'
5. Open the program that produced the error message. This will verify that the program now works properly.
Read more ►

Monday, May 14, 2012

How to Unregister Windows Installer


1. Click 'Start' and 'Run' to open the Run dialog.
2. Type 'MSIEXEC /UNREGISTER' into the Run dialog and click 'OK.'
3. Click 'Start' and 'Run.'
4. Type 'MSIEXEC /REGSERVER' into the Run dialog and click 'OK.' Windows can't install applications if you skip this step.
Read more ►

How to Remove Flash10 EXE


1. Download and install 'Hijack This' (see Resources). Hijack This is a specific anti-malware tool designed to help remove several different forms of browser and computer hijackers.
2. Launch 'Hijack This' and do a system scan of your computer. Once a list has been compiled in the Hijack This window, search for and check any item with a reference to 'Flash.10.EXE', MSN.msn or 'JambaMU.com.'
3. Open the Start Menu and click the 'Run' option. Type in 'GPedit.MSC'. This will open a new dialog box with several different expandable categories. Expand the specific categories in this order: 'User Configuration > Administrative Templates > Windows Components > Windows Explorer.'
4. Locate the component labeled 'Removes the Folder Options menu item from the Tools menu' in the right-hand window and double-click it. This will restore your 'Folder Options' tool in the Windows Explorer menu bar.
5. Open 'Windows Explorer' and click the 'Tools' menu button. Click the 'Folder Options' option in the drop-down menu, then click the 'view' tab and check the 'Show hidden files and folders' option. Click 'OK' to save your changes and close the window.
6. Browse to C:\Windows\System32 and delete the following files: Flash.10.EXE, JambanMu.com, regedit.com, cmd.com, msconfig.com, ping.com and dxdiag.com.
7. Open your My Documents folder and delete the 'MySecret.Fold' file. Delete the 'NewSong.Lagu' and 'NewVideo.vidz' in your 'My Music' folder and delete the 'Aweks.pikz' and the 'seram.pikz' in your 'My Pictures' folder.
8. Browse to the C:\Program Files\Common Files\Microsoft Shared\DAO folder and delete the 'MSN.msn' file. Go up one folder to C:\Program Files\Common Files\Microsoft Shared and delete the 'Macromedia.10.EXE' file. This will completely remove Flash10 from your computer.
Read more ►

Sunday, May 13, 2012

How to Register Mscomct2 in OCX


1. Download an uncorrupted version of the Mscomct2.ocx ActiveX command file. If you are running Windows XP or sooner, place the file in the c:\windows\system32 directory. If you are running Windows 95, 98, or Me then place the file in the c:\windows\system directory. If you are running Windows NT or Windows 2000, then place the file in the c:\winnt\system32 directory.
2. Click the 'Start' button and click 'Run'. This will open the run command box.
3. Use the Windows Server Registration utility to register your updated Mscomct2.ocx controls. Type the following in the run command box if you are running Windows XP or newer: regsvr32 \windows\system32\MSCOMCT2.OCXIf you are running Windows NT or 2000, type: regsvr32 \WINNT\system32\MSCOMCT2.OCXIf you are running Windows 95, 98, or Me, type: regsvr32 \windows\system\MSCOMCT2.OCX
4. Press the 'Enter' key. You will see a message that says 'DllRegisterServer ... Succeeded'. Your newly downloaded ActiveX controls are now properly registered in your Windows registry.
Read more ►

Saturday, May 12, 2012

How to Repair Lsasrv Dll


1. Download a fresh copy of lsasrv.dll from one of the online DLL libraries linked to in the Resources section. Save the file to your 'C:\Windows\System32' folder. If it is easier for you, you can save the file to your desktop and drag it into the 'C:\Windows\System32' folder. Acccess the folder by clicking 'Start,' 'Computer,' 'C:,' 'Windows,' then 'System32.'
2. Click 'Start' and type 'cmd' into the 'Search' box and press 'Enter.' The Windows Command Prompt opens.
3. Type 'regsvr32 lsasrv.dll' (without the quotation marks) into the Windows Command Prompt and press 'Enter.'
4. Click 'Yes' to confirm that you would like to register the DLL.
5. Close the Windows Command Prompt.
Read more ►

Wednesday, May 9, 2012

How to Fix Runtime Errors 75 amp; 81


1. Click the 'Start' button and then click 'Programs' from the menu that appears.
2. Click on the 'Windows Update' icon from the menu.
3. Click on the 'Check for updates' icon on the left side of the menu.
4. Click on the 'Microsoft FRx 6.7 Service Pack R09670' update from the list that appears on the screen.
5. Click 'Install Updates' on the bottom of the screen and wait for the computer to install the updates.
Read more ►

Tuesday, May 8, 2012

How to Rename MSI.dll


1. Click 'Start' and type 'CMD' in the 'Search' box.
2. Right-click 'CMD' from the search results list and click 'Run as Administrator.' Click 'Yes' on the 'User Account Control' dialog box. This will launch the Windows Command Prompt with administrative privileges.
3. Type 'Msiexec /unregister' and then press the 'Enter' key. This will remove the Windows Installer Utility from memory.
4. Type 'CD C:\Windows\System32' and press the 'Enter' key. This changes the Command Prompt directory to 'System32.' The System32 directory houses the Windows Installer engine.
5. Type 'Rename msi.dll msi.dll.bak' and then press the 'Enter' key. This will rename the MSI resource file using the backup extension (BAK).
6. Restart your computer.
Read more ►

How to Repair Msnmsgr.exe


1. Click 'Start.'
2. Open 'Control Panel.'
3. Click 'Programs and Features.'
4. Click 'MSN Messenger.'
5. Click 'Change.' MSN Messenger's install utility will open. Click the 'Repair' option and then click 'Next' to repair all of the files associated with MSN Messenger on your computer, including Msnmsgr.exe.
Read more ►

Monday, May 7, 2012

How to Fix Flash OCX


1. Download and install Adobe Flash Player for Internet Explorer if it isn't already installed (see Resources). The Internet Explorer installs the Flash OCX file system-wide; the plug-in for other Web browsers is in a different format.
2. Open the "C:\Windows\System32\Macromed\Flash" folder by clicking "Start," typing "C:\Windows\System32\Macromed\Flash" into the search box in the Start menu and pressing "Enter." On older versions of Windows, click "Start," click "Run," type "C:\Windows\System32\Macromed\Flash" into the Run dialog box and press "Enter."
3. Right-click the "flash9.ocx" file in the Flash folder and click "Copy."
4. Create a copy of the flash9.ocx file by right-clicking an empty space in the folder and clicking "Paste."
5. Right-click the "Copy of Flash9.ocx" file, click "Rename," type "flash.ocx" for the file's name and press "Enter." Third-party screensavers and other programs now find the flash.ocx file where they expect it.
Read more ►

Saturday, May 5, 2012

How to Fix Missing DLL Files


Fixing Missing DLL Files by Reinstalling the Error Causing Program
1. Click on 'Start' and then on 'Control Panel.'
2. Click on 'Programs.'
3. Click on 'Uninstall a program.'
4. When the list populates, find the program that caused the DLL problem and click on it as if you are going to uninstall it. DO NOT REMOVE THE PROGRAM FROM YOUR COMPUTER! Microsoft Windows Installer has a feature that allows a user to repair a malfunctioning program instead of deleting it and reinstalling it.
5. When the Installation Wizard starts, click on the repair option to fix the program. Follow the steps in the installation wizard.
6. Once the Installation Wizard is finished, restart the computer. Log in and open the program to see if it works. If the program functions correctly, this completes the process of fixing the missing DLL files. If it doesn't, move on to Section 2.
Fixing Missing DLL Files by Reinstalling DLL Files
7. When the DLL error appears on your computer screen, write down the name of the DLL.
8. Open your web browser and type the name in the search bar.
9. In the results, find a link where the missing DLL can be downloaded. To ensure the safety of your computer, make sure the DLL information is spelled correctly and that the website is secure.
10. Download the DLL file and save it to the DLL-containing folder inside the folder of the error-causing program. For instance, if the DLL is missing from Windows Media Player, save it in the Windows Media Player DLL folder.
11. Open the program that brought about the system error. It should run properly now.
Read more ►

How to Fix a Shell32.Dll on Windows XP


1. Open the "Start" menu and click on the "Run" button.
2. Type in "regedit" and press "Enter."
3. Open the following directories in order: HKEY_CURRENT_USER, Software, Microsoft, Internet Explorer and Main.
4. Click on "File" then click on "Export" to save a backup copy of the key in case something goes wrong. Select a location on your computer to save the backup copy.
5. Click on the "SearchBar" value and press "Delete."
6. Open the following directories in order: HKEY_CURRENT_USER, Software, Microsoft, Windows, CurrentVersion, Explorer and StreamMRU.
7. Backup the contents of the "StreamMRU" directory using the same procedure as in step four then delete all values in the "StreamMRU" directory.
8. Restart your computer.
Read more ►

Friday, May 4, 2012

How to Removing ActiveX Add ons


1. Go to 'Start > Settings > Control Panel > Add/Remove Programs.'
2. Click on 'Install/Uninstall.'
3. Look for the ActiveX control you want to remove. Click on it and hit 'Uninstall.'
4. Go to 'Start > Run' if you cannot locate the ActiveX add-ons.
5. Type the following line in the box: 'regsvr32 drive:\windows\occache\filename.ocx /u'
6. Right click this file and hit 'Delete.'
Read more ►

Thursday, May 3, 2012

How to Turn Flash Player on in Windows XP


1. Uninstall any Flash players from the computer by going to "Start." Click "Control Panel," then select "Add or Remove Programs." From the list, select Macromedia Shockwave, Adobe Shockwave or Adobe Flash then click on "Change/Remove."
2. Go to the Adobe website and click on "Get Adobe Flash Player." This will take you to the the Adobe Flash Player download page.
3. Uncheck the Free McAfee Security Scan Plus box, then click on "Agree and Install Now." Firefox web browser users will see a see a yellow band at the top of the screen preventing the download; click on "Allow" for the download to begin.
4. Click on the "Install" button on the dialog box that pops up.
Read more ►

How to Use the I386 Folder to Replace DLL Files


1. Double-click on the 'My Computer' icon.
2. Navigate to the i386 folder, usually in the 'C' drive.
3. Navigate to the subfolder, if any, that contains the DLL file that needs to be replaced.
4. Note the path, or series of folders, in the My Computer location bar near the top of the screen.
5. Right-click in the highlighted area and select 'Copy' from the menu that appears. This will copy the path to the clipboard.
6. Click 'Start' and select 'Run.'
7. Type, without quotation marks, 'expand -r [i386 path]\[compressed DLL file name] %WinDir%\system32\[DLL file name]' where '[i386 path]' is the path you noted in Step 4, '[DLL file name]' is the name of the DLL file that needs to be replaced, and '[compressed DLL file name]' is the same as '[DLL file name]' except that the final character is an underscore ('_') instead of an 'L.' For example, to replace the DLL file 'rpcrt4.dll' from C:\i386, you would type 'expand -r C:\i386\ rpcrt4.dl_ %WinDir%\system32\rpcrt4.dll' (without the quotation marks).
8. Click 'OK' to run the command. Wait for the process to complete. It should take a few seconds at most.
9. Click 'Start' and select 'Run.'
10. Type, without quotation marks, 'regsvr32 [DLL file name]' where '[DLL file name]' is the name of the DLL file, and click 'OK.' This will register the DLL file so Windows knows where to find it.
Read more ►

How to Restore ActiveX


1. Try resetting your web browser. To do so, go to the IE Reset web page (see link in "Resources"). Scroll down the page and click "To reset Internet Explorer automatically" to expand it.
2. Click the "Reset Internet Explorer settings" link under "To reset Internet Explorer automatically" and click "Save." Download and save the resetting tool on your desktop. Double-click the resetting tool and click "Run."
3. Click "Reset" in the "Reset Internet Explorer Settings" dialog box. When IE finishes applying the default settings, close and restart your web browser. Resetting your web browser restores ActiveX controls and other components to their default state.
4. Re-enable ActiveX. To do so, click the "Tools" menu on your browser and click "Internet Options." Click the "Security" tab.
5. Click the "Custom Level" button to launch the Security Settings window. Scroll down and click the "Enable" radio button under "Run ActiveX Controls and Plugins." Click "Enable" under "Script ActiveX Controls Marked Safe for Scripting."
6. Click "OK" to save the changes and click "OK" again to close the Internet Options.
Read more ►

Wednesday, May 2, 2012

How to Reinstall a Corrupt DLL File


Insert Your Windows Disk
1. Insert your Windows CD in the drive and restart your computer.
2. Push any key on your keyboard at the prompt that says, 'Boot from CD.'
3. Wait for the Windows setup to load the file system.
Windows XP Users
4. Press the 'R' key on your keyboard once you are at the page titled 'Windows XP Setup.'
5. Choose option '1' to select your Operating System and press 'Enter.'
6. Type the Administrator password for your computer. This is typically the password you use to access your Windows XP account. If you do not have a password, just press 'Enter.'
7. Type: expand d:\i386\X C:\Windows\system32Note:
X= the name of the corrupted .DLL file you want to repair.
D:\= the CD\DVD drive letter. Most single hard drive computers use 'D' as default.Press the 'Enter' key to execute the above command and then press 'Y' on your keyboard when asked to overwrite. Reboot when finished.
Windows Vista and 7 Users
8. Click 'Next' after choosing your language on the Windows setup.
9. Click on the 'Repair Your Computer' link.
10. Highlight your operating system in the list and then click 'Next.'
11. Click on 'Startup Repair' on the 'Choose a Recovery Tool' page and the DLL files that are in your Operating System will be replaced by the ones on the Windows disk. Reboot when finished.
Read more ►

How to Remove MS Shell.Dll With McAfee


1. Right-click the 'McAfee' system tray icon. From the drop-down menu, click 'Check for Updates.' McAfee will check for updates for its virus definition and program files from the Internet and then automatically download and install them. This will ensure that, during the scan, the program can find all traces of all viruses on the computer.
2. Right-click the 'McAfee' system tray icon again.
3. Click 'Run a Scan.'
4. Click 'Full.' McAfee VirusScan will launch and perform a full system scan of the computer. This will take varying amounts of time depending on the size of the hard drive. When the scan is complete, McAfee will have identified and removed all traces of the computer virus associated with the counterfeit Shell.dll file on the computer.
Read more ►

Tuesday, May 1, 2012

How to Fix an Nvcpl.dll File


1. Download the Nvcpl.dll file (see Resources).
2. Right-click the saved DLL file and click 'Copy.' Go to the 'Start' menu, click 'Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and then the 'System32' folder. Right-click anywhere in a blank space and click 'Paste.'
3. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type Regsvr32 'C:\Windows\System32\nvcpl.dll' in the search field and hit 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►