I have a file that I cannot delete due to inadequate permissions. I've already tried to change the file permission properties via the Windows GUI however, it said that I didn't have read permissions either. Next I tried using DD, in an admin command prompt, to read the file (and remove it), here's what I used and the error:
C:\Users\user>dd if=file\path.jar
dd: failed to open 'file\path.jar': Permission denied
I think if I can used something like dd to overwrite the file with null or random bytes then I can get rid of it (or at least corrupt that address so it doesn't appear on my file system). However, I need some overruling permission to do it because Windows won't let me access it no matter what user (admin or not) I use.
Notes:
- I have one User on this system.
- Two OS's are install, the old one doesn't have anything on it anymore (both versions of Windows 10)
