Skip to content

Instantly share code, notes, and snippets.

@Dobby89
Created May 14, 2019 09:17
Show Gist options
  • Select an option

  • Save Dobby89/f829ce7bcff38bf138e5a100cdfeaecc to your computer and use it in GitHub Desktop.

Select an option

Save Dobby89/f829ce7bcff38bf138e5a100cdfeaecc to your computer and use it in GitHub Desktop.
Get-CimInstance Win32_Process -Filter "Name = 'chrome.exe' AND CommandLine LIKE '%--headless%'" | %{Stop-Process $_.ProcessId}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment