Monday, March 10, 2014

How to Force Windows to Delete a File


1. Click on the 'Start' button and select 'Run.'
2. Type 'cmd' into the run dialog box to open a new command-line interface window.
3. Find the exact path of the file you want to delete and make note of it.
4. Type 'del c:\path' into the command-line interface, replacing 'c:\path' with the exact file path of the file you want to delete.
5. Press the 'Enter' key to confirm the delete command. Windows will now automatically delete the specified file, as long as it exists at the given location.

No comments:

Post a Comment