mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 00:13:36 +01:00
Update on-desktop-login.ps1
This commit is contained in:
parent
5ca003c8e3
commit
e2eed4e802
@ -1,9 +1,9 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Executes tasks on every desktop login
|
Executes tasks on desktop login
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This PowerShell script executes some 'welcome' tasks on every desktop login by the user.
|
This PowerShell script executes some 'welcome' tasks on every desktop login by the user.
|
||||||
NOTE: For installation on Windows create and put a symbolic link to this script into the Autostart folder (usually at: C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup).
|
NOTE: for installation on Windows create and put a symbolic link to this script into the Autostart folder (usually at: C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup).
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./on-desktop-login.ps1
|
PS> ./on-desktop-login.ps1
|
||||||
.LINK
|
.LINK
|
||||||
@ -22,6 +22,7 @@ try {
|
|||||||
& "$PSScriptRoot/check-swap-space.ps1"
|
& "$PSScriptRoot/check-swap-space.ps1"
|
||||||
& "$PSScriptRoot/check-drives.ps1"
|
& "$PSScriptRoot/check-drives.ps1"
|
||||||
& "$PSScriptRoot/open-dashboards.ps1"
|
& "$PSScriptRoot/open-dashboards.ps1"
|
||||||
|
& "$PSScriptRoot/open-home-folder.ps1"
|
||||||
" "
|
" "
|
||||||
& "$PSScriptRoot/write-quote.ps1"
|
& "$PSScriptRoot/write-quote.ps1"
|
||||||
" "
|
" "
|
||||||
|
Loading…
Reference in New Issue
Block a user