mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-28 08:38:38 +01:00
Update on-desktop-login.ps1
This commit is contained in:
parent
9fa4e642ff
commit
82f25f34b9
@ -4,7 +4,7 @@
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script executes tasks on every desktop login.
|
This PowerShell script executes tasks on every desktop login.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./on-desktop-login
|
PS> ./on-desktop-login.ps1
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
& "$PSScriptRoot/open-dashboards.ps1"
|
& "$PSScriptRoot/open-dashboards.ps1"
|
||||||
& "$PSScriptRoot/open-windows-terminal.ps1"
|
& "$PSScriptRoot/list-news.ps1"
|
||||||
& "$PSScriptRoot/write-clock.ps1"
|
& "$PSScriptRoot/write-clock.ps1"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user