Last active
April 24, 2025 16:39
-
-
Save ediblecode/fb538b8fae30c877f2019e4fba40f062 to your computer and use it in GitHub Desktop.
Kill all instances of KDiff process - run in an elevated cmd prompt
This file contains hidden or 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
| Taskkill /IM kdiff3.exe /F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@johnholland-nice glad to have been of assistance!