by admin
24. October 2005 16:55
You can now watch Joel write a compiler in an hour amongst other PDC presentations at http://microsoft.sitestream.com/PDC05/ . Unfortunately Joel doesn't do his presentation in Lions' gear :( Maybe next time...
767ac9b2-c9c9-465e-a22e-a3b5ba46b0e4|0|.0
Category: Programming
Tags:
by admin
4. October 2005 08:24
If you've ever browsed to a folder full of AVIs in Windows Explorer you would have noticed that it can take a while for the duration column to fill up. This isn't a big problem, but it is annoying when you try to delete some of the AVIs. This is because an explorer plugin is reading and calculating the lengths and often has a lock on the file when you try to delete it.
If you want to fix this then try this:
- Open up regedit
- Goto HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler
- Delete the "Default" value which should be "{87D62D94-71B3-4b9a-9489-5FE6850DC73E}"
Of course this disables the plugin totally for AVI files which means the duration column (and some other columns) will never be populated. Personally I much prefer to be able to delete the files when I want to rather than to know how how long they are.
8c49f8e3-94e1-4473-ba32-a5f3d967cdcb|0|.0