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...
Browse » Home » All posts
Friday, January 13, 2012
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...
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...
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...
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...
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...
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...
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...
How to Fix the Propsys DLL
Reinstall the DLL1. Go to a website that offers a free download of the propsys.dll file. Hit the 'Download' link and save the file to your desktop.2. Go to 'Start' > 'Search' and type in 'system32.' Drag and drop the newly downloaded propsys.dll file into the folder. Choose 'Yes' if it asks you if you want to replace the file.3. Go to 'Start' > 'Run.' Type 'cmd' into the search box and hit 'Enter.' The Command Prompt menu will open.4. Type the command 'regsvr32 propsys.dll' and hit 'Enter.' This command tells the computer to register the new propsys.dll file.5. Close the Command...
Friday, January 6, 2012
How to Repair Windows Picture amp; Fax Viewer
1. Click on 'Start' and then click on 'Run.'2. Type 'regedit' and press the 'Enter' key.3. Press 'Ctrl' + 'F' on your keyboard. This will bring up a 'Find' box.4. Type 'shimgvw.dll' in the Find box, then click the 'Find next' button.This will bring you to the following location:HKEY_CLASSES_ROOT\Applications\Shimgvw.dllRight-click on the 'Shimgvw.dll' folder and select 'Delete.'5. Close the Registry Editor and reboot your computer.6. Click on 'Start,' click on 'Run,' type 'CMD' and click 'OK.' This will bring you to the command prompt.7. At the prompt, type:regsvr32 shimgvw.dllPress...
How to Configure System32
1. Boot the computer and enter the username and password of an account that has administrator permissions on the computer. Click the 'Start' button, click 'Computer' and then double-click the system drive icon (usually 'C:') displayed in the window that appears.2. Double-click on the 'Windows' folder. Right-click on the 'System32' folder and click 'Properties' in the menu that appears.3. Click the 'Security' tab in the 'System32 Properties' window that appears and then click the 'Advanced' button. Click the 'Owner' tab and then select 'Edit.'4. Click the 'Administrators' group in the...
Thursday, January 5, 2012
How to Fix Rundll Programs
1. Restart your computer. Sometimes a simple restart can help troubleshoot a Rundll error.2. Remove the program that generates the Rundll error when you try to launch it. Click the Start menu and choose 'Control Panel.' Click 'Programs' and then 'Programs and Features.' Scroll down to find the program that is generating the Rundll errors. Single-click the program and click the 'Uninstall' button. Follow on-screen prompts to complete the uninstall. Reboot your computer after the uninstall completes.3. Locate the error within 'System Configuration.' Click the Start menu and type 'msconfig'...
Wednesday, January 4, 2012
How to Repair an Access Violation 25202E67
1. Go to the Microsoft website, and download the latest version of Internet Explorer (see Resources) to your Windows desktop. In order to download the file, choose your country and operating system.2. Double-click on the installation file to install the new version of Internet Explorer.3. Press 'Run' to allow the execution of the installation file.4. Click 'Start' to begin installing the program.5. Choose 'Express Settings' to apply the default express settings for Internet Explorer. The installation process will finish.6. Launch Internet Explorer. Go to the 'Start' menu in which Internet...
Tuesday, January 3, 2012
How to Uninstall Google AFE
1. Restart the computer. As soon as the computer begins booting, but before Windows loads, tap the F8 key on the keyboard repeatedly to display the Advanced Boot Options menu. Select 'Safe Mode' with the keyboard, then press 'Enter.'2. Press the Windows logo and 'R' keys simultaneously to display the 'Run' dialog box after Windows finishes loading. Type 'appwiz.cpl' without quotation marks in the dialog box and press 'Enter.' Windows displays all of the programs installed on the computer.3. Click 'Google AFE' and then click 'Remove' or 'Uninstall.' If you do not see this on the list of programs,...
Sunday, January 1, 2012
How to Eliminate CLSID Problems From a Registry
1. Install the latest service pack for Internet Explorer.2. Click the 'Start' button on your computer. Click 'Run.' In the 'Open' box, type 'notepad' and click 'OK.'3. Paste the following text into Notepad:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\LDAP\Clsid]@='{228D9A81-C302-11cf-9AA4-00AA004A5691}'4. Click the 'File' menu and select the 'Save' option. Save the file to your desktop and name it 'Ldap.reg.'5. Double-click on the 'Ldap.reg' file on your desktop. This will import the registry settings stored in the file into the registry.6. Click the 'Start' button on your...
Subscribe to:
Posts (Atom)