Making installing software easy as pie
@powershell -NoProfile -ExecutionPolicy unrestricted 
-Command "iex 
((new-object net.webclient).DownloadString(
    'https://chocolatey.org/install.ps1'))" 
&& SET PATH=%PATH%;%systemdrive%\chocolatey\biniex ((new-object net.webclient).DownloadString
    (
        'https://chocolatey.org/install.ps1'
    ))