Skip to content

Commit

Permalink
Fixed autorun module not working properly anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ferreira Lopes committed Nov 14, 2019
1 parent 918b6a2 commit 34537f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ASEP/Get-Autorunsc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ time stamps.
#>

if (Test-Path "$env:SystemRoot\Autorunsc.exe") {
& $env:SystemRoot\Autorunsc.exe /accepteula -a * -c -h -s '*' 2> $null | ConvertFrom-Csv | ForEach-Object {
& $env:SystemRoot\Autorunsc.exe /accepteula -a * -c -h -s '*' -nobanner 2> $null | ConvertFrom-Csv | ForEach-Object {
$_
}
} else {
Expand Down

0 comments on commit 34537f3

Please sign in to comment.