Starting programs with PowerShell script

preview_player
Показать описание
How to use PowerShell to batch start programs.

Join this channel to get access to the perks:
--Social--------------------------------

--Mind, the mental health charity--------------------------------
Mind
For better mental health

--INFO----------------------------------­------------------------------
#powershellscripting
#powershell
#windows
#technology
Рекомендации по теме
Комментарии
Автор

Thanks for this short powershell script demo, I assumed it just used .bat files (old msdos batch script files). Good to know about .ps1 files...

cybernit
Автор

You can use task scheduler to start that powershell file at windows startup too, i used to do so for my python program.

Zawse
Автор

No you can only script in Linux! People will say you can use start-up for this but PS scripting will allow you more flexibility. Power-Automate is a great tool if you're just starting out and looking for ideas.

Destide
Автор

I can use it to start a docker container I need for work from time to time

nedbog