Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
kill grasscutter installer if opened in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed May 6, 2022
1 parent dc7c766 commit 06fd68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ echo Done! You can now open GrassClipper.exe!

pause

taskkill /f /fi "WINDOWTITLE eq Grassclipper Installer"
taskkill /f /fi "WINDOWTITLE eq Grassclipper Installer"
taskkill /f /fi "WINDOWTITLE eq Administrator: Grassclipper Installer"

0 comments on commit 06fd68e

Please sign in to comment.