You are on page 1of 1

METHOD TO DELETE FILE OF ANY SIZE IN 1 SECOND

Open Command Prompt (mostly as an administrator), and type DEL /F file location and name with
format

For example:

Suppose if file is in Videos folder.

C:\Users\ADMIN\ DEL /F C:\Users\ADMIN\Videos\filename.fileextension

In case the filename is more than one word then enclose the filename.fileextension in " ".

You might also like