Skip to content

Commit

Permalink
logical of uwp removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionuț Bara committed Aug 4, 2024
1 parent 7e3b59c commit 28006fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Script_Run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bcdedit /set hypervisorlaunchtype off
CLS
echo Removing Windows Security UWP App...
:: Remove Windows Security App
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""RemoveSecHealthApp.ps1""' -Verb RunAs}"
Powershell -noprofile -executionpolicy bypass -file "%~dp0\RemoveSecHealthApp.ps1"

CLS
echo Unregister Windows Defender Security Components...
Expand Down Expand Up @@ -71,7 +71,7 @@ bcdedit /set hypervisorlaunchtype off
CLS
echo Removing Windows Security UWP App...
:: Remove Windows Security App
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""RemoveSecHealthApp.ps1""' -Verb RunAs}"
Powershell -noprofile -executionpolicy bypass -file "%~dp0\RemoveSecHealthApp.ps1"

CLS
echo Unregister Windows Defender Security Components...
Expand Down

0 comments on commit 28006fe

Please sign in to comment.