Jump to content

Argumentlist issue when running KVRT via powershell


Recommended Posts

Posted
I'm still new to programming and I'm having trouble passing arguments to KVRT.exe in powershell with admin privileges. Any idea what I'm doing wrong? Start-Process -WindowStyle Normal -ExecutionPolicy Bypass -FilePath 'C:\AV_Scanners\scanners\KVRT\KVRT.exe' -ArgumentList '-accepteula -silent -adinsilent -processlevel 3 -allvolumes -details C:\AVScanResults\' Any help would be great. Thanks, Nate.
Posted
I'm still new to programming and I'm having trouble passing arguments to KVRT.exe in powershell with admin privileges. Any idea what I'm doing wrong? Start-Process -WindowStyle Normal -ExecutionPolicy Bypass -FilePath 'C:\AV_Scanners\scanners\KVRT\KVRT.exe' -ArgumentList '-accepteula -silent -adinsilent -processlevel 3 -allvolumes -details C:\AVScanResults\'
Try arguments "-accepteula -silent -adinsilent -processlevel 3 -allvolumes -details". Note "-processlevel 3" is not recommended. This will remove riskware. Recommended "-processlevel 2".

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...