From 2d2fce977545f465e4bc3b61208aba539b3475ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=93=E5=96=B5=E9=85=B1?= Date: Tue, 7 Jun 2022 17:28:37 +0800 Subject: [PATCH] Create uninstall.cmd --- uninstall.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 uninstall.cmd diff --git a/uninstall.cmd b/uninstall.cmd new file mode 100644 index 0000000..e9d6995 --- /dev/null +++ b/uninstall.cmd @@ -0,0 +1,2 @@ +reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\run" /v main.ahk /f +pause