Skip to content

Instantly share code, notes, and snippets.

@fa0311
Last active April 30, 2024 09:57
Show Gist options
  • Save fa0311/86612ca30e0048a8cfc8c3e161f79b1a to your computer and use it in GitHub Desktop.
Save fa0311/86612ca30e0048a8cfc8c3e161f79b1a to your computer and use it in GitHub Desktop.
Steam を Kill するスクリプト
Stop-process -name steam
Stop-process -name steamwebhelper
Stop-process -name steamerrorreporter64
Stop-process -name vrcompositor
Stop-process -name vrdashboard
Stop-process -name vrmonitor
Stop-process -name vrwebhelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment