Tuesday, January 17, 2012

How To Fix Registry Permissions for Internet Explorer

1. Download the SubInACL tool from the Microsoft Download Center (see Resources). Click the 'Download' button and then click the 'Save File' button. Save the file to your desktop and then double-click the 'subinacl.msi' file to install the tool on your system.2. Download the reset_fp10.zip file from Adobe (see Resources). Save the file to your desktop and then double-click the file to display its contents.3. Right-click the reset.fp10.cmd file and then select 'Copy' from the context menu.4. Select the 'Folders' option and select the Local Disk (C:) under My Computer.5. Navigate to 'C:\Program...
Read more ►

Sunday, January 15, 2012

How to Fix Ordinal 570 Not Found in Storm.DLL

1. Open a Web browser and download the latest "Warcraft III" patch from the official Blizzard website.2. Double-click the ZIP file that you downloaded. This is a self-extracting file, so the contents extract to a directory and the update process begins automatically.3. Click the "I agree" option in the "Terms of Service" window and then click "Next" to begin installing the patch. The patch automatically detects the location of your current "Warcraft III" installation and applies the fixes to the DLL files.4. Click "Close" to close the installation window once the patch has been installed....
Read more ►

How to Open a Whirlpool Cabrio Washer

1. Disconnect the power cord of the Cabrio washer from the wall outlet. Pull the washer away from the wall so that you can access the water supply connections. Turn the water spigots off that supply water to the washer.2. Position a bucket under the hose connections at the rear of the washer. Remove the hoses by twisting the hose connections counterclockwise. Set the hose ends into the bucket to keep residual water from spilling onto the floor.3. Remove the three hex head screws that secure the back of the control console to the rear of the washer with a nut driver. Pull the control console...
Read more ►

Saturday, January 14, 2012

How to Uninstall OCX

1. Click the Windows 'Start' button and select 'Control Panel.' Click the link labeled 'Uninstall Program' to open a list of programs and ActiveX controls installed on the machine.2. Click the ActiveX control you want to remove in the list of programs. Click the 'Uninstall' button at the top of your window.3. Click 'Yes' to confirm that you want to remove the OCX ActiveX control. Windows removes the OCX file and any associated files with the ActiveX control.4. Reboot the machine if you are prompted. Some uninstall processes require a reboot before the changes take effect on the comput...
Read more ►

How to Automatically Replace Missing Dll in Windows XP

1. Boot up your computer and log in to the Windows XP operating system with the Administrator account or a user account that has Administrator privileges.2. Click on 'Start' in the lower-left corner of the screen, then click 'Run.'3. Type 'cmd.exe' in the Run window.4. Press 'Enter,' then put the Windows XP CD into your computer.5. Type 'sfc.exe /scannow' into the command prompt and press 'Enter' to run the automatic process to replace any missing DLLs on your comput...
Read more ►

Friday, January 13, 2012

How to Remove Mscoree.Dll

1. Click on 'Start' and go to 'Search.' Type 'Mscoree.dll' in the search box and search your computer. Write down the location of the file.2. Click on 'Start.' Select 'Run.' Type 'regsvr32/u C:' and the location of the file. The only space is between 'u' and 'C.' Click 'OK' to unregister the file. You will receive a confirmation pop-up.3. Open an 'Explore' window by double-clicking on 'My Computer.' Follow the directions to the file location, double-clicking until you can see the file in your 'Explore' window. Right-click on the file name and select 'Delete.' The file will be placed in the...
Read more ►

How to Find Out What ActiveX Is Missing amp; What You Need

1. Open Internet Explorer on your computer.2. Click 'Tools.'3. Click 'Internet Options.'4. Click 'Security.'5. Click 'Custom Level.' Scroll down to and click the 'Enable' option beneath the 'Run ActiveX Controls and Plug-ins' option. Click 'OK.' Internet Explorer will automatically find out what ActiveX controls are missing when viewing a web page and download them to your browser immediate...
Read more ►

How to Fix a Windows Boot Failure

1. Insert your Windows Vista or 7 discs in your computer drive and restart your computer.2. Hold down the 'F8' key on your keyboard while the computer boots up. This will open the 'Advance boot options' screen.3. Select 'Repair my computer' and press 'Enter.'4. Select 'Startup Repair' from the list of options and click 'Next.' Startup repair will scan your computer for corrupted and damage files, repair them and boot up your comput...
Read more ►

Wednesday, January 11, 2012

How to Restore Shell32.Dll in Vista From a CD

1. Insert the Vista CD into the computer. Restart the computer.2. Press any key when prompted to boot from CD.3. Select your keyboard, language, and currency options. Select 'Repair your computer.'4. Select the drive where Vista is installed and press 'Next.'5. Select the 'System Restore' utility. Choose a date prior to the time Shell32.DLL became corrupt and press 'Next' to restore the fi...
Read more ►

How to Remove Kernel32.dll

1. Right-click on the 'Start' button in Windows and select 'Explore' from the options that pop up. This will launch the Windows Explorer window. In the left panel of the window, navigate to the system folder. The location of this folder depends on what version of Windows you are currently using. If you're using a 32-bit version of XP or Vista, navigate to 'C:\Windows\System32.' If you're using a 64-bit versions of XP or Vista, find 'C:\Windows\SysWOW64.' In 2000 and NT, look for 'C:\WINNT\System32.' In Windows 95, 98 and ME, the path is 'C:\Windows\System.'2. Left-click the system folder once...
Read more ►

Tuesday, January 10, 2012

How to Fix a Wininet.dll Error

Delete Internet Temp Files1. Click 'Start', and open 'Programs' or 'All Programs.'2. Click 'Accessories' and open the Command Prompt.3. Paste 'deltree tempor~1' in the prompt. Press 'Enter'.4. Type 'Exit' and press 'Enter'.5. Open Internet Explorer. Allow the damaged files and folders to automatically restore.Empty Internet Exploer History and Cache6. Open the Internet Explorer program. Click 'View' and select 'Options'.7. Click 'Navigation' and click 'Clear History'. Select 'Yes' once the prompt appears.8. Select the 'Advanced' tab and choose 'Settings'. Click 'Empty Folder' and...
Read more ►

How to Activate DLL With svchost.exe Syntax

1. Click the Windows "Start" button and type "cmd" in the search text box in the menu. Press the "Enter" key to open the Windows command prompt utility.2. Type "regsvr32.exe dll" where "dll" is the DLL file you want to activate.3. Press "Enter" to run the service. Windows returns a message confirming that the DLL was register...
Read more ►

How to Get the Shell Script to Stop on the First Error

1. Open your shell script in a text editor or your scripting application of choice.2. Enter an 'If' statement in the shell script for commands that you want checked for errors. For instance, 'if cd $directory; then' would follow through with the next command lines if the 'cd' command completes successfully.3. Enter a following 'Else' statement in your shell script that allows you to exit on an error. For example, you can enter:elseecho 'Error' 1>&2exit 1fiThis would echo the phrase 'Error' and exit with '1,' the exit code for exiting an application because of a failure in the app...
Read more ►

How to Replace Comctl32.dll

1. Download the missing comctl32.dll file. Locate a website that offers the comctl32.dll file. You can also use the link in the Resources section.2. Unzip the download file if it is a .zip-type file. Right-click on the file and choose 'extract' to make the file available in a .dll format.3. Install the missing comctl32.dll file in the proper folder on the computer. If the operating system is 64-bit Windows, copy comctl32.dll to the 'C:\Windows\SysWOW64' folder. If the operating system is 32-bit Windows, copy comctl32.dll to the 'C:\Windows\System32' folder.4. Restart the computer by...
Read more ►

Monday, January 9, 2012

How to Repair Corrupt Dll Files

1. Note the name of the DLL file that appears in the error message that pops up.2. Visit the DLL Dump website. Type the name of the DLL file in the “Search” field toward the top of the website. Download and save the DLL to your System32 folder.3. Select “Yes” to replace the corrupt DLL with the new one.4. Reboot your computer. Press “F8” at the startup screen, until the boot options appear.5. Select “Safe mode with Command Prompt.”6. Type "regsvr32 * name of the corrupt DLL" in the prompt. Press “Enter” to register the new DLL. Type “Exit,” and type “Enter” to escape Command Prom...
Read more ►