使用 DISM 命令行禁用或启用保留存储
保留存储(Reserved Storage)是Windows 11/10中的一项功能。此功能的主要目标是确保在下载Windows 10 更新(Update)时 Windows PC 不会耗尽存储空间。但是,它仅由Windows 10 安装(Setup)过程启用,用于新安装或重置 Windows。在这篇文章中,我们将展示如何使用DISM命令来启用或禁用Windows 11/10中的保留存储(Storage)。最好的部分是您现在可以按需启用或禁用它,这意味着它不依赖于Windows 安装(Windows Setup)过程。
从Windows 10 v2004 2020 年 5 月(May 2020) 更新(Update)开始,Microsoft通过在(Microsoft)DISM命令中添加额外选项,让任何人都可以轻松了解Windows 10中的预留存储。(Windows 10)
使用DISM(DISM)禁用或启用保留存储
让我们看看如何使用命令提示符(Command Prompt)或PowerShell在(PowerShell)DISM命令行中使用新的ReservedStorageStat参数来管理Windows 11/10中的预留存储(Reserved Storage)。
DISM或部署映像服务(Deployment Image Servicing)和管理(Management)是一个命令行工具。它用于挂载和服务Windows映像。它也可用于修复正在运行的操作系统中的问题。使用以下步骤管理Windows中的保留存储。
使用管理员权限打开命令提示符(Command Prompt)或PowerShell
要启用 Resverd 存储:
DISM.exe /Online /Set-ReservedStorageState /State:Enabled
要禁用保留存储:
DISM.exe /Online /Set-ReservedStorageState /State:Disabled
完成后,要检查预留存储(Reserved Storage)功能的状态,您可以执行:
DISM.exe /Online /Get-ReservedStorageState
虽然更改应立即应用,但您始终可以重新启动以检查它是启用还是禁用。
有时您可能会收到DISM 错误 87(DISM error 87),说明该选项不存在。在这种情况下,您需要使用 cleanup-image 选项执行DISM命令,然后重试。如果正在进行Windows 10 更新(Update)下载,也会出现该错误。
最后,该命令适用于在线Windows 映像(Windows Images)或 Windows 10 PC,但不适用于离线映像。如果保留的存储正在使用中,它也将不起作用,并且将返回错误:
This operation is not supported when reserved storage is in use. Please wait for any servicing operations to complete and then try again later.
如果您愿意,也可以通过注册表启用保留存储(enable Reserved Storage via Registry)并减小大小。
如果您尝试在除Windows 10 v2004 之外的任何其他版本上运行,它会抛出错误消息:
Error: 87. The set-reservedstoragestate option is unknown.
选项Set-ReservedStorageState(Set-ReservedStorageState)和Get-ReservedStorageState会发生这种情况。
我希望这篇文章很容易理解,并且您能够使用DISM命令禁用或启用Windows 10中的(Windows 10)保留存储(Reserved Storage)功能。
Related posts
如何运行Command Prompt and PowerShell作为Administrator
如何将PowerShell and Command Prompt重置为默认设置
Create Multiple Folders Using Command Prompt and PowerShell
如何禁用WiFi使用CMD or Powershell在Windows 10
在Windows 10上禁用CMD and PowerShell中的Scroll-Forward
Windows 11/10中的CMD or Command Prompt keyboard shortcuts列表
如何在Windows Command Prompt上打开Auto Complete
如何使用Command Line运行Microsoft Defender与MpCmdRun.exe
Command Prompt在Windows 10中不会在Administrator中运行
如何在Windows 10中使用Command Line杀死进程
如何使用CMD在Website上执行DDoS Attack
Microsoft Download Windows Command Reference PDF Guide
Find File and Folder Ownership information使用Command Prompt
如何使用 PowerShell、CMD 或文件资源管理器计算文件夹中的文件
如何在Windows 10中使用Command Prompt更新驱动程序
从 CMD 或 PowerShell 查看系统信息和管理进程
将 PowerShell 和 CMD 重置为其默认设置
如何在Windows 10中的文件夹中打开Command Prompt
TAB key Auto-complete不适用于Command Prompt
如何在Windows Terminal中CMD and PowerShell之间切换