Saturday, February 11, 2012

How to Remove AMIP for iTunes Error


1. Close iTunes, then click “Start” and select “Computer.”
2. Type “Program Files\iTunes\Plug-ins” (without the quotes) in the Search box and press “Enter.”
3. Click to select “ituneswrapper.dll” and press “Delete.”
Read more ►

Friday, February 10, 2012

How do I Install ActiveX on Windows XP?


1. Click "Tools," then click "Internet Options." Click the "Security" tab, then set the "Internet" control level to "Custom Level."
2. Scroll down the "Security Settings" list that pops up to locate "ActiveX Controls and Plug-ins." Click "Enable" under "ActiveX Controls and Plug-ins." Click "OK," then "Yes" to confirm your choice. Click "Apply," and then "OK." This fully enables ActiveX once it has been installed.
3. Click "OK" to close the window and resume normal computer use.
Read more ►

Thursday, February 9, 2012

How to Install a Cryptographic Service


1. Click the 'Start' button, and then click 'Run.' Type 'cmd' in the dialog box, and then press 'Enter' to open the command prompt.
2. Type 'net stop cryptsvc' in the command prompt window, and then press 'Enter' to stop the Cryptographic Service in case it is already running.
3. Type 'regsvr32 softpub.dll' and then press 'Enter.' Windows displays a message confirming that it registered the Dynamic Link Library (DLL) file successfully. Click 'OK.'
4. Type 'regsvr32 wintrust.dll' and then press 'Enter.' Click 'OK.'
5. Type 'regsvr32 initpki.dll' and then press 'Enter.' Click 'OK.'
6. Type 'regsvr32 dssenh.dll' and then press 'Enter.' Click 'OK.'
7. Type 'regsvr32 rsaenh.dll' and then press 'Enter.' Click 'OK.'
8. Type 'regsvr32 gpkcsp.dll' and then press 'Enter.' Click 'OK.'
9. Type 'regsvr32 sccbase.dll' and then press 'Enter.' Click 'OK.'
10. Type 'regsvr32 slbcsp.dll' and then press 'Enter.' Click 'OK.'
11. Type 'regsvr32 mssip32.dll' and then press 'Enter.' Click 'OK.'
12. Type 'regsvr32 cryptdlg.dll' and then press 'Enter.' Click 'OK.'
13. Type 'net start cryptsvc' and then press 'Enter' to restart the Cryptographic Service. Close the command prompt.
Read more ►

Tuesday, February 7, 2012

How to Fix the Rundll32.exe Problem


1. Restart your computer and press the 'F8' key before Windows loads to access Safe Mode. After pressing 'F8,' the Windows Boot Menu with Advanced Options screen will appear.
2. Press the 'Down' key on your keyboard to navigate to the 'Safe Mode' option and then press 'Enter.' After Windows loads in Safe Mode, you will have access to the desktop.
3. Click 'Start' and then click on 'My Computer.' Double-click the 'C:' drive and then double-click the Windows folder. Double-click the 'INF' folder and right-click the 'Sr.inf' file.
4. Click the 'Install' option and let Windows reinstall the file. Restart the computer.
Read more ►

Saturday, February 4, 2012

How to Fix MSI.Dll


1. Click the 'Start' button. Click 'My Computer' if you are running Windows XP. Type 'start explorer' in the Search field if you are running Vista or Windows 7. Click 'Enter.'
2. Open the following folder path:C (or the drive letter corresponding to your hard drive) > Windows > System32
3. Download the msi.dll to your desktop (see Resource). Drag the file to the open System32 folder. Confirm the replacement of the corrupt msi.dll file.
4. Press 'R' + the Windows key.
5. Type the following in the dialog box:regsvr32 msi.dll
6. Click 'OK' to register the file.
Read more ►

How to Remove a PMC Taskbar


1. Right click an empty space on the Windows Taskbar and choose 'Task Manager.'
2. Select the 'Processes' tab. Right click the 'pmc.taskbar.palette.dll' process and choose 'End Process' from the drop-down menu.
3. Launch Windows Explorer and navigate to the directory where the 'pmc.taskbar.dll' file is located. This is generally located under the 'C:\Program Files\Pinnacle\MediaCenter,' or 'C:\WINDOWS\System32' directories.
4. Right click 'pmc.taskbar.dll,' and choose 'Delete' from the drop-down menu.
5. Launch a free Dll-repair program, such as 'Free Dll Repair Tool,' or 'Pmc.Taskbar.Palette.dll Repair.' Download one, if necessary (see Resources).
6. Install and launch the Dll repair tool, click the 'Scan' button. The 'pmc.taskbar.dll' will display as a result. Click the 'Repair' button and allow for the process to complete. PMC Taskbar will be automatically removed.
Read more ►

How to Fix a Shell32.Dll Not a Valid Windows Image


1. Reboot the computer. While Windows is trying to boot, continuously press the 'F8' key. A screen of various mode options. Choose to boot Windows in 'Last Good Config' or 'Safe Mode.' 'Last Good Config' is the better choice, but Windows may not be able to boot in that mode. You will need one of these modes to access your CD-ROM.
2. Put in your Windows CD in the CD-ROM after Windows have loaded in one of the above modes.
3. Reinstall and repair Windows using the Windows Installation disk. The setup screen will appear automatically after you put the CD in. Click on 'Reinstall Windows' on the setup screen. Follow the installation wizard to repair Windows to a state that can load without errors.
4. Restart Windows after the installation. The mode screen may appear again. This time choose 'Start Windows Normally' to start Windows as you would before the errors started. You shouldn't have any other problems loading Windows now.
Read more ►

Friday, February 3, 2012

How to Find Wininet.dll in Vista


1. Log in to the Windows Vista computer with the username and password of an Administrator account. Click the 'Start' button on the Windows Vista taskbar and click 'Computer' in the menu that appears.
2. Double-click the 'C:' drive icon in the 'Computer' window, then double-click the 'Windows' directory.
3. Double-click the 'System32' directory. Verify that the 'wininet.dll' file is listed in the 'System32' window. If not, proceed to the next step.
4. Click the 'Tools' menu near the top of the 'System32' window and click 'Folder Options' in the menu that appears. Click the 'View' tab.
5. Click the 'Show hidden files and folders' radio button. Click to clear the 'Hide extensions of known file types' check box and click 'OK.'
6. Verify that the 'wininet.dll' file is now visible in the 'Internet Explorer' directory.
Read more ►

How to Register a VB6 OCX


1. Open Visual Basic 6.0 from a desktop shortcut or your Start menu. Choose 'File,' then 'New Project.' Set the type as 'Standard EXE.'
2. Add a new module to the project. Name the module 'Module1' or any other basic title you prefer.
3. Copy the example code provided by Microsoft (see References) into the 'General Declarations' section of the module you created. Replace all instances of 'ComCtl32' in the code with the name of the Visual Basic 6.0 OCX file that you want to register.
4. Press 'Control' and 'G'at the same time to view the immediate window. Type in 'RegisterYourOCX' where 'YourOCX' is the name of the OCX file you are registering ('ComCtl32' in the example). Press 'Enter' to register the OCX file.
Read more ►

How to Fix a WAB DLL


1. Click 'Start,' select 'Search' then click 'All Files and Folders.'
2. Type 'Wab32.dll' and press 'Enter' on your keyboard.
3. Right click the file (if it shows up on the search menu) and select 'Rename.' If you cannot find the file, that means it was erased at some point, and you can proceed to Step 5.
4. Type 'Wab32.old' to replace the original name and press 'Enter.' Close the search window. Your address book information will remain intact after you rename the file, because the WAB.DLL itself does not store the information. Rather, it allows the computer to access the information in another location.
5. Click 'Start,' select 'Settings' then click 'Control Panel.'
6. Select 'Add/Remove Programs.'
7. Select the 'Windows Setup' tab at the top of the menu. Click 'Components,' then uncheck the box next to 'Microsoft Outlook Express.' Click 'Apply' and wait for the program to uninstall.
8. Re-check the box next to 'Microsoft Outlook Express.' Click 'Apply' to reinstall the program.
9. Restart your computer.
Read more ►

How to Fix Windows XP With Missing or Corrupt System Files


1. Start your computer up and log into your Windows XP operating system with an administrator-level user account.
2. Insert your Windows XP CD into your CD drive and close any popup windows that may appear.
3. Click on the 'Start' button, open the 'Run' utility, type 'cmd' and then press the 'Enter' key.
4. Type 'sfc /scannow' into the command prompt and wait while the scanning utility checks your system files for damage or deletion. If any bad files are found, they are automatically replaced.
Read more ►

Thursday, February 2, 2012

How to Disable the Microsoft License Manager


1. Click 'Start.' Select 'Run.'
2. Type 'cmd.' Press 'Enter.'
3. Type 'cd C:/WindowsSystem32.' Hit your 'Enter' key and type 'cacls wgatray.exe/d everyone.' Hit the 'Y' key. Enter in 'cacls wgalogon.dll/d everyone' and hit the 'Y' key. Type in 'cacls legitcheckcontrol.dll/d everyone.' Hit the 'Y' key and reboot your computer.
Read more ►

Wednesday, February 1, 2012

How to Register Wininet.dll


1. Go to your Start menu and hit “Run.”
2. Write “cmd” in the box and click “OK.”
3. Write “regsvr32 C:\windows\system32\wininet.dll” and press “Enter” on your keyboard.
Read more ►

How to Fix Shlwapi.dll


1. Press 'Ctrl + Shift + Esc' to launch the Windows Task Manager.
2. Click 'File' and select 'New Task.'
3. Paste 'control appwiz.cpl' in the field. Press 'Enter.'
4. Scroll through the list of programs to locate 'Windows XP Hotfix -- KB834707.' Click the hotfix and click 'Remove.' Click 'Next' at the prompts to continue the removal process. Click 'Finish' to reboot your system.
5. Click 'Start' and open 'Control Panel.'
6. Open the 'Add/Remove Programs' option. Select 'Windows XP Service Pack 2.' Follow the instructions in Step 4 to remove the service pack.
7. Click 'Start' and select 'Programs.' Open 'Windows Update.'
8. Open the 'Important Updates' link. Reinstall Windows XP SP2. Click 'Next' at the prompts to finish the installation. Allow your system to reboot.
Read more ►

How to Restore a System Error


1. Download and install the free version of TweakNow RegCleaner (see Resources). Run the RegCleaner setup to finish the installation. Open the registry-cleaning tool and click 'Home.' Place a check by the 'Clean registry' and 'Clean traces of your computer' boxes. Click 'Fix and Clean' to restore the system errors on your PC. Reboot your system once the process is complete.
2. Download and install Microsoft Windows Malicious Software Removal Tool (see Resources). Run the setup to complete the installation. Scan your 'C' drive for system infections that might be causing the system errors. The tool automatically removes any infections. Reboot your system after the scan.
3. Download and install the trial version of How to Recover Hard Drive Data (see Resources). This tool recovers missing data. Run the setup and follow the on-screen instructions to complete the installation. Open the tool and select the restore data wizard to restore the system errors.
Read more ►