Sunday, March 3, 2013

How to Recover a Deleted Windows System 32 Hal.Dll


1. Turn on your computer and load Windows. Ensure your Hal.dll file is still missing and that your operating system continues to give an error message about a missing Hal.dll file. Sometimes restarting your computer will replace vital startup files such as Hal.dll. If your Hal.dll file is still missing, log in to your Windows user account and open your Web browser of choice.
2. Navigate your Web browser to a free download page for Hal.dll. Click \"Free Download\" and open the Hal.dll ZIP file after it finishes downloading. The ZIP file contains your new Hal.dll file.
3. Double-click the ZIP file to open it and right-click your new Hal.dll file. Click \"Copy\" and open the \"My Computer\" or \"Computer\" window.
4. Double-click the \"C:\\\" hard drive. Double-click your \"Windows\" folder and then enter your \"System 32\" folder. Windows stores your operating system's DLL files in the System 32 directory. Paste your new Hal.dll file into the System 32 folder.
5. Restart your computer and Windows should function properly.
Read more ►

How to Get Rid of a System Error 5


Verify Date and Time
1. Right-click the 'date/time' area in the lower-right corner of the Windows taskbar. Select 'Adjust date/time' from the contextual menu. This will display the 'Date and Time' application.
2. Verify that you have the right time zone selected for your machine. If the time zone is not correct, click the 'Change time zone...' button. Select the correct time zone from the drop-down menu and click the 'OK' button to save the change.
3. Go to the 'Internet Time' tab and click the 'Change settings...' button. Verify that a check is in the box for 'Synchronize with an Internet time server.'
4. Select a time server from the drop-down box and click the 'Update Now' button. Click the 'OK' button to close the window.
Turn Off Windows Firewall
5. Click the 'Start' button and select 'Control Panel.'
6. Click 'System and Security' and select 'Windows Firewall.'
7. Click 'Turn Windows Firewall on or off' on the left panel. This opens the customization window.
8. Click the radio button for 'Turn off Windows Firewall.' Click the 'OK' button to save the change.
Read more ►

How to Turn on Active X in Firefox


1. Determine what version of Firefox you are using by clicking on 'Help' from the Firefox menu bar. Click 'About Firefox' to see the version number listed underneath the Firefox logo.
2. Visit the Firefox Mozilla website to locate the Esker Active X Plug-In (see Resources).
3. Read to see which version of the plug-in is compatible with the version of Firefox you are running. If there is more than one version of Active X for your Firefox version, always download the latest Active X version since it will reflect updates.
4. Ensure that the box is checked to install the 'Experimental Add-On.' Click 'Add to Firefox.'
5. Accept the license agreement by clicking on the 'Accept and Install' button. Once the automatic installation completes, Active X will be activated automatically for Firefox. If for some reason it does not auto-activate, click on 'Tools' and 'Add-Ons' from the Firefox menu. Click the 'Plug-Ins' tab and click 'Enable.'
Read more ►

Friday, March 1, 2013

How to Repair a Spoolsv.Exe Error


Run Quick Heal Antivirus Pro 2010
1. Download and install the trial version of Quick Heal Antivirus Pro 2010. Run the setup and agree to the terms of the software to complete the installation.
2. Open Quick Heal Antivirus 2010 and scan your entire hard drive for a possible spools.exe infection.
3. Place a check by the spools.exe infections if any appear. Select the removal option. Restart your system once the process is complete.
Run Free Windows Registry Repair 2.0
4. Download and install Free Windows Registry Repair 2.0.
5. Run the 'Regpairsetup' file and extract the files to finish the installation.
6. Open Registry Repair and click 'Full Scan.' Select all of the registry errors including the spoolsv.exe errors. Click 'Fix Errors.' Reboot your system when the repair is complete.
Run CCleaner
7. Download and install CCleaner.
8. Run the CCleaner setup and finish the installation. Open CCleaner and select 'Registry.'
9. Click the 'Scan for Issues' button. Click 'Fix selected Issues' once the scan is complete. Reboot your system.
Read more ►

Thursday, February 28, 2013

How to Fix a Stop Error Page on an HP Startup


1. Start the computer. Tap 'F11' several times as the computer boots up to access the Recovery Manager.
2. Click 'Advanced Options' and select 'System Recovery.'
3. Select 'No' if prompted to use the 'Microsoft System Restore' feature.
4. Click 'Back up your files first' and press 'Next' to recover the computer to working order, repairing your stop error issue.
Read more ►

How to Install the ActiveX Control on Windows 7 32 Bit IE8


1. Click the Windows 'Start' button and type 'cmd' in the main menu command text box. Press 'Enter' to open the MS-DOS command line.
2. Type 'cd location' in the command prompt to point to the location of the OCX file. For instance, if the OCX file is stored in 'c:\mycontrol' directory, type 'cd c:\mycontrol' and press 'Enter.'
3. Type the following command and press 'Enter' to install and register the ActiveX control:Regsvr32 /s filename.ocxReplace 'filename.ocx' with the ActiveX control file name.
Read more ►

How Do I Change the IE Default PDF Reader to Foxit?


1. Click the Windows “Start” menu and click “All Programs” to view the programs installed on your system. Click “Foxit” to launch the Foxit PDF Reader.
2. Proceed past the Foxit welcome screen and click the “Help” menu at the top of the Foxit software. Select “Set to Default PDF Reader.”
3. Click “Yes” to confirm you want Foxit as your default PDF Reader. Launch Internet Explorer from the “Start” menu or by clicking its icon on your desktop. When you click a PDF link, Foxit will open the PDF inside Internet Explorer.
Read more ►

Wednesday, February 27, 2013

How Can I Reinstall Inetclnt.dll File?


New User Install
1. Insert the Quickbooks installation CD into your computer's disc drive.
2. Go to 'Start,' then 'Restart Computer.'
3. Wait for the computer to recognize the CD and start the installation wizard.
4. Select 'Yes' when it asks you to install Quickbooks.
5. Keep following the instructions on the wizard until the program starts to install itself.
Current User with Newer Version
6. Insert the Quickbooks installation CD into your computer's disc drive.
7. Go to 'Start,' then 'Restart Computer.' Wait for the computer to recognize the CD and start the installation wizard.
8. Select 'Yes' when it asks you to install Quickbooks.
9. Enter the Installation Key Code printed on the Quickbooks software box. Choose 'Express' for the Setup Type.
10. Follow the instructions on the installation wizard program until the program is reinstalled.
Read more ►

How to Fix .DLL Files


1. Download a decompiler. A decompiler is a program designed to take a .DLL file and allow the user not only to see but to make changes to the file's computer code. The decompiler physically breaks down the file into smaller parts, allowing you to edit each one individually. An example of a suitable decompiler is called Reflector.
2. Once you start the decompiler, you can click 'File' and 'Add' to select the .DLL you're going to be working with. Click the 'Decompile' button to let the program perform its task of breaking down the file. You can see the file's code from within the main Decompiler window.
3. Make your edits to the program's code. If you know enough to realize you need to edit the code to fix your .DLL, you know specifically what changes have to be made.
4. Recompile the file. After all your editing is done and you're confident with your changes, click the 'Recompile' button on the main decompiler window. This will take all of the individual files and reassemble them into the original .DLL.
Read more ►

How to Fix Spell Check for Outlook Express


1. Download a copy of the csapi3t1.dll file. (See Resources for a link.) Choose 'Save' in the download box and select a location to put the file.
2. Double-click the file to install it and let the installation wizard take you through the steps. Click 'Run' in the first window and then 'Yes' when asked if you want to install it.
3. Restart Windows. Once the computer has rebooted, open Outlook Express. Click on 'Tools,' 'Options' and then 'Spelling' in Outlook. Select the 'Always check spelling' to enable it.
Read more ►

Tuesday, February 26, 2013

How to Install Framedyn Dll


1. Launch your Web browser and navigate to a page that allows you to download a free version of framedyn.dll. There are several such pages, but you can find a link to a prominent and reliable download location in the Resources section below.
2. Click the download link and follow the on-screen prompts to complete the download. If presented with a choice between opening the file or saving it, click the 'Save File' button.
3. Double click the downloaded file to open it in the program your computer uses to read .zip files. When the unzipping utility opens, command it to extract the file to your desktop. There is usually an 'Extract' or 'Unzip' button on the interface; click this button, then select the desktop as the destination for the file. When you do this, framedyn.dll should appear on your desktop.
4. Double click the 'My Computer' icon so you can browse the file system, then navigate to the Windows system folder. The specific name and path for this folder depends on which version of Windows you're using. Windows XP and Vista users with 32-bit systems should navigate to 'C:\Windows\System32,' while those users with 64-bit systems should navigate to 'C:\Windows\SysWOW64' instead. Users with Windows NT and 2000 should browse to 'C:\WINNT\System32' and those using Windows 95, 98 or ME should find 'C:\Windows\System.'
5. Drag the framedyn.dll file that you extracted to the desktop into the system folder. If a corrupted version of this file already exists in the folder, you might receive a message asking if you want to replace the old version with the new one. Click 'Yes' if you see this message.
6. Reboot your computer. The new framedyn.dll will not be accessible by the processes that need it until you restart.
Read more ►

How to Send a Flash Player File As an Attachment in Hotmail


1. Sign in to your Hotmail account. Click 'New' in the list of options running along the top of the main pane to start writing a new email.
2. Click the 'Attachments' option in the email toolbar, then click on the 'Browse' button that appears.
3. Search your computer's hard drive in the new window until you find the Flash Player file you want to send. FLV, F4V and SWF are all Flash Player formats. Hold down the 'Crtl' button while you click on the files to select more than one at a time.
4. Click 'Open' in the 'Browse' window to attach the files you've selected to the outgoing message.
5. Finish writing the message, then click 'Send' at the top of the message pane to mail the Flash Player files to the recipients.
Read more ►

How to Fix a Registry Error


Windows Registry Repair
1. Download Windows Registry Repair (see Resources). Click the installation link and follow the on-screen instructions to install the program onto your computer. Open the program by clicking the icon on your desktop or through the Start menu.
2. Click the 'Full Scan' button on the left side. When the scan is complete, the errors will be listed in the main screen. All errors are automatically checked when the scan is completed. Click the 'Fix Errors' button.
3. Close the program by clicking the 'X' on the top-right corner.
Registry Mechanic
4. Download Registry Mechanic (see Resources). Click the installation link and follow the on-screen instructions to install the program onto your computer. Open the program by clicking the icon on your desktop or through the Start menu.
5. Click the 'Scan Your Registry' button and the registry scan starts. This can take a few minutes, depending upon the speed of your computer. When the scan Is completed, the errors will be listed in the main window. All errors are automatically checked. You can browse through the errors if you are interested in what Registry Mechanic found.
6. Click the 'Repair' button and Registry Mechanic will fix the registry errors found. Close the program by clicking the 'X' in the upper-right corner.
CCleaner
7. Download CCleaner (see Resources). Click the installation link and follow the on-screen instructions to install the program onto your computer. Open the program by clicking the icon on your desktop or through the Start menu.
8. Click the 'Registry' button on the left side. Click the 'Scan for Issues' button at the bottom of the window, and CCleaner will scan your registry for errors. This will take a few minutes, depending on how fast your computer is running. When the scan is finished, the errors will be listed in the window and each error is automatically checked. You can browse through the errors if you are interested in the problems CCleaner found.
9. Click the 'Fix Selected Issues' button at the bottom of the window. A 'Do you want to backup changes to the registry' prompt opens. Click 'Yes,' name the file in the 'File name' field and click the 'Save' button. When it finishes saving, a window opens. Click the 'Fix all selected issues' button. You will see 'Issues Fixed' on this screen when it is finished. This only takes a few minutes, depending upon the speed of your computer. Click the 'Close' button and then click the 'X' in the upper right corner to close CCleaner.
Read more ►

How to Replace Rundll32


1. Run a scan with your anti-virus software or run a registry cleaner on your computer to get rid of the virus files in the computer's registry. To run the scan with your anti-virus software, double-click the program icon in the taskbar of your computer and click on the 'Scan' or 'Clean Now' option. To use a registry cleaner, download a free cleaner, such as Glary Registry Cleaner or RegToy, online, install and launch the cleaner, and click the 'Scan' or 'Clean' button.
2. Delete the files that appear in the list of corrupted files found by the anti-virus software or registry cleaner. Most anti-virus software and registry cleaners provide a delete option right in the program. Once the files have been deleted, restart your computer to remove them completely.
3. Stop the dll service from running on your computer once your computer reboots. To stop the service, click the 'Start' orb, go to 'Accessories,' choose 'Run' and type 'service.msc' in the 'Run' box. Right-click 'dll' in the 'Services Management' window that appears and choose 'Stop' from the menu options.
4. Open the computer's registry editor by going back to 'Start>Accessories>run' and typing 'regedit' into the box. Once in the registry, click the 'HKEY_LOCAL_MACHINE' folder, 'SOFTWARE,' 'Microsoft,' 'Windows,' 'CurrentVersion' and 'Run.'
5. Right-click the key labeled 'rusvdgpo' in the right-hand pane of the registry editor. Choose 'Modify.' In the box that appears, delete the text next to 'Value' and click 'OK.'
6. Restart your computer. Windows automatically searches and replaces any missing system dll files, including the Rundll32 file.
Read more ►

Monday, February 25, 2013

How to Fix BrowseUI.Dll


1. Select the 'Browseui.dll download' link in Resources. This will take you to a page that offers browseui.dll as a free download.
2. Click on the purple underlined link 'Click here to download Browseui.dll.' A new window will load, which will have the actual link to download the file.
3. Select 'Download browseui.dll' from the new window. A windows prompt will now ask if you'd like to save or open the file. Select 'Save' and then 'OK.' The file will now download as a zip file.
4. Double-click the downloaded zip file. This will launch the computer's zip software. If there is no zip software on the computer you can download a trial of WinZip through the second link in Resources.
5. Click 'Extract' and Browseui.dll will now be extracted. Once this has finished (it will only be a moment), double click the file. It will now have been installed onto the computer, which will fix the older, corrupt browseui.dll.
Read more ►