# open an admin powershell prompt
# needed for installing modules from internet
set-executionpolicy remotesigned

# install scoop )**(
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')