How to Reset your Google Desktop Index Cache
Google Desktop and its Indexer just wouldn't relax today. I suspected index corruption for a while but didn't feel like uninstalling and reinstalling as I didn't want to lose any settings.
To reset your index, shut down GDS and delete everything in this folder:
C:\Documents and Settings\ <username> \Local Settings\application data\Google\Google Desktop\ <some long number>
...except the files that start with "sidebar_*.*" and you'll be back in business when it restarts.
Now playing: MaryMary - Trouble Ain't
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
About Newsletter
Try this (I've done it on two system with the same result):
Open an explorer window
Open Process Explorer
Right click on a folder in the explorer window
Hover the mouse over the context menu
Look at your processor usage in Process Explorer
All should be normal (i.e. no extra processor usage).
Now uninstall Google Desktop and do the same thing.
On both systems I've tried this on I found that after removing Google Desktop (from now on called GD) from a system my processor spikes when hoving over a folder context menu in explorer. The GD software appears to leave some trace of itself partially installed. My Explorer process will use between 50% and 100% of the processor as long as the mouse is hovering over the menu. If you check the threads for the explorer process you'll find that BrowseUI.dll is using the CPU like crazy.
Using FileMon I was able to determine that it appears to be looking for a data stream on the folder. At least one of the entries will always be "folder name:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA".
Reinstall Google Desktop and the problem goes away.
I wrote Google about it a month ago but they never responded. I wish they'd fix their GD uninstaller so it would remove all of the GD software.
Comments are closed.