Update-WPFTweaksStorage (#3717)

* Update tweaks.json

* Syntax fix for WPFTweaksStorage

* Merge branch 'ChrisTitusTech:main' into Update-WPFTweaksStorage
This commit is contained in:
Gabi 2025-11-17 20:52:14 +02:00 committed by GitHub
parent 8c2f9075a0
commit aedaa2f789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2495,11 +2495,14 @@
"category": "Essential Tweaks", "category": "Essential Tweaks",
"panel": "1", "panel": "1",
"Order": "a005_", "Order": "a005_",
"InvokeScript": [ "registry": [
"Set-ItemProperty -Path \"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy\" -Name \"01\" -Value 0 -Type Dword -Force" {
], "Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy",
"UndoScript": [ "Name": "01",
"Set-ItemProperty -Path \"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy\" -Name \"01\" -Value 1 -Type Dword -Force" "Type": "DWord",
"Value": "0",
"OriginalValue": "1"
}
], ],
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/storage" "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/storage"
}, },