Actualiser Set-ScheduledTaskPowerBGInfo.ps1
This commit is contained in:
@@ -10,7 +10,7 @@ if ($ExistingTask) {
|
||||
|
||||
# 1. Action - Exécuter le script PowerShell
|
||||
$Action = New-ScheduledTaskAction -Execute "powershell.exe" `
|
||||
-Argument "-WindowStyle Hidden -NoProfile -ExecutionPolicy Bypass -File `"C:\ProgramData\PowerBGInfo\Set-WallpaperPowerBGInfoGlobal.ps1`""
|
||||
-Argument "-WindowStyle Hidden -NoProfile -ExecutionPolicy Bypass -File `"C:\ProgramData\PowerBGInfo\Set-WallpaperPowerBGInfoCORPORATE.ps1`""
|
||||
|
||||
# 2. Déclencheur : à l'ouverture de session + répétition toutes les minutes, indéfiniment
|
||||
$TriggerLogon = New-ScheduledTaskTrigger -AtLogOn
|
||||
|
||||
Reference in New Issue
Block a user