We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e2d9c commit acd1b8bCopy full SHA for acd1b8b
3 files changed
tools/openx-uninstaller
@@ -0,0 +1 @@
1
+Subproject commit f56db93a92148b568a2b4ca646514b4bea562453
uninstall.ps1
@@ -1,4 +1,4 @@
-#Requires -RunAsAdministrator
+#Requires -RunAsAdministrator
2
# OpenX 系列产品一键卸载工具
3
# 支持 OpenX、OpenClaw、QClaw、360Claw 等所有换皮产品
4
uninstaller.bat
@@ -0,0 +1,14 @@
+@echo off
+title OpenX Uninstaller
+
+echo.
5
+echo ========================================
6
+echo OpenX Uninstaller
7
8
9
+echo Starting uninstaller...
10
11
12
+powershell -ExecutionPolicy Bypass -File "%~dp0tools\openx-uninstaller\uninstall.ps1"
13
14
+pause
0 commit comments