Skip to content

Commit

Permalink
Fixed lock caused by expected input for DISM
Browse files Browse the repository at this point in the history
This is the main event
  • Loading branch information
CodingWonders committed Jan 11, 2025
1 parent 72c2382 commit eb13690
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2596,13 +2596,15 @@
"InvokeScript": [
"
Write-Host \"Disable Recall\"
DISM /Online /Disable-Feature /FeatureName:Recall
DISM /Online /Disable-Feature /FeatureName:Recall /Quiet /NoRestart
Write-Host \"Please restart your computer in order for the changes to be fully applied.\"
"
],
"UndoScript": [
"
Write-Host \"Enable Recall\"
DISM /Online /Enable-Feature /FeatureName:Recall
DISM /Online /Enable-Feature /FeatureName:Recall /Quiet /NoRestart
Write-Host \"Please restart your computer in order for the changes to be fully applied.\"
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/DisableRecall"
Expand Down

0 comments on commit eb13690

Please sign in to comment.