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"
相关推荐
兴趣使然黄小黄5 小时前
【AI-agent】LangChain开发智能体工具流程
人工智能·microsoft·langchain
扶尔魔ocy10 小时前
【QT自定义2D控件】QGraphics绘制仪表盘
数据库·qt·microsoft
YJlio12 小时前
自动化实践(7.25):把 PsTools 接入 PowerShell / 批处理 / Ansible
microsoft·自动化·ansible
开开心心就好14 小时前
微软官方出品:免费数据恢复工具推荐
网络·笔记·microsoft·pdf·word·音视频·symfony
Leinwin2 天前
微软加速在亚洲扩展云基础设施,推动区域数字化跨越式发展
microsoft
天地之于壹炁兮2 天前
编程I/O入门指南:核心操作全解析
数据库·windows·microsoft
Tiandaren2 天前
大模型应用03 || 函数调用 Function Calling || 概念、思想、流程
人工智能·算法·microsoft·数据分析
HelloRevit3 天前
快速入门 - 开始使用 Azure Digital Twins Explorer 中的示例场景
microsoft·flask·azure
【D'accumulation】3 天前
.NET Framework 4.8 + Microsoft.Data.Sqlite 报 Library e_sqlite3 not found
microsoft·sqlite·.net
喜欢吃豆3 天前
OpenAI Agent 工具全面开发者指南——从 RAG 到 Computer Use —— 深入解析全新 Responses API
人工智能·microsoft·自然语言处理·大模型