View Single Post
Old 02-06-2004, 03:35 AM   #9 (permalink)
gal
Insane
 
gal's Avatar
 
I've found that deleting avi-files is sometimes impossible, even after restart. Terminating the explorer process and deleting the file from the command line may work. Also there is a reg-file fix for this:

Save the text as a reg-file and run it:

---
Windows Registry Editor Version 5.00

// Run this file and all problems, with AVI-files not being deletable in Windows XP, disappear
//
// Created by Duxus
// Info gathered by Moo
// Support from jswede
//

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(1):0
"ThreadingModel"="None"
---
gal is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73