Amazon Ad2

Dec 23, 2009

HAVING TROUBLE REMOVING TRUSTED ROOT CERTIFICATES

How to Remove Root Certificates from the Trusted Root Store


  1. In Windows 2000, point to Start, and then click Run.
  2. In the Run dialog box, in the Open box, type MMC, and then click OK. The Microsoft Management Console (MMC) appears.
  3. In the MMC, on the Console menu, click Add/Remove Snap-in, and then click Add.
  4. In the Add Standalone Snap-in dialog box, click Certificates, and then click Add.
  5. In the Certificates snap-in dialog box, click Computer Account, and then click Next.
  6. In the Select Computer dialog box, enter the name of the computer for the snap-in to manage.
  7. Click Finish, click Close, and then click OK.
  8. Expand the Certificates node.
  9. Expand Trusted Root Certification Authorities.
  10. Click Certificates. The details pane appears, showing all of the root CA certificates that are currently trusted.
  11. Delete the root CA certificates that you do not trust.

Nov 25, 2009

Cannot access some sites, Amazon, Ebay, etc.

It is suspected that your Hosts file has been hacked.  Do the following which should fix the problem:

1. Navigate to C:\Windows\system32\drivers\etc directory.
2. Right-click on the HOSTS file and choose Open.
3. Use Notepad to open this file.
4. If there are lines that look like the following you must comment them out or delete them:
    127.0.0.1    www.amazon.com
   
127.0.0.1    www.ebay.com
5. To comment these out, simply place a # before each of those lines.
6. Test and resume normal surfing.

Nov 24, 2009

Reset Warning in Outlook Express - Free Up Disk Space

Look for this key in the Registry:
HKEY_CURRENT_USER\Identities\{GUID}\Software\Microsoft\Outlook Express\5.0

Double click the Compact Check Count

Select the Base option for Decimal and change the value to 0

This should change both the Hexadecimal and decimal values to zero.

Close the Registry.

NEED HELP FLUSHING DNS AND RESETTING INTERNET PROXY

From Command Prompt (If using Vista, Right-Click "Command Prompt" choose Run as Administrator.
C:\> Ipconfig /flushdns
C:\> netsh winhttp reset proxy

CD-ROM DRIVE LETTER MISSING - HELP FILES

Microsoft Help Link: http://support.microsoft.com/?scid=kb;en-us;314060&x=12&y=13
--------------------------------------------------------------------------------------------------------

Windows Vista

Click StartCollapse this imageExpand this image, and then click All Programs.

Click Accessories, and then click Run.

Type regedit, and then click OK. Collapse this imageExpand this imageIf you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

In the navigation pane, locate and then click the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}

In the right pane, click UpperFilters.



Note You may also see an UpperFilters.bak registry entry. You do not have to remove that entry. Click UpperFilters only. If you do not see the UpperFilters registry entry, you still might have to remove the LowerFilters registry entry. To do this, go to step 8.

On the Edit menu, click Delete.

When you are prompted to confirm the deletion, click Yes.

In the right pane, click LowerFilters.



Note If you do not see the LowerFilters registry entry, unfortunately this content cannot help you any further. Go to the "Next Steps" section for information about how you can find more solutions or more help on the Microsoft Web site.

On the Edit menu, click Delete.

When you are prompted to confirm the deletion, click Yes.

Exit Registry Editor.

Restart the computer.

Now go to the "Did this fix the problem?" section.

Back to the top