79186553

Date: 2024-11-13 20:33:51
Score: 3
Natty:
Report link

function Get-DesktopApps { Get-Process | Where-Object { $_.MainWindowTitle } | Format-Table ID,Name,Mainwindowtitle –AutoSize }

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jason Jasper