how to start a powershell script code example
Example 1: powershell script run
./myscript.ps1 //if is in the current directory
c:/scripts/myscript.ps1 //if you want to use the full path
&"C:/my path with space/myscript.ps1" //if your path has spaces
Example 2: run powershell script from wsl bash
powershell.exe -File "c:\users\ray\Desktop\restorescreenres.ps1"
Example 3: scirpt powershell
what are u doing here!
go back to coding!