> For the complete documentation index, see [llms.txt](https://didiboy0702.gitbook.io/wukongdaily/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://didiboy0702.gitbook.io/wukongdaily/new-shou-ye/kill-launcher-xia-zai-yong-yu-ti-huan-zhuo-mian.md).

# Kill Launcher 下载 用于替换桌面

## 准备工具：

### <mark style="color:red;">首先你要在电视或者盒子上安装好第三方桌面，必须必！</mark>

### <mark style="color:red;">首先你要在电视或者盒子上安装好第三方桌面，必须必！</mark>

### <mark style="color:red;">首先你要在电视或者盒子上安装好第三方桌面，必须必！</mark>

<mark style="color:red;">**必看相关视频**</mark>：<https://youtu.be/S7rhw4KzHm0>

#### <mark style="color:red;">**Kill Launcher V1.3 下载地址:**</mark>  [<mark style="color:red;">**https://wwyc.lanzoum.com/i2DdL0m93fbg**</mark>](https://wwyc.lanzoum.com/i2DdL0m93fbg)

#### ⬆️更新日志：2022.05.23 增加了禁用自定义app的功能,适配sony以前的机型

&#x20;                         **2023.01.31  增加了一键进入盒子系统设置界面的功能，防止意外出现黑屏的状况。**

<div align="center"><figure><img src="/files/3kJNKpm24jcFNZoNBRpM" alt=""><figcaption></figcaption></figure></div>

## &#x20;<mark style="color:red;">第三方桌面举例↓↓↓</mark>

<mark style="color:purple;">**1**</mark><mark style="color:purple;">、</mark><mark style="color:red;">**当贝桌面：**</mark>[<mark style="color:purple;">https://www.dangbei.com/app/tv/2015/0303/1724.html</mark>](https://www.dangbei.com/app/tv/2015/0303/1724.html)

#### <mark style="color:purple;">2、</mark><mark style="color:red;">Emotn UI</mark><mark style="color:purple;">下载地址</mark>：<https://wws.lanzouf.com/iUezY059xiof>

## <mark style="color:red;">ADB 工具包</mark>：<https://drive.google.com/file/d/171wJdtEgV0zJ_TPyxgY0ZTPA32sJkGiV/view?usp=sharing>

## 核心代码：

**1、禁用Sony电视系统桌面**

`pm disable-user --user 0 com.dangbei.TVHomeLauncher`

<br>

<br>

**2、禁用Google TV系统桌面**

`pm disable-user --user 0` [`com.google.android.apps.tv`](http://com.google.android.apps.tv)`.launcherx`

`pm disable-user --user 0 com.google.android.tungsten.setupwraith`

<br>

<br>

**3、禁用小米电视棒系统桌面**

`pm disable-user --user 0 com.google.android.tvlauncher`

<br>

**附加# 禁用patchwall**

`pm disable-user --user 0 com.mitv.tvhome.atv`

<br>

**4、禁用Tivo Stream 4K电视棒**

`pm disable-user --user 0 com.google.android.tvlauncher`

<br>

**附加# 禁用TV Stream App**

`pm disable-user --user 0 com.tivo.atom`

**5、如何进入系统设置界面**

`am start -n com.android.tv.settings/.MainSettings`
