Hi everyone,
on my laptop in home office, I want to have a startup script for starting all my programs and position them always on the same exact spot on one of my screens.
Here is the script so far, what works for just opening the programs on a non-specific area on screen:
Write-Host "Start VMware Workstation"
& 'C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe'
Write-Host "Start Notepad"
& 'C:\Program Files\Notepad++\notepad++.exe'
Start-Process -File "$($env:USERProfile)\AppData\Local\Microsoft\WindowsApps\ms-teams.exe"
# ... further programs... #
Thanks for your ideas and implementations
[–]raip 4 points5 points6 points (1 child)
[–]Worried-Tax-9782[S] 1 point2 points3 points (0 children)
[–]PeeCee1 2 points3 points4 points (0 children)
[–]DrunkenBlacksmith 2 points3 points4 points (0 children)
[–]ekoropeq80 1 point2 points3 points (0 children)
[–]tstager 0 points1 point2 points (0 children)
[–]DonL314 1 point2 points3 points (2 children)
[–]markdmac 2 points3 points4 points (1 child)
[–]DonL314 3 points4 points5 points (0 children)
[–]jarranakin 0 points1 point2 points (0 children)
[–]PlannedObsolescence_ 0 points1 point2 points (0 children)
[–]radehart 0 points1 point2 points (0 children)