windows11 win11 个人偏好设置调整

一些成品的设置工具

Windows11轻松设置
https://www.bilibili.com/opus/904672369138729017

关闭顶部和窗口最大化按钮悬停功能

技术名词是Snap Layouts,设置在,系统,多任务处理,贴窗停靠

左下角,天气广告

win+i,个性化,小组件
对于25h2:win+i,个性化,任务栏,小组件

了解此图片

win+i,个性化,背景,个性化设置背景,修改为图片

25H2 开机广告

个性化,锁屏界面,关闭一堆选项
image

开始菜单广告

个性化,开始,关闭一堆选项
image

快速访问

image

文件配置在这里,如果你关闭快速访问依然显示一大堆,全部删掉
%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\

win11 ltsc 安装winget 商店

安装 WindowsAppRuntimeInstall-x64
https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads

安装winget
https://learn.microsoft.com/zh-cn/windows/package-manager/winget/?spm=a2c6h.13046898.publish-article.10.72ea6ffaQSgYhc

安装应用商店
https://github.com/IceLoveYer/LTSC-Add-MicrosoftStore

安装Windows Terminal
https://apps.microsoft.com/detail/9n0dx20hk701?hl=zh-CN&gl=MU

固定到开始 BUG

貌似有些版本固定到开始不会生效
文件夹:需要重启explorer.exe后才行
软件:需要对快捷方式右键固定才行
新建用户,能顺利用一会,重启后貌似又不灵了
救不活了,见下面升级到25H2的方案

win11 ltsc 24H2 升级到 25H2

参考 https://www.reddit.com/r/WindowsLTSC/comments/1nbns6z/windows_11_iot_enterprise_ltsc_25h2/
下载升级补丁 https://catalog.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/67731ce0-1988-426a-afa3-044a032eb6c6/public/windows11.0-kb5054156-x64_9fd13360d2c5af23ec4f591b86f1c1db37aada37.msu

下载 vivetool https://github.com/thebookisclosed/ViVe/releases
使用 vivetool 开启“隐藏”功能

新功能的启用:
新的开始菜单:

.\vivetool /enable /id:49402389,49221331,47205210,48433719,55495322,49453572

任务栏过渡动画:

.\ViveTool /Enable /Id:56848060

深色模式(文件对话框)

.\ViveTool /Enable /id:57857165,57994323

任务栏上的表情图标:

.\ViveTool /Enable /id:48504539

安全中心的管理员保护:

.\ViveTool /Enable /id:51406324

任务管理器的“以管理员身份运行”

.\Vivetool /enable /id:45172197,87654321

手机连接侧边栏

.\ViveTool /enable /id:48697323,48433719

清理更新面板失败的历史记录

cmd执行

powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop usosvc & net stop wuauserv & del %systemroot%\SoftwareDistribution\DataStore\Logs\edb.log & del /f /q C:\ProgramData\USOPrivate\UpdateStore\* & net start usosvc & net start wuauserv & UsoClient.exe RefreshSettings' -Verb runAs"
posted @ 2024-12-02 22:30  trykle  阅读(18)  评论(0)    收藏  举报