From 82f25f34b9c190e2dbbd1c70140fc243da1be324 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 22 Jun 2023 08:29:51 +0200 Subject: [PATCH] Update on-desktop-login.ps1 --- Scripts/on-desktop-login.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/on-desktop-login.ps1 b/Scripts/on-desktop-login.ps1 index fd8a6f95..a2c05d64 100644 --- a/Scripts/on-desktop-login.ps1 +++ b/Scripts/on-desktop-login.ps1 @@ -4,7 +4,7 @@ .DESCRIPTION This PowerShell script executes tasks on every desktop login. .EXAMPLE - PS> ./on-desktop-login + PS> ./on-desktop-login.ps1 .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -13,7 +13,7 @@ try { & "$PSScriptRoot/open-dashboards.ps1" - & "$PSScriptRoot/open-windows-terminal.ps1" + & "$PSScriptRoot/list-news.ps1" & "$PSScriptRoot/write-clock.ps1" exit 0 # success } catch {