Removing Microsoft-Message-Analyzer as it conflicts with Microsoft ATA

This commit is contained in:
Chris Long
2019-03-02 10:28:05 -08:00
parent ebdaa07080
commit a4a074ad24
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,5 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) {
Write-Host "Installing Chocolatey extras..."
choco install -y wireshark
choco install -y microsoft-message-analyzer
Write-Host "Choco addons complete!"