Install Software Using Powershell in Windows 10
Install Software Using Powershell in Windows 10
►►►SUBSCRIBE for more: https://www.youtube.com/user/Britec09?sub_confirmation=1
Today we will be doing some basic commands in powershell and show you was to install programs and packages in powershell.
Commands used:
cd downloads
dir
clear
start-process (name.exe)
start-process (name.exe) /s (needs to be msi package)
clear
find-package -provider chocolatey
find-package -provider chocolatey -name notepad*
install-package -provider chocolatey -name notepadplusplus
start-process C:\Chocolatey\lib\notepadplusplus.install.7.7.1\tools\npp.7.7.1.Installer.x64.exe
✅ Britec Merchandise https://teespring.com/en-GB/stores/britec-store
——————— My Social Links:
🔵 View My Channel - http://youtube.com/Britec09
🔵 View My Playlists -https://www.youtube.com/user/Britec09/playlists
🔵 Follow on Twitter - http://twitter.com/Britec09
🔵 Follow on Facebook: http://facebook.com/BritecComputers
🔵 View my Website: http://BritecComputers.co.uk
🔵 My Official Email: brian@briteccomputers.co.uk
🔵 My Discord: https://discord.gg/YAuGm5j
#Powershell #PowershellBasics #Howto #Tutorials