如何在 Windows 10 中优化和整理驱动器

提高 PC 的性能对于正常运行非常重要,并且帮助 Windows 10 每周对硬盘执行一次磁盘碎片整理。默认情况下,磁盘碎片整理会在自动维护中设置的特定时间每周自动运行。但这并不意味着您不能在 PC 上手动优化驱动器或对其进行碎片整理。

如何在 Windows 10 中优化和整理驱动器

现在,磁盘(Disk)碎片整理重新排列分布在硬盘驱动器上的所有数据片段并将它们再次存储在一起。当文件写入磁盘时,由于没有足够的连续空间来存储完整的文件,它被分成几部分;因此文件变得碎片化。自然地,从不同的地方读取所有这些数据需要一些时间,简而言之,它会使你的电脑变慢、启动时间长、随机崩溃和死机等。

碎片整理减少了文件碎片,从而提高了数据读取和写入磁盘的速度,最终提高了 PC 的性能。磁盘(Disk)碎片整理还可以清理磁盘,从而增加整体存储容量。因此,不要浪费任何时间,让我们在下面列出的教程的帮助下看看如何在Windows 10中优化和(Windows 10)整理驱动器。(Defragment Drives)

如何在Windows 10中优化和(Windows 10)整理驱动器(Defragment Drives)

确保 创建一个还原点(create a restore point) 以防万一出现问题。

方法 1:在磁盘驱动器属性中优化和整理驱动器(Method 1: Optimize and Defragment Drives in Disk Drive Properties)

1. 按Windows Key + E打开文件资源管理器(File Explorer)或双击此 PC。

2.右键单击(Right-click on any hard drive partition)​​要对其运行碎片整理的(run defragmentation for)任何硬盘驱动器分区,然后选择“属性”。( Properties.)

选择要运行碎片整理的分区的属性

3.切换到工具选项卡(Tool tab),然后单击优化下的“优化(Optimize)”并对驱动器进行碎片整理(Optimize)

切换到工具选项卡,然后单击优化和碎片整理驱动器下的优化

4. 选择您要运行碎片整理的(defragmentation)驱动器( drive),然后单击分析按钮( the Analyze button)查看是否需要对其进行优化。

选择要为其运行碎片整理的驱动器,然后单击分析按钮

注意:(Note:)如果驱动器碎片超过 10%,则应对其进行优化。

5. 现在,要优化驱动器,请单击优化按钮(Optimize button)碎片整理可能需要一些时间(Defragmentation can take some time),具体取决于您的磁盘大小,但您仍然可以使用您的 PC。

要优化驱动器,请单击优化按钮 |  如何在 Windows 10 中优化和整理驱动器

6.关闭(Close)一切,然后重新启动您的 PC。

这是 如何在 Windows 10 中优化和整理驱动器,(How to Optimize and Defragment Drives in Windows 10,)但如果您仍然卡住,请跳过此方法并按照下一个方法进行。

方法 2:如何使用命令提示符在 Windows 10 中优化和整理驱动器(Method 2: How to Optimize and Defragment Drives in Windows 10 Using Command Prompt)

1.打开命令提示符(Command Prompt)。用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

打开命令提示符。 用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

2. 在 cmd 中输入以下命令并回车(Enter)

defrag drive_letter: /O

使用命令提示符优化和整理驱动器

注意:(Note:) (Replace)drive_letter 替换为要运行磁盘碎片整理的驱动器的驱动器号。例如优化 C: 驱动器的命令是: defrag C: /O

3. 现在,要一次优化和整理所有驱动器,请使用以下命令:

defrag /C /O

4. defrag 命令支持以下命令行参数和选项。

句法:(Syntax:)

defrag <volumes> | /C | /E <volumes> [<task(s)>] [/H] [/M [n] | [/U] [/V]] [/I n]
Where <task(s)> is omitted (traditional defrag), or as follows: /A | [/D] [/K] [/L] | /O | /X
Or to track an operation already in progress on a volume: defrag <volume> /T

参数:(Parameters:)

Value Description
/A Perform analysis on the specified volumes.
/B Perform boot optimization to defrags the boot sector of the boot volume. This will not work on an SSD.
/C Operate on all volumes.
/D Perform traditional defrag (this is the default).
/E Operate on all volumes except those specified.
/H Run the operation at normal priority (default is low).
/I n Tier optimization would run for at most n seconds on each volume.
/K Perform slab consolidation on the specified volumes.
/L Perform retrim on the specified volumes, only for an SSD.
/M [n] Run the operation on each volume in parallel in the background. At most n threads optimize the storage tiers in parallel.
/O Perform the proper optimization for each media type.
/T Track an operation already in progress on the specified volume.
/U Print the progress of the operation on the screen.
/V Print verbose output containing the fragmentation statistics.
/X Perform free space consolidation on the specified volumes.

优化和碎片整理驱动器的命令提示符参数

这是 如何使用命令提示符在 Windows 10 中优化和整理驱动器,(How to Optimize and Defragment Drives in Windows 10 using Command Prompt, )但您也可以使用PowerShell代替CMD,按照下一个方法查看如何(How)使用PowerShell优化和整理驱动器(Defragment Drives)

方法 3:使用 PowerShell 在 Windows 10 中优化和整理驱动器(Method 3: Optimize and Defragment Drives in Windows 10 Using PowerShell)

1.在Windows Search中键入PowerShell ,然后在搜索结果中右键单击PowerShell并选择以管理员身份运行。(Run as Administrator.)

在 Windows 搜索中键入 Powershell,然后右键单击 Windows PowerShell

2. 现在在PowerShell(PowerShell)中键入以下命令并按Enter

Optimize-Volume -DriveLetter drive_letter -Verbose

使用 PowerShell 优化和整理驱动器 |  如何在 Windows 10 中优化和整理驱动器

注意:(Note:) (Replace)drive_letter替换为您要运行磁盘碎片整理的驱动器(drive you want to run disk defragmentation)的驱动器号。

例如优化 F: 驱动器的命令是: defrag Optimize-Volume -DriveLetter F -Verbose

3. 如果要先分析驱动,则使用以下命令:

Optimize-Volume -DriveLetter drive_letter -Analyze -Verbose

要使用 PowerShell 优化和整理驱动器,请使用以下命令

注意:(Note:) (Replace)drive_letter 替换为实际的驱动器号,例如:Optimize-Volume -DriveLetter F -Analyze -Verbose

4. 此命令只能在SSD上使用,因此只有在您确定在SSD驱动器上运行此命令时才继续:

Optimize-Volume -DriveLetter drive_letter -ReTrim -Verbose

要优化 SSD 并对其进行碎片整理,请在 PowerShell 中使用以下命令

注意:(Note:) (Replace)drive_letter 替换为实际的驱动器号,例如:Optimize-Volume -DriveLetter D -ReTrim -Verbose

5. 重新启动您的 PC 以保存更改。

受到推崇的:(Recommended:)

就是这样,您已经成功地学习了如何在 Windows 10 中推迟功能和质量更新,(How to Defer Feature and Quality Updates in Windows 10)但是如果您对本教程仍有任何疑问,请随时在评论部分询问他们。



About the author

我是一名专业的音频工程师,拥有超过 10 年的经验。我参与过各种各样的项目,从小型家庭音响系统到大型商业制作。我的技能在于创造出色的配乐和声音处理工具,让音乐听起来很棒。我对 Windows 10 也非常有经验,可以帮助您充分利用您的计算机系统。



Related posts