Home>Article>Operation and Maintenance> How to force delete files on win7 computer

How to force delete files on win7 computer

王林
王林 Original
2020-04-10 11:48:43 5331browse

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.

How to force delete files on win7 computer

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn