Simplify the lnk
Due to Antivirus false detection, testing a simplified command: From: %WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ep Bypass -w h -C "& {gci -R | Unblock-File; ".\WAU\Gui.ps1"}" To: %WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\WAU\Gui.ps1pull/569/head
parent
73e792662b
commit
4e863340c0
Binary file not shown.
|
@ -9,6 +9,11 @@ This script will:
|
|||
- Install apps with Winget from a custom list file (apps.txt) or directly from popped up default list.
|
||||
#>
|
||||
|
||||
<# UNBLOCK FILES #>
|
||||
|
||||
Get-ChildItem -R | Unblock-File
|
||||
|
||||
|
||||
<# APP INFO #>
|
||||
|
||||
# import Appx module if the powershell version is 7/core
|
||||
|
|
Loading…
Reference in New Issue