From 5df730bf91cd43ef59db9f10dcc53616139ba255 Mon Sep 17 00:00:00 2001 From: admin_tan Date: Thu, 11 Jun 2026 12:56:46 +0200 Subject: [PATCH] Actualiser Copy-PowerBGInfoCORPORATE.ps1 --- Copy-PowerBGInfoCORPORATE.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Copy-PowerBGInfoCORPORATE.ps1 b/Copy-PowerBGInfoCORPORATE.ps1 index ea32bee..730e657 100644 --- a/Copy-PowerBGInfoCORPORATE.ps1 +++ b/Copy-PowerBGInfoCORPORATE.ps1 @@ -24,13 +24,13 @@ if (!(Test-Path $DataPath)) { # DOWNLOAD # ============================================================ 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/Set-ScheduledTaskPowerBGInfoCORPORATE.ps1" -OutFile "$DataPath\Set-ScheduledTaskPowerBGInfoCORPORATE.ps1" Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath # ============================================================ # CREATE SCHEDULED TASK # ============================================================ -& "$DataPath\Set-ScheduledTaskPowerBGInfo.ps1" +& "$DataPath\Set-ScheduledTaskPowerBGInfoCORPORATE.ps1" # ============================================================ # FIRST RUN