From 5a9add3578fbe3eb3dc00206b5f494aded9025b0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 Jan 2024 14:44:31 +0100 Subject: [PATCH] fix deletion --- windows11.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows11.bat b/windows11.bat index 2ae0765..48f2715 100644 --- a/windows11.bat +++ b/windows11.bat @@ -284,7 +284,7 @@ PowerShell -Command "" ^ "$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^ "$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^ "Invoke-WebRequest -Uri $link -OutFile $file;" ^ - "Start-Process $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^ + "Start-Process -Wait $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^ "Remove-Item -Force $file" :: Install Deceive