Actualiser Copy-PowerBGInfoPCI-COMPLIANT.ps1

This commit is contained in:
2026-06-11 12:57:05 +02:00
parent fbe24befb0
commit 0bc711f432
+2 -2
View File
@@ -24,13 +24,13 @@ if (!(Test-Path $DataPath)) {
# DOWNLOAD # DOWNLOAD
# ============================================================ # ============================================================
Invoke-WebRequest "$BaseUrl/Set-WallpaperPowerBGInfoPCI-COMPLIANT.ps1" -OutFile "$DataPath\Set-WallpaperPowerBGInfoPCI-COMPLIANT.ps1" 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 Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath
# ============================================================ # ============================================================
# CREATE SCHEDULED TASK # CREATE SCHEDULED TASK
# ============================================================ # ============================================================
& "$DataPath\Set-ScheduledTaskPowerBGInfo.ps1" & "$DataPath\Set-ScheduledTaskPowerBGInfoPCI-COMPLIANT.ps1"
# ============================================================ # ============================================================
# FIRST RUN # FIRST RUN