diff --git a/wingetui/resources/uninstall_scoop.cmd b/wingetui/resources/uninstall_scoop.cmd index d09aef5a2d..b3489a18fe 100644 --- a/wingetui/resources/uninstall_scoop.cmd +++ b/wingetui/resources/uninstall_scoop.cmd @@ -1,6 +1,6 @@ @echo off echo This script will remove scoop from your machine. -echo Removing scoop implies removing all scoop installed packages, buckets and preferences, and might also erase vaulable user data related to the affected packages +echo Removing scoop implies removing all scoop installed packages, buckets and preferences, and might also erase valuable user data related to the affected packages echo|set/p="Press to continue or CLOSE this window to abort this process"&runas/u: "">NUL echo Installing scoop... powershell -NoProfile -Command "scoop uninstall -p scoop"