Skip to content

Commit acd1b8b

Browse files
committed
Add uninstaller shortcuts
1 parent 45e2d9c commit acd1b8b

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

tools/openx-uninstaller

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f56db93a92148b568a2b4ca646514b4bea562453

uninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -RunAsAdministrator
1+
#Requires -RunAsAdministrator
22
# OpenX 系列产品一键卸载工具
33
# 支持 OpenX、OpenClaw、QClaw、360Claw 等所有换皮产品
44

uninstaller.bat

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@echo off
2+
title OpenX Uninstaller
3+
4+
echo.
5+
echo ========================================
6+
echo OpenX Uninstaller
7+
echo ========================================
8+
echo.
9+
echo Starting uninstaller...
10+
echo.
11+
12+
powershell -ExecutionPolicy Bypass -File "%~dp0tools\openx-uninstaller\uninstall.ps1"
13+
14+
pause

0 commit comments

Comments
 (0)