Home>Article>Operation and Maintenance> How to force delete files on win7 computer
First, we press Win R to open the run button.
Then enter cmd to open the command prompt.
Then press Enter to open the command prompt.
How to use the command:
del [参数] [路径文件夹或目的文件]
In other words, if we want to delete the "TimeEventNSIS.log" file under the c drive, the writing format of this command should be:
del C:\TimeEventNSIS.log
Forcible deletion is written as:
del /F /S /Q C:\TimeEventNSIS.log
Related tutorial recommendations:windows tutorial
The above is the detailed content of How to force delete files on win7 computer. For more information, please follow other related articles on the PHP Chinese website!