Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions ADAPE.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ New-Item -ItemType Directory -Force -Path $path | Out-Null
Write-Host "Capture folder located at $path" -ForegroundColor Green
Write-Host "OS Detected: $version"
If( $OS -match "10" -or
$OS -match "2012" -or
$OS -match "2016" -or
$OS -match "8")
$OS -match "2012" -or
$OS -match "2016" -or
$OS -match "8")
{
Write-Host "OS Detected: $version"
}

#Inveigh
function Inveigh
Expand Down