diff --git a/dev/tweaks/Essential-Tweaks/DisableRecall/index.html b/dev/tweaks/Essential-Tweaks/DisableRecall/index.html index 4f71b358..29466697 100644 --- a/dev/tweaks/Essential-Tweaks/DisableRecall/index.html +++ b/dev/tweaks/Essential-Tweaks/DisableRecall/index.html @@ -17,7 +17,7 @@ "InvokeScript": [ " Write-Host \"Disable Recall\" - DISM /Online /Disable-Feature /FeatureName:Recall + DISM /Online /Disable-Feature /FeatureName:Recall " ], "UndoScript": [ @@ -29,7 +29,7 @@ "link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/DisableRecall" },
Write-Host "Disable Recall"
- DISM /Online /Disable-Feature /FeatureName:Recall
+ DISM /Online /Disable-Feature /FeatureName:Recall
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on Wikipedia and Microsoft's Website.
Type: DWord
Original Value: 0
New Value: 1