Cách xóa File và thư mục bằng CMD trên Windows 10/11

## Cách xóa các tệp và thư mục với CMD trên Windows 10/11

** 1.Sử dụng lệnh `del` **

Lệnh `del` là cách đơn giản nhất để xóa một tệp hoặc thư mục khỏi dòng lệnh.Để sử dụng lệnh `del`, hãy mở cửa sổ nhắc lệnh và điều hướng đến thư mục chứa tệp hoặc thư mục bạn muốn xóa.Sau đó, nhập lệnh sau:

`` `
Del <Tệp hoặc tên thư mục>
`` `

Ví dụ: để xóa tệp `myfile.txt`, bạn sẽ nhập lệnh sau:

`` `
Del myfile.txt
`` `

Để xóa một thư mục, bạn sẽ nhập lệnh sau:

`` `
del /f <tên thư mục>
`` `

Chuyển đổi `/f` cho biết lệnh` del` để xóa thư mục ngay cả khi nó không trống.

** 2.Sử dụng lệnh `rmdir` **

Lệnh `rmdir` được sử dụng để xóa các thư mục trống.Để sử dụng lệnh `rmdir`, hãy mở cửa sổ nhắc lệnh và điều hướng đến thư mục chứa thư mục bạn muốn xóa.Sau đó, nhập lệnh sau:

`` `
rmdir <tên thư mục>
`` `

Ví dụ: để xóa thư mục `MyFolder`, bạn sẽ nhập lệnh sau:

`` `
RMDIR MyFolder
`` `

** 3.Sử dụng lệnh `rd` **

Lệnh `Rd` được sử dụng để xóa các thư mục, ngay cả khi chúng không trống.Để sử dụng lệnh `rd`, hãy mở cửa sổ nhắc lệnh và điều hướng đến thư mục chứa thư mục bạn muốn xóa.Sau đó, nhập lệnh sau:

`` `
RD /S <tên thư mục>
`` `

Công tắc `/s` cho biết lệnh` rd` để xóa thư mục và tất cả các nội dung của nó.

**4.Sử dụng lệnh `robocopy` **

Lệnh `RoboCopy` là một công cụ mạnh mẽ hơn để xóa các tệp và thư mục.Nó cho phép bạn xóa các tệp và thư mục đệ quy và nó cũng cho phép bạn chỉ định các tùy chọn như số lần thử lại và thời gian chờ đợi trước khi thử lại việc xóa không thành công.

Để sử dụng lệnh `robocopy`, hãy mở cửa sổ nhắc lệnh và nhập lệnh sau:

`` `
RoboCopy <thư mục nguồn> <thư mục đích> /s /f /v /n /t /i /c
`` `

Sau đây là các tùy chọn cho lệnh `robocopy`:

* `/s`: Xóa tất cả các thư mục con và tệp trong thư mục nguồn.
* `/f`: Buộc xóa các tệp chỉ đọc hoặc sử dụng.
* `/v`: Xác minh rằng các tệp đã bị xóa thành công.
* `/n`: Không hiển thị tiến trình xóa.
* `/T`: Giữ lại các thuộc tính tệp gốc.
* `/i`: ghi đè các tệp hiện có trong thư mục đích với các tệp từ thư mục nguồn.
* `/C`: Tiếp tục xóa các tệp ngay cả khi xảy ra lỗi.

** 5.Sử dụng công cụ của bên thứ ba **

Nếu bạn cần xóa một số lượng lớn các tệp hoặc thư mục hoặc nếu bạn cần xóa các tệp được Windows bảo vệ, bạn có thể muốn sử dụng công cụ của bên thứ ba.Có một số công cụ khác nhau có sẵn, chẳng hạn như [CCleaner] (https://www.ccleaner.com/) và [Disk Cleanup] (https://www.microsoft.com/en-us/software-download/Windows10/D-10097416-8500-445D-9580-E242C2D5D64B).

## hashtags

* #Xóa các tập tin
* #DeleteFolders
* #dòng lệnh
* #Windows10
* #windows11
=======================================
## How to delete files and folders with CMD on Windows 10/11

**1. Using the `del` command**

The `del` command is the simplest way to delete a file or folder from the command line. To use the `del` command, open a Command Prompt window and navigate to the directory containing the file or folder you want to delete. Then, type the following command:

```
del <file or folder name>
```

For example, to delete the file `myfile.txt`, you would type the following command:

```
del myfile.txt
```

To delete a folder, you would type the following command:

```
del /f <folder name>
```

The `/f` switch tells the `del` command to delete the folder even if it is not empty.

**2. Using the `rmdir` command**

The `rmdir` command is used to delete empty folders. To use the `rmdir` command, open a Command Prompt window and navigate to the directory containing the folder you want to delete. Then, type the following command:

```
rmdir <folder name>
```

For example, to delete the folder `myfolder`, you would type the following command:

```
rmdir myfolder
```

**3. Using the `rd` command**

The `rd` command is used to delete folders, even if they are not empty. To use the `rd` command, open a Command Prompt window and navigate to the directory containing the folder you want to delete. Then, type the following command:

```
rd /s <folder name>
```

The `/s` switch tells the `rd` command to delete the folder and all of its contents.

**4. Using the `robocopy` command**

The `robocopy` command is a more powerful tool for deleting files and folders. It allows you to delete files and folders recursively, and it also allows you to specify options such as the number of retries and the amount of time to wait before retrying a failed deletion.

To use the `robocopy` command, open a Command Prompt window and type the following command:

```
robocopy <source directory> <destination directory> /s /f /v /n /t /i /c
```

The following are the options for the `robocopy` command:

* `/s`: Deletes all subfolders and files in the source directory.
* `/f`: Forces the deletion of files that are read-only or in use.
* `/v`: Verifies that the files were deleted successfully.
* `/n`: Does not display the progress of the deletion.
* `/t`: Retains the original file attributes.
* `/i`: Overwrites existing files in the destination directory with the files from the source directory.
* `/c`: Continues to delete files even if errors occur.

**5. Using a third-party tool**

If you need to delete a large number of files or folders, or if you need to delete files that are protected by Windows, you may want to use a third-party tool. There are a number of different tools available, such as [CCleaner](https://www.ccleaner.com/) and [Disk Cleanup](https://www.microsoft.com/en-us/software-download/windows10/d-10097416-8500-445d-9580-e242c2d5d64b).

## Hashtags

* #deletefiles
* #DeleteFolders
* #commandline
* #Windows10
* #windows11
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock