Last active
February 11, 2019 12:32
-
-
Save Amoenus/342413de26caaec5bb1e14d3881d3cee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
PowerShell.exe -Command "get-process | where { $_.Name -like '*notepad*' } | foreach { $_.Kill() }" | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment