This video is the preview of Windows Live Essentials 2011 suite (Windows Live wave 4).
blogger directory
6/04/2010
Surreal Territory Theme for Windows 7
Microsoft has just released another beautiful theme named Surreal Territory, contains six high resolution wallpapers (1920 x 1200)
The wallpapers have been designed by Chunk Anderson, who designed the Windows 7 logo, which is part of the default wallpaper of Windows 7.
Delete multi-media file that is open in another program
Trying to delete a multi-media file, if it is blocked because that file is open in another program, this problem may be related to thumbnail preview. In that case, follow below steps.
1. Open ‘Command Prompt’ window and change directory to the location where a multi-media file resides.
2. Execute the following commands to delete ‘Thumbs.db’ file.
attrib -r -s -h +a Thumbs.db
delete Thumbs.db
3. Then try to delete that file again using the following command. (Let the filename aaa.mp4.)
del aaa.mp4
Due to a kind of corruption in ‘Thumbs.db’ file, thumbnail-preview process keeps holding that file. Thus ‘Thumbs.db’ file should be refreshed and regenerated. After deleting ‘Thumbs.db’, the target file can be deleted. Afterwards, a fresh ‘Thumbs.db’ file will be generated without the deleted file.
During above steps, don’t open ‘Windows Explorer’ at the location of the target file. Before you delete the target file, thumbnail-preview process may be activated and may block deleting.