Windows10-ltsc-2019 使用 PowerShell 安装安装TranslucentTB教程(不通过微软商店安装)

Windows10-ltsc-2019 使用 PowerShell 安装安装TranslucentTB教程(不通过微软商店安装)

  1. 下载 v2020.4(最后一个兼容 1809 的版本):
    TranslucentTB安装包(下载不了上面有安装包)
  2. 安装依赖项(如未安装):
  • Microsoft.UI.Xaml.2.3(适用于 1809):
powershell 复制代码
Add-AppxPackage "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/2.3.200213002"
  1. win+x 运行powershell管理员,安装 TranslucentTB
bash 复制代码
Add-AppxPackage -Path "D:\下载路径\TranslucentTB.msix"
相关推荐
silent_missile7 小时前
用C#做CATIA二次开发(1)
microsoft
Leinwin18 小时前
Bulutistan:融合本地与云端,借 Azure Arc 开启创新之旅
microsoft·azure
xiaopengbc1 天前
如果使用微软 Azure 托管的 OpenAI 服务
microsoft·flask·azure
程序员大辉1 天前
微软常用运行库
microsoft
正义的大古1 天前
OpenLayers地图交互 -- 章节十一:拖拽文件交互详解
javascript·vue.js·microsoft·openlayers
产业家1 天前
AI重塑流量背后,微软广告打造下一代广告生态
人工智能·microsoft
CodeCraft Studio2 天前
Visual Studio 2026 Insiders 重磅发布:AI 深度集成、性能飞跃、全新设计
ide·人工智能·microsoft·visual studio
小年糕是糕手2 天前
【C语言】C语言预处理详解,从基础到进阶的全面讲解
linux·c语言·开发语言·数据结构·c++·windows·microsoft
FreeBuf_2 天前
微软修复CVSS 10.0分高危Entra ID漏洞CVE-2025-55241
python·microsoft·flask
OK_boom2 天前
C#异步协同常用例子
windows·microsoft·c#