diff --git a/Sources/WAU Configurator.lnk b/Sources/WAU Configurator.lnk index 4c53da3..d62ed85 100644 Binary files a/Sources/WAU Configurator.lnk and b/Sources/WAU Configurator.lnk differ diff --git a/Sources/WAU/Gui.ps1 b/Sources/WAU/Gui.ps1 index 4406d49..da45dce 100644 --- a/Sources/WAU/Gui.ps1 +++ b/Sources/WAU/Gui.ps1 @@ -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