Update on-desktop-login.ps1

This commit is contained in:
Markus Fleschutz 2023-06-22 08:29:51 +02:00
parent 9fa4e642ff
commit 82f25f34b9

View File

@ -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 {