From ea8304078b77e943281977d7faa0c49114cba2aa Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Sun, 7 Sep 2025 00:00:33 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=BD=93=E8=B4=9D=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=AE=89=E8=A3=85=E8=BD=AF=E4=BB=B6.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 当贝桌面禁止安装软件.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/当贝桌面禁止安装软件.md b/当贝桌面禁止安装软件.md index 59aeefc..bc93a46 100644 --- a/当贝桌面禁止安装软件.md +++ b/当贝桌面禁止安装软件.md @@ -15,14 +15,23 @@ > 一键脚本(电脑端执行) @echo off + set ip=192.168.1.100 + adb connect %ip% + adb root + adb remount + adb shell "setprop config.Android.AppInstallCtrl 3" + adb shell "pm enable com.android.packageinstaller" + adb shell "settings put global captive_portal_detection_enabled 0" + echo 完成!重启盒子生效。 + pause ## 2️⃣ Root 方案(10% 顽固盒子)