From 910c9f698c765973bdf017f733b982135f7ff531 Mon Sep 17 00:00:00 2001 From: Vyas Devgna <141345367+vyas-devgna@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:38:18 +0530 Subject: [PATCH] feat: add advanced tweak to disable reserved storage (#4664) Co-authored-by: Dev --- config/tweaks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 88d38aef..540c0ef9 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -887,6 +887,19 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/debloat" }, + "WPFTweaksReservedStorage": { + "Content": "Disable Reserved Storage", + "Description": "Disables Windows Reserved Storage (7-10 GB held for updates/temp files). Recommended only on small drives. Re-enable before major Windows feature updates to avoid installation failures.", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "InvokeScript": [ + "DISM /Online /Set-ReservedStorageState /State:Disabled" + ], + "UndoScript": [ + "DISM /Online /Set-ReservedStorageState /State:Enabled" + ], + "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/reservedstorage" + }, "WPFTweaksRestorePoint": { "Content": "Restore Point - Create", "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications.",