Login / Register

Register  |  Login

Windows 7 forgets more than you know

There is an expression you may be familiar with that goes something like ”I have forgotten more about <insert subject> than you will ever know.” I am sure I heard it in a movie or something. Well, it might be true of Windows 7, at least for now.

I have been running 7 for several days now and these are things I had to setup more than once:

  • Network Printer
  • Wireless Internet Connection
  • Internet Explorer 8 Setup

These are things that usually only have to be setup once and then Windows just remembers the settings and allows you so connect to the Internet, surf with IE and print when needed. I don’t know of another version of Windows that didn’t remember the settings like Windows 7.

This is not a big deal if you know how to do it, but if you rely on a computer guy (Try Brian Haines – (954) 434-1968) to set these up for you then you might be disappointed that Windows 7 forgets more than you know about computers.

This should not be viewed as a verdict about Windows 7 as every release of a new operating system has a list of issues that get worked out via Windows Update. I do expect that this will be fixed in an update, but until it does you should not make the switch.

I would like to add that I am pleased with Windows 7. It seems to perform better than I expected. It is still to early to tell, but so far, so good. I expected performance to be much closer to Windows Vista – 7 is clearly better.

  • Share/Bookmark

Brian Haines recommends Windows XP

I have always been an early adopter of new Microsoft Operating Systems (OS) including Windows Vista. With Windows Millennium (Me) being the obvious exception each OS prior to Vista has been an improvement over the last. I was an early Windows 2000 convert, so I never had to use Windows Me, and Windows 2000 was a major improvement over Windows 98 and Windows Me. Windows XP even better and then Vista, not so much.

I finally removed Windows Vista from my desktop computer and reverted to Windows XP. I would ordinarily suffer through the temporary troubles until Microsoft released updates that cured it’s ails. The main reason for removing Windows Vista was simply poor performance. Oh, I had issues, like always having to print twice to get one print, and not being able to print 100 pages, but rather have to send 100 individual pages to the queue – very frustrating! All-in-all though I expected those issues to get resolved, and they did. Vista is simply slow. Much slower than XP on the same hardware and with no major improvement to make the slower system worth it.

Vista’s poor performance is due to the fact that the Operating System simply requires far more resources than most hardware can handle. The vast majority of laptops sold with Windows Vista had memory limitations of 2GB and Vista performs better with 3GB of system memory.  If you are a power user – the kind who works with multiple applications, and/or applications like Photoshop, GIS, or AutoCAD then 3GB was still not enough. But 3GB is the 32 bit limit. We would have to have the 64 bit Vista in order to go to 4GB and even then that was the physical limit of most computers.

Why? That is the question I began to ask. What did Widows Vista offer over Windows XP? Other than some minor user interface improvements the answer is NOTHING!

Even today you are better off buying a used, refurbished or off-lease computer with Windows XP than just about anything under $1000 with Windows Vista. Looking for a laptop with Windows XP? Here is a list at Tiger Direct.

I predict that Windows Vista and Windows 7 (which is Windows Vista 2.0) will require no less than 6 GB of RAM in the near future and maybe even 12 GB in the next 4 years with the updates applied on a regular basis. So if you buy a computer with Vista or the new Windows 7 make sure you get the 64 bit version and a computer that can upgrade to something like 12 or 16 GB of RAM.

Vista is not terrible, it just requires the newest hardware to run well, and even the best hardware today seems to run only as well as computers two years ago with Windows XP. Users who have replaced computers in the past are used to the new computer running faster than the old. It is quite a let down to find that the $1000 you just spent gave you a computer that is no faster than the four year old machine you replaced.

Don’t get me wrong, I know we will all be on Windows 7 eventually, but if you can put off a new computer purchase you should. If you can’t then I still recommend that you spend as little as you can and get Windows XP because you will be replacing any computer with Vista in no less time.

  • Share/Bookmark

Outlook file location

“Where on the disk is my Outlook data?”

I like when I hear this question because it is often only asked when people are looking to add it to their backup routine. The most important thing to backup is the Outlook.pst file (and any other .pst files in the folders below)

No matter what version of Outlook you have the files are located in one of two locations depending on what Operating System you are using. If you have Windows Vista then the files are located here:

%USERPROFILE%\AppData\Local\Microsoft\Outlook

The above path usually translates to C:\Users\<username>\AppData\Local\Microsoft\Outlook

Backup the Outlook folder to be sure you get all .pst files.

For Windows XP the path is:

%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook

Translated C:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\Outlook

If you are looking to verify your backup, don’t try to open the Outlook.pst file, simply check the file date and the relative size to your current .pst file. To restore data use File>Import/Export in Outlook.

Oh, and if you are looking for Outlook Express files things get a bit more complicated. Some day I will edit this and add OE file paths.

  • Share/Bookmark

config/system and then lsass.exe error

It happens from time to time that I get a call about a computer that won’t start because of the file windows/system32/config/system is missing or corrupt. Although there are not just a few clicks of the mouse I rattle off the top of my head and BAMB your system is working again but, it is not a big deal.

I come on site (prepared with Windows XP disk), I boot to the recovery console, I copy the missing file from the repair folder, and I never have to remember the exact steps as I bring my laptop do a quick Google search and in a few clicks I have a page detailing the process.

Yesterday however I did the above on a client machine and when I rebooted I had the lsass.exe error saying the system password didn’t match (I honestly can’t remember the exact message). Ut oh! First, I thought well let me copy all four system files instead of just the missing one. So I do – sam, system, software, security. Reboot – same error.

Google made the solution easy, but since so many results were pages detailing the above procedure it took a little longer to find the page with a better answer.

http://www.geekstogo.com/forum/lsass-exe-error-startup-t12548.html&st=60

I had already been booting the computer with a Knoppix CD because the recovery console wouldn’t let me in due to the lsass password problem. So instead of following the instructions on geekstogo.com (my kinda site, i know) I booted with the Knoppix CD, mounted the drive and made it editable (right clicking the HDA on the desktop) and then did the following:

  1. Backup the windows/system32/config folder just in case things go wrong
  2. Remove the following files from the config folder sam, system, software, security
  3. copy from a restore point found in System Volume Information/restore/rpxxx (I picked the most recent) these four files
    1. _REGISTRY_MACHINE_SOFTWARE
    2. _REGISTRY_MACHINE_SAM
    3. _REGISTRY_MACHINE_SECURITY
    4. _REGISTRY_MACHINE_SYSTEM
  4. Then renamed each software, sam, security, system.
  5. I rebooted and prayed – a very technical part of the procedure.

I was back up and running although McAfee was giving errors so I had to reinstall. I wonder if this was the cause?

Anyway, the important thing is that I won again! Brian Haines 2,346,754. Computers 568. I am still ahead.

  • Share/Bookmark

I’m home!

I returned this afternoon from a much needed vacation. I went to the Jersey shore to meet up with my brothers, an uncle and some cousins. We had a really nice extended weekend of eating, playing cards, eating, crabbing, and eating.

Interestingly enough we had Internet access via several access points that lacked security. This may seem like a good idea, after all we were neighbors, but as a rule you should protect your bandwidth. Not only because of the security of your Internet traffic, but also because people can use your account to do things they wouldn’t want traced back to them. Things like downloading pirated movies, or sending spam could have your Internet provider asking questions or suspending your service.

I was happy to have access for the few times it came in handy, so thanks neighbors.

  • Share/Bookmark

I am on Vacation!

Hello friends! I am on vacation until Tuesday, September 29th. Leave your computers off until then.

  • Share/Bookmark