Friday, August 22, 2008

Vista UAC not compatible with VS2005

So I tried installing Visual Studio 2005 on my Vista machine at home. After installing a default install of VS2005, you need to install three service packs to run it on a Vista machine:

  1. Visual Studio 2005 Service Pack 1
  2. Visual Studio 2005 Service Pack 1 Update for Windows Vista
  3. SQL Server Express Service Pack 2 (the SQL Server Express is installed by the default VS2005 installation but it's not Vista compatible without the service pack update)

So anyhow after that, it is recommended that you set the VS2005 app to "Run As Administrator".

Even then you'll probably run into a whole hose of issues noted by Microsoft.

The big three issues I ran into immediately even after doing this were:

  • Double-clicking on a file (*.cpp) launches VS2005 but fails to open the file in VS2005
  • Drag-and-Drop of a file(*.cpp) from Explorer to the VS2005 Editor Pane fails to open the file in the editor
  • Drag-and-Drop of a file(*.cpp) from Explorer to the VS2005 Project Pane fails to add the file to the project

Now the Drag-and-Drop issues (where VS2005 is the target for the 'Drop') also seem to occur for P4 and other programs.

Supposedly there are two ways to fix this:

  1. Set all your programs that could Drag-and-Drop to VS2005 to "Run as Administrator"
  2. Disable UAC

#1 is a bad idea since I'd have to Run as Administrator for Explorer which defeats a big chunk of UAC anyhow. Plus it'd be a pain to enable this for any program that could Drag-And-Drop to VS2005 (although right now that's probably only 3 programs for me: Explorer, P4, and FileLocator Pro).

I ended up disabling UAC (#2) for now which is unfortunate since UAC would be a good idea if it worked without extreme inconvenience to VS2005 users. However, disabling UAC also causes the Windows Security Center to put an angry icon in the system tray :(

Update: I tried re-enabling UAC and doing #1 but it turns out that #1 doesn't work. VS2005 only allows drag-and-drop with UAC disabled!

Monday, August 11, 2008

The VirtualBox Snapshot Manager Sucks

If you use the snapshot manager under VirtualBox, this post may keep you from inadvertently losing your most recent work in your VM.

I had VirtualBox mostly working but I borked my VM hard (disk errors on the vdi file) by trying to run DPaint (yup old DOS program) under it just for kicks because running crappy old software that's not compatible with your current OS is an ideal way to test a Virtual Machine. Well, VirtualBox didn't like DPaint. Not only did it hang the VM instance, but the VirtualBox app itself hung and I had to kill the app. This ended up corrupting my VDI (virtual disk image) file.

No harm done though... I made a snapshot after my clean install, and then another snapshot after applying all the XP updates, ie 7, WMP11, antivirus, etc, etc. Just revert to the last snapshot and I'd be fine.

So I did a revert but thanks to their crappy snapshot manager, I actually jumped back past my last snapshot and ended up blowing away changes (which was several hours of updating, installing, and tweaking to get XP running just right after the clean install).

Turns out in VirtualBox, if you "Revert to Previous Snapshot", it deletes your current state *AND* your last snapshot and goes to the second-to-last snapshot (while destroying your last actual snapshot). If you want to just revert to your latest snapshot, there is something like "Discard Current State" which really isn't that intuitive. If you have something that could potentially throw away a bunch of work in a non-recoverable fashion, your choices and explanation of the choices should be a bit more clear.

In VirtualBox, snapshots are linear -- there is no branching. Reverting to a snapshot is a destructive process that cannot be undone, and it's confusing because you can either revert to your latest snapshot (which they call reverting to current rather than revert to snapshot) or revert to the snapshot before that (which throws away all current changes as well as throws away your latest snapshot). It's not intuitive and you can lose work.

VMWare is definitely nicer for snapshots. The have snapshot trees (they allow branching points for a VM) which you can selectively revert to any arbitrary snapshot in the tree. Moving to another snapshot is non-destructive and you can move back and forth between branches -- i.e. ABCD revert to C have ABCE and then go back to D.

Oh well... now that I know how the sucky snapshot editor in VirtualBox works, I'm less likely to screw it up in the future.

BTW, one other little annoyance on top of all this... if you do a disk-check at startup under XP with VirtualBox, for some reason, VirtualBox won't reboot itself after the diskcheck completes so you have to do that manually.

Sunday, August 10, 2008

VirtualBox Free VM from Sun

Virtual Box from Sun is available here:

http://www.virtualbox.org/wiki/Screenshots

So I'm a big fan of VMWare (I own VMWare 5.5) and I have been thinking about upgrading to VMWare 6.0. However, I just heard of a free competitor called VirtualBox from Sun that's supposed to be pretty good.

So last night, I played around with VirtualBox and set up an XP VM under Vista with it. It's not as slick as VMWare but for $free$ it's not bad. The seamless window integration is particularly nice.

Even though I only played with it for a couple hours, it lags behind my VMWare 5.5 in the following features:

  • VMWare has better snapshot / revision handling
  • VMWare has all-in-one-directory portable VM's (currently VirtualBox has a machine file in one dir, disk files in another dir, and entries in a global xml table in a third dir)
  • Much faster 3D acceleration (VMWare does fairly decent DX8.1 in 5.5 and below and DX9 in 6.0 and above)
  • Multicore support (VMWare supports two virtual cores for multithreading)
  • Networking support (NAT only / I couldn't get bridging to work so I couldn't get Windows File Sharing between host and guest with my Vista Host since the guest didn't map to the same subnet)
  • Audio issues (the SB16 emu didn't work at all / you have to use the ICH for audio in XP guest)
  • Configuration is more painful than it should be... the default setup values are all too low (i.e. memory at 192MB, Vid Mem at 4 MB when you need at least 10 for seamless windowing) You need to tweak all the values and you won't find out that a feature isn't available until it fails and you have to shutdown the VM and go back and tweak.
  • Built-in shared directory implementation is non-obvious (you'll have to actually follow a walkthrough or manual to use them on VirtualBox)

I'm sure it would lag even further behind VMWare 6.0 (or the beta 6.5). However, for casual non-3D use (i.e. safe browsing, backwards app compatibility) it's not bad. If you were doing a lot of revisioning and deployment, needed reliable audio or 3D, or need bridged networking, you're better off with VMWare.

Here's where VirtualBox better than VMWare:

  • Free (vs $189 full price / $99 upgrade)
  • Vista Host support (my VMWare 5.5 only does XP and I have to pay to get VM6.0 if I want to run under Vista)
  • Seamless window mode is very nice (makes VM windows appear similar to host windows but I think this is in VMWare 6.0 as well)
  • Supposedly better 64-bit OS support (host or guest)
  • Supposedly better performance for non-3D software (although they both feel about the same speed in the tests I've done)


My out-of-the-box experience is that VMWare is much easier to use and setup and easier to make portable VM's. VMWare is easier to maintain with it's advanced snapshot management as well. Most of the reasons why VirtualBox is better from my simple testing boils down to the fact that it's free but if it's good enough, why pay for an alternative ?

GParted (Gnome Partition Editor)

So I wanted to change the size of a couple of my partitions on my HD and move stuff around. My older DOS version of Partition Magic 8 doesn't seem to like working with Vista and also seems to be a bit weird about handling my 1TB drives. So I looked around a bit and found GParted which is pretty cool.


It works fine with Vista and XP and large disks. Just a couple issues I've run into:

1) If you resize a Vista boot partition, you need to use your Vista Disc to "recover" the partition after the resize and then things will work fine.

2) GParted is much much slower than I remember Partition Magic being. I mean *REALLY* *SLOW*. Sure it works but be prepared to let it run for about 24 hours straight to resize a 700GB (only 50 GB used) partition on a 1 TB drive. I think PQMagic would have done the same thing in about 1/10 the time since it ignores empty blocks.

Tuesday, August 5, 2008

Windows Vista - Attempt #2

So I actually got XP installed on my computer after much pain and I decided to make it dual-boot Vista. My previous experience with Vista showed that it was very demanding on the harddrive in the following ways:

  • Windows Search Indexing (Background Building of Search Indices for Built-In Windows Search)
  • Registry: queries (reads) and small writes to the registry for nearly every action performed by the OS on a continual background basis.
  • Frequent writes to the PageFile for Virtual Memory
  • NTFS filesystem updates Last Access Time whenever a file is touched in any way (including just looking at it)
  • Additional journaling writes by NTFS
  • Runs "System Restore" on volumes by default
  • "Simplified" disk defragmenter scheduled to run on all volumes
  • May store arbitrary install and temp files on any drive (examples: MSOCACHE, ie temporary install files, service pack files, etc)
  • Runs background scans on disk (Windows Defender)
  • Writes for automatic optimization of disk for boot (SuperFetch)
  • Autoupdate background downloading
  • Various *.LOG files being written

Oh and then add 3rd party software

  • Antivirus Suite (this is a killer if you get a low one like McAfee or Norton)
  • Various updaters (Apple is very guilty here)

Vista has a great tool for seeing how much disk activity is going on. Hit CTRL-ALT-DEL then click on "Start Task Manager". On the "Performance" tab, click "Resource Manager". UAC will prompt you to continue. Then click to expand the "Disk" section. You can see even when you think your computer should be idle that Vista probably has several dozen outstanding writes queued up to the hard drive at just about any time.

Anyhow, my solution was three-fold for my second attempt at Vista.

1) Get the fastest HD possible. I bought a 300GB Western Digital Velociraptor 10K RPM drive. It's fast -- not quite as fast as the SSD's that should be coming out later this year or early next year but a lot more affordable. Pretty much the fastest drive that is still affordable. You can get one without taking a second mortgage on the house. If you can't drop $300 for the Velociraptor, the Samesung F1 1TB 32MB cache drive is very fast as well.

2) Reinstall Vista without any cruft. I was going to do a restore on the GT5628 and then uninstall as much cruft as possible. However, this wasn't necessary. Luckily the restore CD for my GT5628 doesn't restore to factory settings but rather to a clean Vista Install.

3) Install only fast security software. I installed "Comodo Firewall Pro" and "avast!" antivirus. They are much faster than Norton / McAfee.

Now the computer is mostly useable under dual-boot for XP or Vista.

The pain of downgrading to XP.

OK, so I downgraded to XP on my machine -- a Gateway GT5628 -- and let me tell you it wasn't easy.

First I tried installing XP Pro from a CD. BLUE SCREEN.

Then I tried slipstreaming SP1 into XP Pro CD. BLUE SCREEN.

Then I tried slipstreaming SP1 and SP2 into XP Pro CD. BLUE SCREEN.

I found out the BLUE SCREEN's were because I needed new drivers so I installed the DriverPacks BASE software (http://driverpacks.net/) and then installed the CPU, Chipset and MassStorage driver packs.

I tried installing the DriverPack + SP3 and it got into the install but then failed on the Product Key. So no longer a BLUE SCREEN but I do have a THIRD useless CD Coaster at this point.

Turns out that if you slipstream a SP3 XP disk under Vista, that Vista will screw with at least two of your files in the "I386" directory: PIDGEN.DLL and DPCDLL.DL_. The solution is to find an XP machine and slipstream your XP install disk under XP. Alternatively, supposedly you can still do it under Vista but copy those two files from your SP2 install or directly from the "I386\ic" dir in SP3. Anyhow, I just slipstreamed under XP and it worked.

Finally Install and you're good to go. I did a clean install on a fresh partition and everything worked pretty well.

The "Media Card Reader" and Network drivers for Vista from the Gateway site work under XP. I grabbed the latest video drivers from NVidia. The only issue was audio drivers and those I got from the Intel website.

So now XP works just fine and dandy on my GT5628 after about 10 tries to install that failed.

Wednesday, July 9, 2008

Best ways not to get a virus in Windows

I recently have helped several friends deal with viruses on Windows. My general solution is clean install and then set them up with AV/Firewall. I put together a little guide to help people out:

Best ways not to get a virus in Windows:

#1) Run up-to-date antivirus software. If you don't have any you can get one free at www.comodo.com

#2) Run a firewall. If you have Windows XP, Service Pack 2 and higher have one built-in. Also, you can get an advanced firewall for free at www.comodo.com
(same link as the free antivirus)

#3) Don't click to run e-mail attachments even if they're from people you trust. Viruses often disguise themselves as e-mails from people you trust or use someone's address book to send themselves to other people. This is the whole "Trojan Horse" concept where they need your naive help by clickin on all your attachments to take over your computer. If you do want to look at e-mail attachments, save them first to your HD and scan them for viruses. It also helps if you have known file extensions not be hidden so you don't run the wrong type of file. FWIW, most pictures are jpg, png, gif, or bmp. Don't open anything with the following extensions: exe, vbs, com, bat. And be quite cautious of any unknown extensions.

4) Don't click on popup ads or visit sites that ask you to install extra unknown software to view the site. Be cautious of any browser extensions or ActiveX controls you are asked to install.

5) Don't reply to SPAM or fill out forms with personal details on sites you don't trust. That's just asking for more SPAM or e-mails loaded with viruses in them.

6) Don't install catchy little programs like free screensavers, smiley tools, etc. Whatever you do, if you're browsing and a browser popup window says "you're infected with a virus, click here to run a scan" or "download this activex to optimize your computer" don't do it - Most of those fake virus scanner pop-ups actually install some form of malware (spyware, trojan, worms, viruses, etc) on your computer. Even if the program itself is not deliberately malicious (and quite a few of them are by including SpyWare that tracks you online), these programs often have connect to the internet and have security holes that allow another attack vector for viruses and worms to get on your computer.

In general, use common sense, be proactive in running defensive software, be paranoid of installing anything on your computer, and be smart enough to realize there's almost nothing free on the internet and anything that sounds to good to be true probably is -- there's a lot of snake oil out there. Finally, if you have room on another hard drive in your computer, consider making a backup or a copy of your uninfected HD for safety's sake. Once you get a computer infection in Windows, it's often very hard to remove and sometimes a clean install or reinstall of a backup is the only way to get your computer bug-free.

Thursday, July 3, 2008

"Downgrading" to XP

Well, I'm finally tired of trying to use Vista on my QuadCore. I keep on finding my new computer randomly doing things where it suddenly goes crazy for 20 minutes and is dog slow while Vista is doing some sort of disk indexing or other craziness that I haven't yet figured out how to turn off. XP just seems faster and snappier -- my old computer with XP seems faster than the new QuadCore with Vista. Plus XP works well with all the programs I use and I don't want to spend a couple hundred upgrading Ghost and VMWare and other reliable standby software that I own that isn't Vista ready. I'm going to keep the HD Vista came on just in case I want to play with DX10 but for my daily use, I'm sticking with XP.

Wednesday, May 28, 2008

POEM: The Innocent do not Rest

The unknowing yet innocent still believe what they will.
Only the guilty understand what innocence cannot comprehend
    – mortals are we all, yet some must strive for less.

Keep the shadow a shadow only in your mind
    – refuse to look into the darkness.
Now is not the time to listen to the wind,
Omniscient is the barren broken soul that releases
With a gasping dying breath, an existence ceases

Mortal men with souls immortal are the ones that face their beasts
Eternity in darkness is the only final peace.


* Copyright 1991-1992 Adisak Pochanyon

Tuesday, May 27, 2008

Global Warming ?

So we're having unseasonably cool weather here in Chicago. Downright cold if you consider having temps in the 40's a few days before June. And over lunch I heard the whole, "How can we be having global warming if it's getting colder here and in other places as well?"

Well, climate is complex and there's no easy answer to that.

Global climate is a chaotic system that is currently in a temporary stable localized homeostasis. Certain factors influence the climate in well known ways -- for example, the length of days corresponding to temperature and seasons. The climatic system as a whole in general terms system usually bounces between fairly well established norms, displaying a partially predictable hysteresis response to influences.

The vast number of inputs and varying responses make predicting detailed climate response to specific events impossible. This is why we can predict winter and summer in advance (the seasons in general terms) but we have close to zero ability to accurately predict if it's going to rain the second tuesday of next month.

The reason most educated people are at least concerned about "Global Warming" is that nearly all locally stable chaotic systems have what is known as a "tipping point". You push them a little and they will come back to "center" with some minor random variations in between -- taking a partially unpredictable path trending back towards a predictable destination. However, if you push them past the "tipping point" -- all bets are off -- the system can fly off in any direction and run away chaotically or it could just as easily come back to rest in the same localized homeostasis or it may find a new stable locale.

That's why a little carbon emission might predictably cause a corresponding global warming but a lot of carbon emission might cause everything from an ice age to a long dry period of sprawling hot deserts -- or it might not cause any problems at all. One can honestly say that the best educated guess is we have no idea at all what will happen -- However, we can state at the same time that lots of carbon emissions are *MORE LIKELY* to push us into either an age of Deserts / Ice (something other than our current localized stable state) and the fact is that research or computer simulations can show both of those happening depending how they try to represent the climate system.

We can never hope to fully understand a truly chaotic system since by definition, it is random in response to certain inputs and beyond our complete understanding. However, we can understand issues like the "tipping point" and smaller effects on the system and try to avoid doing anything genuinely catastrophic. Reducing carbon emissions and anything else that is possible of influencing the climate is more likely to keep us in the stable locale we currently occupy (i.e. a habitable planet) not to mention that lessened dependence on fossil fuels has plenty of other economic and political benefits that are much better understood so we should pursue them anyhow.

Friday, May 16, 2008

Can the "will of the people" ever be wrong?

The "will of the people" is not always correct. In a state where the rights of only the majority are respected, minorities are oppressed. If you want to see what happens in a place where the majority is always "right", imagine moving to a Muslim country with Shariac Law in the Middle East as a Christian minority.

Protection of minorities is essential in a Free State and Democracy. That's why the U.S. Constitution grants us rights such as the freedom of speech, freedom of religious choice, and the right to vote. We are granted further inalienable rights such as the right to life, liberty, and the pursuit of happiness.

When the "will of the people" is to quash these inalienable rights by passing laws which remove the rights of a class of minorities, the Constitution must step in to protect us. Equal rights for all citizens outweigh any "popular vote" of opinion.

Let us turn back the clock a few mere decades to see how the "will of the people" can be wrong.

In 1967, a Gallup pool showed 96 percent of white Americans disapproved of interracial marriage. Sixteen states had laws making it illegal for Blacks to marry Whites. These states included Alabama, Arkansas, Delaware, Florida, Georgia, Kentucky, Louisiana, Mississippi, Missouri, North Carolina, Oklahoma, South Carolina, Tennessee, Texas, Virginia, and West Virginia. Furthermore, some of the laws prevented Asians, Native Americans, Filipinos, or all non-Whites to marry Whites.

In the same year, when the U.S. Supreme Court declared unconstitutional these anti-miscegenation laws there was a public outrage in many of these states. Opponents of mixed-race marriages decried the union of loving interracial couples, claiming that such marriages would destroy our traditions and undermine the moral foundation of America.

But before the defeat of all anti-miscegenation laws in the US Supreme Court, there were smaller skirmishes in various state supreme courts.

Some of these skirmishes went for the segregationists.

In 1958, Richard and Mildred Loving, a mixed couple in Virginia had gone to D.C. to get married where interracial marriages were legal. They returned to Virginia and were arrested for living together as an interracial couple. They were found guilty and were sentenced to jail terms for merely "Loving" each other. Judge Leon Bazile suspended their sentence on the condition that the Lovings would leave Virginia and not return for 25 years.

So the Lovings were banished from the state and moved to D.C. Five years later they tried to appeal this decision but the judge replied:

"Almighty God created the races white, black, yellow, and red, and he placed them on separate continents. And but for the interference with his arrangement there would be no cause for such marriages. The fact that he separated the races shows that he did not intend for the races to mix."

Other skirmishes went to committed couples who fought the "popular vote" to be together -- For example, the 1948 ruling in California's Supreme Court which overturned the state's 98 year old "tradition" of outlawing mixed-race marriages.

The issue of interracial marriages had been supposedly "settled" by state laws prior to the 1967 US Supreme Court ruling. In the end, though, the issue was decided in the courts (both federal and states) where some brave judges upheld that fundamental rights the Constitution grants us for the pursuit of happiness overrule any mere law passed by Legislators following the shouts of the majority.

These judges were merely doing their job making America a better place by insuring her citizens were granted equal rights. They were not "activist judges" although perhaps that's what they would be called today. They were certainly called worse names back in the day.

Does this sound familiar today?

Ask yourself if you would be denied the right to love before you ask another to give up that right.

Please pass this on. Thanks.

Monday, April 7, 2008

... the codebase... a poem

my godlike STL is no good if you understand
four line loops in 7 files are for if you're a real man
there is a world of pain you'll never know... bjarn-turbation
schedule capture requirements for an ivory-tower nation
onion-layers stinky code / tinfoil wrapping poo
my helloworld is 30MB but I'm a better coder than you

Friday, March 21, 2008

Vista Disk Manager

Ok... so after playing around with Vista for a couple days, I did finally find a NEW feature -- actual useable functionality not present in XP!

The Vista Disk Manager can resize partitions without data loss. It does have an odd limitation that it will only shrink to 50% of the current partition size regardless of how much free space is available. It also won't move unmoveable files like the MFT.

Running Partition Magic / gparted on XP would allow you to resize much smaller since they don't have the artificial 50% limit and they will compact/defragment the drive including those "unmoveable" system files. However, just having the ability to resize your partitions is a welcome addition to the default Disk Manager even if the feature is less powerful than some of the much older commercial and free software out there.

This means for the most part you won't need Partition Magic which doesn't seem to work with Vista anyhow or gparted which only works with some voodoo requiring a Vista Installation Disc -- not a "Restore" Disc like Gateway gave me :-(

Thursday, March 20, 2008

Cruftware - a quick survey of useless software on my new PC

So I bought a new PC with Vista and my first impressions of Vista were less than enthusiastic.

The other bad news is besides coming with Vista, it came preloaded with lots of trial-ware and bloat-ware including stuff which infests the "all programs", desktop, startbar, favorites, autorun, quicklaunch, explorer context (right click) menu, and run lots of background tasks and services. I need to spend some serious time "de-crapifying" my PC. Now, cruft isn't unique to either Gateway or Vista -- my last PC was a Dell with XP and that had plenty of crap installed as well.

The Apple Mac vs PC have never rung soooo true...

Crapware Installed
  • AOL
  • BigFix (crufty auto update)
  • Google Desktop
  • Google Toolbar for Internet Explorer
  • McAfee (90 day trial - works only after nagging/registration/activation)
  • Microsoft Office 2007 Home and Student Edition (Trial -- Note: Home / Student version does NOT include OUTLOOK!)
  • Napster (30 day trial)
  • NetZero
  • SpareBackup (monthly charge to use)
  • WildTangent (10 demo games with 60 minutes of game play)


Software that might be of some use

  • Adobe Reader (free)
  • CyberLink Power2Go (CD/DVD burning software)
  • Sun Java (free)
  • Microsoft Works 8.5 (does not come with Word or Excel)
  • Microsoft Money 2006

OK, I lied about the "some use" part -- Java and Reader can be had as free downloads but they both needed updating. Works is pretty much worthless… especially since the PC is setup to try to open all .doc files and spreadsheets using the "trial" version of Office 2007 that nags you to pay and even if you uninstall the "trial" Office, you'd still have to manually set your types for Works to open your files for you by default. I haven't tried the burning software yet so that is still a coin toss and Money might be ok even though I'm still using a 10 year old version of Quicken that works fine.

And speaking of trialware / missing feature, how about the OS itself? My PC came with Fax/Modem Hardware but Vista Home versions do not include Fax capability (that requires Vista Ultimate or Vista Business).

New PC - thoughts on Vista

So I bought a new PC. It's a Gateway GT5628 with QuadCore Q6600 processor, 3GB RAM, 500 GB 7200 RPM 16 MB cache HD. Pretty high end specs for a computer that I'll mainly use for browsing the Web, checking my e-mail, and doing my finances on Quicken.

Vista

It came with Vista Home Premium and I decided I am going to try Vista a bit before deciding whether it deserves to get wiped and replaced with XP. I'll probably keep it and suffer or dual-boot just so I can play around with DirectX 10 though. Some initial impressions of Vista:



  1. I had Vista only a couple days before SP1 came out. The SP1 install took a long time to download and a long time to install but it's the first time I've done such a huge update with multiple reboots where I could start it up and pretty much walk away and not have the computer sit there "waiting" for me to click "Yes Reboot" or OK continue.
  2. Vista (or maybe the preloaded Google Desktop software) seems to be nearly constantly throttling my harddrive. I'm getting 1-2% CPU usage but out of the box, the computer was agonizingly slow until I let is sit thrashing for about 24 hours to perform whatever drive indexing it needed to do before it would let me actually do anything productive.
  3. The new AERO Glass interface looks nice but seems to take up a lot of room with unused space while providing reduced functionality (you have a big unused clear pane at the top of the explorer windows but no longer a useful title bar or menus).
  4. I've decided the new "start" menu is great to use from a keyboard (type and search to run) but absolutely 100% worthless to use with a mouse. Navigation is a horror with multiple clicks to descend through the levels of nested start menus. The old XP "start" menu is bad but at least it's useable if you clean things up. Using the Vista start menu with a mouse is a total joke.
  5. UAC. Yep it's pretty annoying. Especially when you have to click it multiple times to do something very simple. Not to mention even with clicking OK through countless UAC pop-ups, somehow Vista wouldn't let me change the "icon" for a folder on the shared desktop. I had to make a folder in the user's documents and change the icon there and then copy the folder to the shared desktop.
  6. Disk Defrag - MS really neutered this program for Vista. They simplified it down to a single button with no display. You can't chose which disk to defrag (it's all-your-drives-or-none) so you're pretty much S-O-L if you just need to defrag a single drive. Plus there is no visible feedback to the program. XP's defrag had a display showing before and after defragmentation and a progress bar that would at least try to guess (if sometimes wildly incorrectly) how much progress had been made and how much time remained.

Well, that's all I have from playing with Vista for just a couple days but I'm sure I'll have more to post. From a User Perspective, I didn't really see much new that I liked other than the keyboard search on the start menu (which is negated by the mouse navigation of the start menu). So far, Vista basically feels like a slower, more annoying version of XP with a slightly prettier interface.