HomeEasy Powershell: Startup Apps MCQ December 16, 2020 0 Powershell: Startup Apps MCQ Powershell: Startup Apps MCQ What command will add the command "Start-Server" to be executed on every shell startup?echo "Start-Server" >> $Profileecho "Start-Server" >> C:\startup.ps1echo "Start-Server" >> %ProfileEnable-AutostartCommand "Start-Server"
Post a Comment