-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-Autorunsc output issues #178
Comments
What was the command you ran? |
Hi, Thanks for responding.
#BINDEP .\Modules\bin\Autorunsc.exe if (Test-Path "$env:SystemRoot\Autorunsc.exe") {
Note that all other scripts I have tested are working fine. Thanks |
Please any update with my issue above? Thanks |
I've experienced the same, but I haven't had time yet to debug. For what it's worth, try the deep autoruns version, which still seems to work. |
Its missing "-nobanner" & $env:SystemRoot\Autorunsc.exe /accepteula -a * -c -h -s '*' -nobanner 2> $null | ConvertFrom-Csv | ForEach-Object { |
Hello,
I just downloaded kansa today and used the ASEP\Get-Autorunsc.ps1.
The output does not contain the autorun output i expect. See the output below.
Kindly advise.
PSComputerName,"RunspaceId","PSShowComputerName","Length"
Machine_name,"56d62496-1558-41e8-b9e8-05682612a8bd","True","0"
The text was updated successfully, but these errors were encountered: