You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
573 B

3 years ago
# fdelete
3 years ago
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.
3 years ago
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
```