# fdelete Ever find yourself trying to delete a file and for whatever reason you are not allowed too? you can use fdelete.exe to remove whatever file/directory you want now. This project inherits VDM and uses GDRV by default but you can use whatever method of physical read/write you want. ### usage ``` usage: [OPTION] [File Path/Directory Path] --file, delete a specific file... --dir, delete an entire directory... ``` ### example ``` fdelete.exe --file C:\Windows\System32\ntoskrnl.exe delete \??\C:\Windows\System32\ntoskrnl.exe result: 1 ```