From 0bc711f432a8b56f4183f27bd8d0ff4b60681d59 Mon Sep 17 00:00:00 2001 From: admin_tan Date: Thu, 11 Jun 2026 12:57:05 +0200 Subject: [PATCH] Actualiser Copy-PowerBGInfoPCI-COMPLIANT.ps1 --- Copy-PowerBGInfoPCI-COMPLIANT.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Copy-PowerBGInfoPCI-COMPLIANT.ps1 b/Copy-PowerBGInfoPCI-COMPLIANT.ps1 index 9be38c8..6ea6193 100644 --- a/Copy-PowerBGInfoPCI-COMPLIANT.ps1 +++ b/Copy-PowerBGInfoPCI-COMPLIANT.ps1 @@ -24,13 +24,13 @@ if (!(Test-Path $DataPath)) { # DOWNLOAD # ============================================================ Invoke-WebRequest "$BaseUrl/Set-WallpaperPowerBGInfoPCI-COMPLIANT.ps1" -OutFile "$DataPath\Set-WallpaperPowerBGInfoPCI-COMPLIANT.ps1" -Invoke-WebRequest "$BaseUrl/Set-ScheduledTaskPowerBGInfo.ps1" -OutFile "$DataPath\Set-ScheduledTaskPowerBGInfo.ps1" +Invoke-WebRequest "$BaseUrl/Set-ScheduledTaskPowerBGInfoPCI-COMPLIANT.ps1" -OutFile "$DataPath\Set-ScheduledTaskPowerBGInfoPCI-COMPLIANT.ps1" Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath # ============================================================ # CREATE SCHEDULED TASK # ============================================================ -& "$DataPath\Set-ScheduledTaskPowerBGInfo.ps1" +& "$DataPath\Set-ScheduledTaskPowerBGInfoPCI-COMPLIANT.ps1" # ============================================================ # FIRST RUN