A Scoop Bucket. Scoop
- Open
PowerShell
as an Administrator
set-executionpolicy Unrestricted -scope currentuser
$env:SCOOP='E:\Applications\Scoop'
$env:SCOOP_GLOBAL='E:\GlobalScoopApps'
[Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')
If you skip this step, all user installed Apps and Scoop itself will live in
c:/users/user_name/scoop
.
iwr get.scoop.sh -outfile 'scoop.ps1'
.\scoop.ps1 -RunAsAdmin
scoop install aria2 #Install Aria2 to accelerate downloading (optional)
scoop install git #Install Git to add new repositories
scoop bucket add scoop-av https://github.com/zzhaq/scoop-av #add
scoop install xxx
-
Create and configure a new Windows Virtual Machine
- av-tools is designed to be installed on Windows 7 Service Pack 1 or newer
- Ensure VM is updated completely. You may have to check for updates, reboot, and check again until no more remain
-
Install .NET 4.5 and WMF 5.1 from the following links:
- .NET 4.5 https://www.microsoft.com/en-us/download/details.aspx?id=30653
- WMF 5.1 https://www.microsoft.com/en-us/download/details.aspx?id=54616
- Make sure you restart the VM to complete the installation
-
Take a snapshot of your machine!
- Open
PowerShell
as an Administrator
set-executionpolicy Unrestricted -scope currentuser
./av_install.ps1