I'm able to remove files locked by a determinated process (opened handles). First i use KeStackAttachProcess, after it, all files of root folder and yours subfolders linked with this process are enumerated, when found yours handles, they are immediately closed and file can be deleted with success. But some files not can be deleted because exists a file system filter driver that is against exclusion.
There is some thing that i can make to also delete these files? I already saw some AK (anti rootkit) able to this.
There is some thing that i can make to also delete these files? I already saw some AK (anti rootkit) able to this.