From 2eac70cc649e61bb6c9c02fb5039be05684cc071 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:12:10 +0200 Subject: [PATCH] restruct --- Sources/WAU Configurator.lnk | Bin 2668 -> 0 bytes Sources/{WAU/Gui.ps1 => WAU Configurator.ps1} | 0 Sources/{WAU => }/Winget-AutoUpdate-Install.ps1 | 0 .../{WAU => }/Winget-AutoUpdate/Invisible.vbs | 0 Sources/{WAU => }/Winget-AutoUpdate/User-Run.ps1 | 0 Sources/{WAU => }/Winget-AutoUpdate/Version.txt | 0 .../{WAU => }/Winget-AutoUpdate/WAU-Policies.ps1 | 0 .../Winget-AutoUpdate/WAU-Uninstall.ps1 | 0 .../Winget-AutoUpdate/Winget-Install.ps1 | 0 .../Winget-AutoUpdate/Winget-Notify.ps1 | 0 .../Winget-AutoUpdate/Winget-Upgrade.ps1 | 0 .../config/default_excluded_apps.txt} | 13 ++++++------- .../functions/Add-ScopeMachine.ps1 | 0 .../Winget-AutoUpdate/functions/Add-Shortcut.ps1 | 0 .../functions/Confirm-Installation.ps1 | 0 .../Winget-AutoUpdate/functions/Get-AZCopy.ps1 | 0 .../Winget-AutoUpdate/functions/Get-AppInfo.ps1 | 0 .../functions/Get-ExcludedApps.ps1 | 6 +++--- .../functions/Get-IncludedApps.ps1 | 0 .../functions/Get-NotifLocale.ps1 | 0 .../functions/Get-WAUAvailableVersion.ps1 | 0 .../functions/Get-WAUConfig.ps1 | 0 .../functions/Get-WingetCmd.ps1 | 0 .../functions/Get-WingetOutdatedApps.ps1 | 0 .../functions/Get-WingetSystemApps.ps1 | 0 .../functions/Install-Prerequisites.ps1 | 0 .../functions/Invoke-DirProtect.ps1 | 0 .../functions/Invoke-LogRotation.ps1 | 0 .../functions/Invoke-PostUpdateActions.ps1 | 0 .../functions/Start-NotifTask.ps1 | 0 .../functions/Test-ListPath.ps1 | 0 .../Winget-AutoUpdate/functions/Test-Mods.ps1 | 0 .../functions/Test-ModsPath.ps1 | 0 .../Winget-AutoUpdate/functions/Test-Network.ps1 | 0 .../functions/Test-PendingReboot.ps1 | 0 .../Winget-AutoUpdate/functions/Update-App.ps1 | 0 .../functions/Update-StoreApps.ps1 | 0 .../Winget-AutoUpdate/functions/Update-WAU.ps1 | 0 .../functions/Update-WinGet.ps1 | 0 .../functions/Write-CMTraceLog.ps1 | 0 .../Winget-AutoUpdate/functions/Write-ToLog.ps1 | 0 .../{WAU => }/Winget-AutoUpdate/icons/error.png | Bin .../{WAU => }/Winget-AutoUpdate/icons/info.png | Bin .../Winget-AutoUpdate/icons/success.png | Bin .../Winget-AutoUpdate/icons/warning.png | Bin .../{WAU => }/Winget-AutoUpdate/locale/cz.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/de.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/en.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/es.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/fi.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/fr.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/hu.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/it.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/nb.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/nl.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/pl.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/pt.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/ru.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/sv.xml | 0 .../{WAU => }/Winget-AutoUpdate/locale/uk.xml | 0 .../Winget-AutoUpdate/locale/zh-CHS.xml | 0 .../Winget-AutoUpdate/locale/zh-CHT.xml | 0 .../{WAU => }/Winget-AutoUpdate/mods/README.md | 0 .../Winget-AutoUpdate/mods/_AppID-template.ps1 | 0 .../Winget-AutoUpdate/mods/_Mods-Functions.ps1 | 0 .../mods/_WAU-mods-template.ps1 | 0 .../mods/_WAU-notinstalled-template.ps1 | 0 .../Winget-AutoUpdate/mods/bins/README.md | 0 68 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 Sources/WAU Configurator.lnk rename Sources/{WAU/Gui.ps1 => WAU Configurator.ps1} (100%) rename Sources/{WAU => }/Winget-AutoUpdate-Install.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/Invisible.vbs (100%) rename Sources/{WAU => }/Winget-AutoUpdate/User-Run.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/Version.txt (100%) rename Sources/{WAU => }/Winget-AutoUpdate/WAU-Policies.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/WAU-Uninstall.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/Winget-Install.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/Winget-Notify.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/Winget-Upgrade.ps1 (100%) rename Sources/{WAU/excluded_apps.txt => Winget-AutoUpdate/config/default_excluded_apps.txt} (51%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Add-ScopeMachine.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Add-Shortcut.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Confirm-Installation.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-AZCopy.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-AppInfo.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 (95%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-IncludedApps.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-WAUAvailableVersion.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-WingetCmd.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Get-WingetSystemApps.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Install-Prerequisites.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Invoke-DirProtect.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Invoke-LogRotation.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Invoke-PostUpdateActions.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Start-NotifTask.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Test-ListPath.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Test-Mods.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Test-ModsPath.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Test-Network.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Test-PendingReboot.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Update-App.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Update-StoreApps.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Update-WAU.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Update-WinGet.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/functions/Write-ToLog.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/icons/error.png (100%) rename Sources/{WAU => }/Winget-AutoUpdate/icons/info.png (100%) rename Sources/{WAU => }/Winget-AutoUpdate/icons/success.png (100%) rename Sources/{WAU => }/Winget-AutoUpdate/icons/warning.png (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/cz.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/de.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/en.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/es.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/fi.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/fr.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/hu.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/it.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/nb.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/nl.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/pl.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/pt.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/ru.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/sv.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/uk.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/zh-CHS.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/locale/zh-CHT.xml (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/README.md (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/_AppID-template.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/_Mods-Functions.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 (100%) rename Sources/{WAU => }/Winget-AutoUpdate/mods/bins/README.md (100%) diff --git a/Sources/WAU Configurator.lnk b/Sources/WAU Configurator.lnk deleted file mode 100644 index d62ed85a67202bd7ffeab8ee83a202b09ebe27d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2668 zcmds3U1*bM6n+wwTAi9=lq%bdLPo0QGf5l!1G3g;ZP8MzU$@W6S5T5q6K&eiIMeQ8 zY~U`GdNHQpg_A03b@+oD(hGl3yc~?OG0}n`Qt+o(_09`nd(NBmtI0a8;Ej7f&iixT z^Pcm(=bXGJ%>W#3Cwt(!>d`RjoCy!-Uym4fZ#st^D^_N{3rrh!+}ib}TI1UyjB&px zD{uF6oNg>>y|-b=^SCDAI(~a5Rs;e+EyAk$8q*ef}urJl*)~hzBWwo)+ku)nkFSvYwaSHlr^h-Z?d$T@L><`x?uSRU&00PTPnz zBJUvqACuyw4|Atw%tjH|!FdTuAn(1OI^yC8rbsRW%<-6wGbUVYiUZ6--0OKi4d#^k ze6O4TinBR|xR|z2&DVP2Q{MP9<&P-7V)i8Hu}(;&J2;Or!#vE&Uh3G!TuXE1&$F)c zOfO|E?lkd4jGsjfBGFc;g$CZ^ zwKtb35yrdwKO&l+>yy1OQ_bY}*irv;=x12Di}{<_$9o3#R{crf>To^wH4eNOntvj_ zeOZ$HnD}4`Ngm+wa^Qgv^(-ZY58h-?!J z-xK7kS|UJJl61lelES2rnuS=UDo}}P_SNKv$@im*qwuP@D^#g?aw5PTkzB3h!s;{? zvt1$yh`@92;M2y%u9MH5Tl7CE5R|I6p=b(5H4reQOT=QF7@Pu5Y+gIwT&I za;iYraC~=Rd%NF%HEj#Piwl#Ha|cpQ15LHsi8VcaACWJ$o&^NxdpxQq`gg4R_1?LI M4@Szzgg@T?0jYhEQUCw| diff --git a/Sources/WAU/Gui.ps1 b/Sources/WAU Configurator.ps1 similarity index 100% rename from Sources/WAU/Gui.ps1 rename to Sources/WAU Configurator.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate-Install.ps1 b/Sources/Winget-AutoUpdate-Install.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate-Install.ps1 rename to Sources/Winget-AutoUpdate-Install.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/Invisible.vbs b/Sources/Winget-AutoUpdate/Invisible.vbs similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/Invisible.vbs rename to Sources/Winget-AutoUpdate/Invisible.vbs diff --git a/Sources/WAU/Winget-AutoUpdate/User-Run.ps1 b/Sources/Winget-AutoUpdate/User-Run.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/User-Run.ps1 rename to Sources/Winget-AutoUpdate/User-Run.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/Version.txt b/Sources/Winget-AutoUpdate/Version.txt similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/Version.txt rename to Sources/Winget-AutoUpdate/Version.txt diff --git a/Sources/WAU/Winget-AutoUpdate/WAU-Policies.ps1 b/Sources/Winget-AutoUpdate/WAU-Policies.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/WAU-Policies.ps1 rename to Sources/Winget-AutoUpdate/WAU-Policies.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/WAU-Uninstall.ps1 b/Sources/Winget-AutoUpdate/WAU-Uninstall.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/WAU-Uninstall.ps1 rename to Sources/Winget-AutoUpdate/WAU-Uninstall.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/Winget-Install.ps1 b/Sources/Winget-AutoUpdate/Winget-Install.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/Winget-Install.ps1 rename to Sources/Winget-AutoUpdate/Winget-Install.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/Winget-Notify.ps1 b/Sources/Winget-AutoUpdate/Winget-Notify.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/Winget-Notify.ps1 rename to Sources/Winget-AutoUpdate/Winget-Notify.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Sources/Winget-AutoUpdate/Winget-Upgrade.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 rename to Sources/Winget-AutoUpdate/Winget-Upgrade.ps1 diff --git a/Sources/WAU/excluded_apps.txt b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt similarity index 51% rename from Sources/WAU/excluded_apps.txt rename to Sources/Winget-AutoUpdate/config/default_excluded_apps.txt index 3c24afd..585f87b 100644 --- a/Sources/WAU/excluded_apps.txt +++ b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt @@ -1,10 +1,9 @@ -Google.Chrome -Microsoft.Edge -Microsoft.EdgeWebView2Runtime +Google.Chrome* +Microsoft.Edge* Microsoft.Office Microsoft.OneDrive -Microsoft.Teams -Microsoft.Teams.Classic -Mozilla.Firefox* -TeamViewer.TeamViewer* Microsoft.RemoteDesktopClient +Microsoft.Teams* +Mozilla.Firefox* +Opera.Opera* +TeamViewer.TeamViewer* diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Add-ScopeMachine.ps1 b/Sources/Winget-AutoUpdate/functions/Add-ScopeMachine.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Add-ScopeMachine.ps1 rename to Sources/Winget-AutoUpdate/functions/Add-ScopeMachine.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Add-Shortcut.ps1 b/Sources/Winget-AutoUpdate/functions/Add-Shortcut.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Add-Shortcut.ps1 rename to Sources/Winget-AutoUpdate/functions/Add-Shortcut.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Confirm-Installation.ps1 b/Sources/Winget-AutoUpdate/functions/Confirm-Installation.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Confirm-Installation.ps1 rename to Sources/Winget-AutoUpdate/functions/Confirm-Installation.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-AZCopy.ps1 b/Sources/Winget-AutoUpdate/functions/Get-AZCopy.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-AZCopy.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-AZCopy.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-AppInfo.ps1 b/Sources/Winget-AutoUpdate/functions/Get-AppInfo.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-AppInfo.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-AppInfo.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 b/Sources/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 similarity index 95% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 index ce5811e..1a59e21 100644 --- a/Sources/WAU/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 +++ b/Sources/Winget-AutoUpdate/functions/Get-ExcludedApps.ps1 @@ -16,21 +16,21 @@ function Get-ExcludedApps { } - } + } #endregion blacklist in registry #region blacklist pulled from URI elseif ($URIList) { $RegPath = "$WAU_GPORoot"; $RegValueName = 'WAU_URIList'; - + if (Test-Path -Path $RegPath) { $RegKey = Get-Item -Path $RegPath; $WAUURI = $RegKey.GetValue($RegValueName); if ($null -ne $WAUURI) { $resp = Invoke-WebRequest -Uri $WAUURI -UseDefaultCredentials; if ($resp.BaseResponse.StatusCode -eq [System.Net.HttpStatusCode]::OK) { - $resp.Content.Split([System.Environment]::NewLine, [System.StringSplitOptions]::RemoveEmptyEntries) | + $resp.Content.Split([System.Environment]::NewLine, [System.StringSplitOptions]::RemoveEmptyEntries) | ForEach-Object { $AppIds += $_ } diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-IncludedApps.ps1 b/Sources/Winget-AutoUpdate/functions/Get-IncludedApps.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-IncludedApps.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-IncludedApps.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 b/Sources/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-WAUAvailableVersion.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WAUAvailableVersion.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-WAUAvailableVersion.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-WAUAvailableVersion.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-WingetCmd.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WingetCmd.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-WingetCmd.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-WingetCmd.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Get-WingetSystemApps.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WingetSystemApps.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Get-WingetSystemApps.ps1 rename to Sources/Winget-AutoUpdate/functions/Get-WingetSystemApps.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Install-Prerequisites.ps1 b/Sources/Winget-AutoUpdate/functions/Install-Prerequisites.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Install-Prerequisites.ps1 rename to Sources/Winget-AutoUpdate/functions/Install-Prerequisites.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Invoke-DirProtect.ps1 b/Sources/Winget-AutoUpdate/functions/Invoke-DirProtect.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Invoke-DirProtect.ps1 rename to Sources/Winget-AutoUpdate/functions/Invoke-DirProtect.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Invoke-LogRotation.ps1 b/Sources/Winget-AutoUpdate/functions/Invoke-LogRotation.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Invoke-LogRotation.ps1 rename to Sources/Winget-AutoUpdate/functions/Invoke-LogRotation.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Invoke-PostUpdateActions.ps1 b/Sources/Winget-AutoUpdate/functions/Invoke-PostUpdateActions.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Invoke-PostUpdateActions.ps1 rename to Sources/Winget-AutoUpdate/functions/Invoke-PostUpdateActions.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Start-NotifTask.ps1 b/Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Start-NotifTask.ps1 rename to Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Test-ListPath.ps1 b/Sources/Winget-AutoUpdate/functions/Test-ListPath.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Test-ListPath.ps1 rename to Sources/Winget-AutoUpdate/functions/Test-ListPath.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Test-Mods.ps1 b/Sources/Winget-AutoUpdate/functions/Test-Mods.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Test-Mods.ps1 rename to Sources/Winget-AutoUpdate/functions/Test-Mods.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Test-ModsPath.ps1 b/Sources/Winget-AutoUpdate/functions/Test-ModsPath.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Test-ModsPath.ps1 rename to Sources/Winget-AutoUpdate/functions/Test-ModsPath.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Test-Network.ps1 b/Sources/Winget-AutoUpdate/functions/Test-Network.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Test-Network.ps1 rename to Sources/Winget-AutoUpdate/functions/Test-Network.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Test-PendingReboot.ps1 b/Sources/Winget-AutoUpdate/functions/Test-PendingReboot.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Test-PendingReboot.ps1 rename to Sources/Winget-AutoUpdate/functions/Test-PendingReboot.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Update-App.ps1 b/Sources/Winget-AutoUpdate/functions/Update-App.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Update-App.ps1 rename to Sources/Winget-AutoUpdate/functions/Update-App.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Update-StoreApps.ps1 b/Sources/Winget-AutoUpdate/functions/Update-StoreApps.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Update-StoreApps.ps1 rename to Sources/Winget-AutoUpdate/functions/Update-StoreApps.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Update-WAU.ps1 b/Sources/Winget-AutoUpdate/functions/Update-WAU.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Update-WAU.ps1 rename to Sources/Winget-AutoUpdate/functions/Update-WAU.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 b/Sources/Winget-AutoUpdate/functions/Update-WinGet.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Update-WinGet.ps1 rename to Sources/Winget-AutoUpdate/functions/Update-WinGet.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 b/Sources/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 rename to Sources/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Write-ToLog.ps1 b/Sources/Winget-AutoUpdate/functions/Write-ToLog.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/functions/Write-ToLog.ps1 rename to Sources/Winget-AutoUpdate/functions/Write-ToLog.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/icons/error.png b/Sources/Winget-AutoUpdate/icons/error.png similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/icons/error.png rename to Sources/Winget-AutoUpdate/icons/error.png diff --git a/Sources/WAU/Winget-AutoUpdate/icons/info.png b/Sources/Winget-AutoUpdate/icons/info.png similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/icons/info.png rename to Sources/Winget-AutoUpdate/icons/info.png diff --git a/Sources/WAU/Winget-AutoUpdate/icons/success.png b/Sources/Winget-AutoUpdate/icons/success.png similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/icons/success.png rename to Sources/Winget-AutoUpdate/icons/success.png diff --git a/Sources/WAU/Winget-AutoUpdate/icons/warning.png b/Sources/Winget-AutoUpdate/icons/warning.png similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/icons/warning.png rename to Sources/Winget-AutoUpdate/icons/warning.png diff --git a/Sources/WAU/Winget-AutoUpdate/locale/cz.xml b/Sources/Winget-AutoUpdate/locale/cz.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/cz.xml rename to Sources/Winget-AutoUpdate/locale/cz.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/de.xml b/Sources/Winget-AutoUpdate/locale/de.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/de.xml rename to Sources/Winget-AutoUpdate/locale/de.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/en.xml b/Sources/Winget-AutoUpdate/locale/en.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/en.xml rename to Sources/Winget-AutoUpdate/locale/en.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/es.xml b/Sources/Winget-AutoUpdate/locale/es.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/es.xml rename to Sources/Winget-AutoUpdate/locale/es.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/fi.xml b/Sources/Winget-AutoUpdate/locale/fi.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/fi.xml rename to Sources/Winget-AutoUpdate/locale/fi.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/fr.xml b/Sources/Winget-AutoUpdate/locale/fr.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/fr.xml rename to Sources/Winget-AutoUpdate/locale/fr.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/hu.xml b/Sources/Winget-AutoUpdate/locale/hu.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/hu.xml rename to Sources/Winget-AutoUpdate/locale/hu.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/it.xml b/Sources/Winget-AutoUpdate/locale/it.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/it.xml rename to Sources/Winget-AutoUpdate/locale/it.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/nb.xml b/Sources/Winget-AutoUpdate/locale/nb.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/nb.xml rename to Sources/Winget-AutoUpdate/locale/nb.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/nl.xml b/Sources/Winget-AutoUpdate/locale/nl.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/nl.xml rename to Sources/Winget-AutoUpdate/locale/nl.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/pl.xml b/Sources/Winget-AutoUpdate/locale/pl.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/pl.xml rename to Sources/Winget-AutoUpdate/locale/pl.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/pt.xml b/Sources/Winget-AutoUpdate/locale/pt.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/pt.xml rename to Sources/Winget-AutoUpdate/locale/pt.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/ru.xml b/Sources/Winget-AutoUpdate/locale/ru.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/ru.xml rename to Sources/Winget-AutoUpdate/locale/ru.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/sv.xml b/Sources/Winget-AutoUpdate/locale/sv.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/sv.xml rename to Sources/Winget-AutoUpdate/locale/sv.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/uk.xml b/Sources/Winget-AutoUpdate/locale/uk.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/uk.xml rename to Sources/Winget-AutoUpdate/locale/uk.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/zh-CHS.xml b/Sources/Winget-AutoUpdate/locale/zh-CHS.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/zh-CHS.xml rename to Sources/Winget-AutoUpdate/locale/zh-CHS.xml diff --git a/Sources/WAU/Winget-AutoUpdate/locale/zh-CHT.xml b/Sources/Winget-AutoUpdate/locale/zh-CHT.xml similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/locale/zh-CHT.xml rename to Sources/Winget-AutoUpdate/locale/zh-CHT.xml diff --git a/Sources/WAU/Winget-AutoUpdate/mods/README.md b/Sources/Winget-AutoUpdate/mods/README.md similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/README.md rename to Sources/Winget-AutoUpdate/mods/README.md diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 b/Sources/Winget-AutoUpdate/mods/_AppID-template.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 rename to Sources/Winget-AutoUpdate/mods/_AppID-template.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_Mods-Functions.ps1 b/Sources/Winget-AutoUpdate/mods/_Mods-Functions.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/_Mods-Functions.ps1 rename to Sources/Winget-AutoUpdate/mods/_Mods-Functions.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 b/Sources/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 rename to Sources/Winget-AutoUpdate/mods/_WAU-mods-template.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 b/Sources/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 rename to Sources/Winget-AutoUpdate/mods/_WAU-notinstalled-template.ps1 diff --git a/Sources/WAU/Winget-AutoUpdate/mods/bins/README.md b/Sources/Winget-AutoUpdate/mods/bins/README.md similarity index 100% rename from Sources/WAU/Winget-AutoUpdate/mods/bins/README.md rename to Sources/Winget-AutoUpdate/mods/bins/README.md