Fix For Outlook 2007 Constantly Asking for Password on Vista

If you are encountering an infuriating problem where Outlook constantly asks you for your password even though you check the “Remember my password” box every single time, then you are in luck because reader Malcolm wrote in with this tip on how to fix the problem.

This fix should theoretically help with Windows Mail as well, but I haven’t been able to verify that yet.

  fix-for-outlook-2007-constantly-asking-for-password-on-vista photo 1

Before you do anything else, close Outlook. You should also note that we’ll be modifying system generated files here, so proceed with caution or not at all.

Open up windows explorer window and then paste the following text into the address bar, which should bring you to a folder with a single folder inside with a really long name.

%userprofile%\AppData\Roaming\Microsoft\Protect

fix-for-outlook-2007-constantly-asking-for-password-on-vista photo 2

What you’ll need to do is just rename that folder to something else (I suggest appending -old onto the end of it so that you could easily rename it back if things go wrong)

fix-for-outlook-2007-constantly-asking-for-password-on-vista photo 3

Now re-open Outlook, and then type in your password hopefully for the last time, making sure to check the box to remember it. You should now see that the original folder was re-created again.

fix-for-outlook-2007-constantly-asking-for-password-on-vista photo 4

At this point Outlook should remember your passwords, but you can close Outlook and reopen it to make sure. If you encounter problems with this, you can remove the new folder and then rename the -old folder back to the original name to put everything back the way it was.

Note: I’m hearing from some readers that this doesn’t always solve the problem for them, so your mileage may vary.

More stories

Creating PDF (Portable Document Format) files – Part 2

As I mentioned in my previous post I loved the fact that OpenOffice allows such easy creation of PDF files.  In this post I will show how we can still do this in OpenOffice without actually installing the open source office suite.  We can accomplish this using Portable Apps which includes OpenOffice

Creating PDF (Portable Document Format) files – Part 1

There are several ways to create PDF files out there. In this series I am going to go through some of my favorite ways to create them. I also encourage your feedback in the ways you deal with PDF and the multitude of office application extensions out there!

Make Firefox Only Auto-Complete Manually Typed URLs

After I started testing out the last tip about enabling inline auto-completion in the address bar, it occurred to me that although links from my browser history kept showing up in the list, I’d probably never type those in.

Online Music Factory

I happened to Stumble Upon this cool online music application today.  JamStudio.com is a very cool site where you can mix audio loops and not have the need to know how to read or write music.  I have already wasted a few hours on this site.  If you are a music fan you will have a great time with

Rant: Stay Home If You’re Sick!

This is not a tech article but does affect all of us who work in the office place.  Today when I came in to start my day … THREE people walked by my office coughing, hacking, and snotting up the place.  There is no reason for this!  It is bad enough we have to go to a crappy job and make a

Enable Inline Completion in the Firefox Address Bar

When you start typing into the address bar in Firefox you normally see a popup menu with all the URLs that your browser knows about. But what if you get tired of hitting the down arrow key every time, and would rather have it complete inline as well?

How to Add Registry Editor to Control Panel

It’s always struck me as odd that system tweakers use the registry editor all the time to fix annoyances in Windows, but nobody has created a tweak to add the registry editor to the control panel… until now.

Easily View Source of Included Files in Firefox

In the web development world, most of the design isn’t in the page HTML anymore, it’s been moved to the included CSS and Javascript files. The problem is that when you want to take a peek into the code there’s not a really simple way to view those CSS/JS files.