Actualiser Copy-PowerBGInfoGlobal.ps1

This commit is contained in:
2026-06-11 12:31:17 +02:00
parent a279a255ea
commit 00226b9e78
+9
View File
@@ -1,3 +1,10 @@
# ============================================================
# LOG
# ============================================================
$LogPath = Join-Path $PSScriptRoot "install.log"
Start-Transcript -Path $LogPath -Append
# ============================================================ # ============================================================
# CONFIG # CONFIG
# ============================================================ # ============================================================
@@ -29,3 +36,5 @@ Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath
# FIRST RUN # FIRST RUN
# ============================================================ # ============================================================
& "$DataPath\Set-WallpaperPowerBGInfoGlobal.ps1" & "$DataPath\Set-WallpaperPowerBGInfoGlobal.ps1"
Stop-Transcript