Forum Discussion
MatthewRobertson
Jul 24, 2024Copper Contributor
How to Remove a File That Cannot Be Deleted
I am currently using Windows 11 23H2 on my computer. Recently, I encountered an issue with a file that was created by 7Zip and stored in the C:\Temp directory on my Samsung 990 Pro SSD. The problem a...
Milovin
Jul 31, 2024Copper Contributor
Open Command Prompt as administrator, navigate to the file location and use the del command followed by the file name to delete the file:
del filename.ext
del filename.ext