0

Windows7 Pro.

I have gotten a few mysterious directories on my PC. I initially suspected malware but after careful analysis I believe they are remnants of a failed patch/upgrade for the .Net framework.

What I am left with are 3 directories. They are named somewhat like a guid. They are owned by SYSTEM.

I have logged in with my administrator account and made sure applications are running as administrator. Through command shell, dos shell, explorer, I am not able to delete them.

Through explorer I am not able to modify the rights to the files in order to give Administrator the ability to remove them.

Does anyone know how to get rid of the pesky critters?

3 Answers3

1

Being an Administrator means that you have the highest level of permissions granted by the operating system. System privileges however supercede you and generally are only accessible via the operating system directly.

In my experience System level folders are to be left alone. The folders you described sound like system and or chipset drivers. I do not recommend removing these folders.

Refer to this

0

Try Process explorer and find out the folders are currently used by any process or not. then try unlocker to unlock the folder and then delete it, if it is not needed anymore.

Renju Chandran chingath
  • 1,473
  • 3
  • 12
  • 19
0

I suggest you boot from a live linux (e.g. Knoppix) and delete the files, by doing so you can get around installing one-time-use software.

who.knows
  • 615