79086454

Date: 2024-10-14 14:00:25
Score: 2.5
Natty:
Report link
Clear-Host
app.exe
Start-Sleep 01
[System.Windows.Forms.SendKeys]::SendWait("^a")
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")
Get-Clipboard | Out-FIle C:\TEMP\AppExe-Output.txt

might work but is not as powershell...esk

Does this not work?

App.exe | Out-File C:\TEMP\App-OutFile.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Vern_Anderson