From 9c01c6474807fe741acdb5b3e99cc6cdb191d97b Mon Sep 17 00:00:00 2001 From: admin_tan Date: Thu, 11 Jun 2026 12:43:02 +0200 Subject: [PATCH] Actualiser Copy-PowerBGInfoGlobal.ps1 --- Copy-PowerBGInfoGlobal.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Copy-PowerBGInfoGlobal.ps1 b/Copy-PowerBGInfoGlobal.ps1 index 1d9df5c..ea32bee 100644 --- a/Copy-PowerBGInfoGlobal.ps1 +++ b/Copy-PowerBGInfoGlobal.ps1 @@ -23,7 +23,7 @@ if (!(Test-Path $DataPath)) { # ============================================================ # DOWNLOAD # ============================================================ -Invoke-WebRequest "$BaseUrl/Set-WallpaperPowerBGInfoGlobal.ps1" -OutFile "$DataPath\Set-WallpaperPowerBGInfoGlobal.ps1" +Invoke-WebRequest "$BaseUrl/Set-WallpaperPowerBGInfoCORPORATE.ps1" -OutFile "$DataPath\Set-WallpaperPowerBGInfoCORPORATE.ps1" Invoke-WebRequest "$BaseUrl/Set-ScheduledTaskPowerBGInfo.ps1" -OutFile "$DataPath\Set-ScheduledTaskPowerBGInfo.ps1" Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath @@ -35,6 +35,6 @@ Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath # ============================================================ # FIRST RUN # ============================================================ -& "$DataPath\Set-WallpaperPowerBGInfoGlobal.ps1" +& "$DataPath\Set-WallpaperPowerBGInfoCORPORATE.ps1" Stop-Transcript