To make sure your device can successfully update and that it runs its best, Windows reserves a portion of storage space on your device for use by temporary files, caches, and other files. When your device is low on space, Windows will clear reserved storage so it can be used for other processes, like a Windows update. Reserving storage also helps keep disk space usage on your device more predictable and more stable.
DISM Commands To Enable or Disable Reserved Storage in Windows 10
1. Open a new elevated command prompt.
2. Type DISM.exe /Online /Get-ReservedStorageState to see if the Reserved Space feature is enabled or disabled.
3. Execute the following command to enable Reserved Storage: DISM.exe /Online /Set-ReservedStorageState /State:Enabled.
4. Run the following command to disable Reserved Storage: DISM.exe /Online /Set-ReservedStorageState /State:Disabled.
You are done. The change will be applied instantly, no restart required.
Note: If Windows 10 is performing a servicing operation, e.g. it is installing an update, you won't be able to enable or disable the Reserved Storage feature. The operation will fail. You should try to execute the appropriate DISM command later.
DISM Commands To Enable or Disable Reserved Storage in Windows 10
1. Open a new elevated command prompt.
2. Type DISM.exe /Online /Get-ReservedStorageState to see if the Reserved Space feature is enabled or disabled.
3. Execute the following command to enable Reserved Storage: DISM.exe /Online /Set-ReservedStorageState /State:Enabled.
4. Run the following command to disable Reserved Storage: DISM.exe /Online /Set-ReservedStorageState /State:Disabled.
You are done. The change will be applied instantly, no restart required.
Note: If Windows 10 is performing a servicing operation, e.g. it is installing an update, you won't be able to enable or disable the Reserved Storage feature. The operation will fail. You should try to execute the appropriate DISM command later.
Comments
Post a Comment