Actualiser Copy-PowerBGInfoGlobal.ps1
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# ============================================================
|
||||
# LOG
|
||||
# ============================================================
|
||||
$LogPath = Join-Path $PSScriptRoot "install.log"
|
||||
|
||||
Start-Transcript -Path $LogPath -Append
|
||||
|
||||
# ============================================================
|
||||
# CONFIG
|
||||
# ============================================================
|
||||
@@ -29,3 +36,5 @@ Invoke-WebRequest "$BaseUrl/img19-resize.jpg" -OutFile $WallpaperPath
|
||||
# FIRST RUN
|
||||
# ============================================================
|
||||
& "$DataPath\Set-WallpaperPowerBGInfoGlobal.ps1"
|
||||
|
||||
Stop-Transcript
|
||||
|
||||
Reference in New Issue
Block a user