wingetautoupdate/Sources/WAU
romanitho 4e863340c0 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.ps1
2024-02-19 17:51:48 +01:00
..
Winget-AutoUpdate Merge pull request #544 from AndrewDemski-ad-gmail-com/patch-6 2024-02-19 12:11:01 +01:00
Gui.ps1 Simplify the lnk 2024-02-19 17:51:48 +01:00
Winget-AutoUpdate-Install.ps1 New organisation and creation of packages 2023-12-12 21:31:40 +01:00
excluded_apps.txt New organisation and creation of packages 2023-12-12 21:31:40 +01:00