Commit Graph

3 Commits (d3f9e80072d9ee2f066d3eb5966c30f9d7c96dcf)

Author SHA1 Message Date
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
romanitho 37df1f43dc Update asset to WAU-Configurator.zip 2023-12-13 17:33:37 +01:00
romanitho c048ffc58f New organisation and creation of packages 2023-12-12 21:31:40 +01:00