QUOTE (ident @ Jun 4 2008, 04:59 PM)

Everything is checked as should be, recently reformated pc and now stopped working, been using it for ages so no whats what
(and yes i no i have only clicked analyze)
Have you set the correct permissions to delete those files?
Download and install Microsoft's subinacl.msi:
http://www.microsoft.com/downloads/details...;displaylang=enUse Notepad in Windows Accessories....
Although the instructions were relatively clear, I'll try and explain what to do with SubInAcl. Download the file. Double click on the .exe file to extract it. When done, open up Notepad - start > programs/all programs > accessories. Copy and paste these entries into the Notepad file:
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
Save the file as reset.cmd - go to the file menu in Notepad, and click on save. Leave the file type as .txt for the moment, but name it reset and click the Save button. Make sure to save it in the same directory as the extracted SubInAcl directory. Go into this directory, right click on the reset.txt file, and select rename. Change it from .txt to .cmd.
Once done, double click on the reset.cmd file, and it'll do its thing.
Hope this helps.