Commit Graph

2 Commits (ee4ac21a0f7b3f80c79895393e3bd6919b7268da)

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 c048ffc58f New organisation and creation of packages 2023-12-12 21:31:40 +01:00