What is the correct operation to completely delete files in Windows?

王林
Release: 2020-07-20 15:33:43
Original
14293 people have browsed it

The correct operation to completely delete files in Windows is: first select the file to be deleted, and then press the Shift key and Del key on the keyboard at the same time. For general files, we only need to select them with the mouse, drag them to the Recycle Bin, and then empty the Recycle Bin.

What is the correct operation to completely delete files in Windows?

#If we want to completely delete the file, the correct operation is: first select the file, and then press the Shift and Del keys on the keyboard at the same time.

General deletion method:

First select the file, press the delete key on the keyboard or the right mouse button, move it to the recycle bin, and empty the recycle bin.

For stubborn files, you can create a new text document and copy the following content into it:

@echo off(这句可要可不要)
Del 文件名 /f /q
Rd 文件夹名 /s /q
Copy after login

Then close and click Save, then change the file extension to .bat and run it.

Relevant knowledge introduction:

The Windows operating system came out in 1985. At first, it was just a Microsoft-DOS simulation environment. Subsequent system versions were not only easy to use, but also became a It is currently the most widely used operating system.

Features of windows operating system:

1. Windows operating system has excellent human-machine operability.

2. Windows operating system supports many application software.

3. The Windows operating system has good hardware support.

The above is the detailed content of What is the correct operation to completely delete files in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!