Windows

启动盘:https://github.com/ventoy/Ventoy & https://uqiba.com & http://jinhu.me & https://github.com/pbatard/rufus

不借助启动盘安装:https://bbs.pcbeta.com/viewthread-1895684-1-1.html

发布情况:https://docs.microsoft.com/zh-cn/windows/release-health/release-information

 

下载

Windows 11

https://www.microsoft.com/zh-cn/software-download/windows11

跳过验证:skip.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001

[HKEY_LOCAL_MACHINE\system\ControlSet001\Control]
"PortableOperatingSystem"=dword:00000000

;删除 C:\$WINDOWS.~BT\Sources\Panther\Appraiser_Data.ini,并建立同名文件夹
;https://bbs.pcbeta.com/viewthread-1906734-1-1.html
;Appraiser_Data.ini site:pcbeta.com
View Code

跳过系统初始化联网:Shift+F10 打开 cmd 窗口,输入 oobe\bypassnro,重启之后在联网步骤会出现跳过选项。或者按 Ctrl+Shift+F3 进入系统(sysprep)

使用自带记事本(ANSC 或 UTF-16 LE):notepad.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
"Content Type"="text/plain"

[HKEY_CLASSES_ROOT\.txt\ShellNew]
"NullFile"="" 

[HKEY_CLASSES_ROOT\txtfile]
@="文本文档"

[HKEY_CLASSES_ROOT\txtfile\shell]
[HKEY_CLASSES_ROOT\txtfile\shell\open]
[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
@="notepad.exe %1"

[HKEY_CLASSES_ROOT\Applications\notepad.exe]
"NoOpenWith"=-
View Code

Win10(以移动设备模式访问):https://www.microsoft.com/zh-cn/software-download/windows10

其它版本:https://massgrave.dev/genuine-installation-media & https://msdn.itellyou.cn

 

KMS

KMS 激活的前提是系统为批量授权版本,即 VL 版,一般企业版都是 VL 版,专业版有零售和 VL 版,家庭版旗舰版和 OEM 版等没有

VL 版本的镜像一般内置 GVLK key,用于 KMS 激活。如果手动输过其它 key,这个内置的 key 就会被替换掉,这个时候想用 KMS,那么就需要把 GVLK key 还原

各版本 key 查看:Server/Windows https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys

按 Win + X,然后按 A,打开 PwoerShell 命令提示符(管理员)

# 把 kms 服务器地址设置(set kms)为 kms.03k.org
slmgr /skms kms.03k.org
slmgr /skms kms.moeclub.org
# 手动激活 slmgr /ato
# 查看系统版本 wmic os get caption
# 安装key slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx
# 查看信息 slmgr /dlv slmgr.vbs -dli
# 查看到期日期 slmgr.vbs -xpr slmgr /xpr
# 卸载密匙,清除 KMS 服务器名和端口号并设为初始状态,重启 slmgr.vbs /upk
slmgr.vbs /ckms
slmgr.vbs /rearm

若验证密钥过程中出现问题,可尝试 services.msc,启动 Software Protection、Windows Defender 和 Windows Update 服务

Slmgr.vbs 命令介绍 https://technet.microsoft.com/zh-cn/library/ff793433.aspx

Volume Activation Management Tool(key 剩余激活次数查询工具):https://www.microsoft.com/zh-cn/download/details.aspx?id=11936

查看本机密钥(regedit,BackupProductKeyDefault):HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform

KMS:https://github.com/abbodi1406/KMS_VL_ALL_AIO & https://github.com/massgravel/Microsoft-Activation-Scripts

 

运行库

Microsoft Visual C++ Redistributable

https://learn.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist

https://dotnet.microsoft.com/download/visual-studio-sdks

https://www.423down.com/system.htmlhttps://www.423down.com/9655.html

DirectX Repair

https://blog.csdn.net/vbcom/article/details/6962388

Microsoft Edge WebView Runtime

https://developer.microsoft.com/zh-cn/microsoft-edge/webview2

 

设置

关闭动画

设置 -> 辅助功能 -> 视觉效果 -> 透明效果和动画效果

关闭服务

:: Connected User Experiences and Telemetry
sc config DiagTrack start= disabled
net stop DiagTrack

:: Microsoft Edge Elevation Service (MicrosoftEdgeElevationService)
sc config MicrosoftEdgeElevationService start= demand
net stop MicrosoftEdgeElevationService

:: Microsoft Edge Update Service (edgeupdate)
sc config edgeupdate start= demand
net stop edgeupdate

:: Microsoft Edge Update Service (edgeupdatem)
sc config edgeupdatem start= demand
net stop edgeupdatem

外观和性能

图形设置

保留的存储

dism /Online /Get-ReservedStorageState
dism /Online /Set-ReservedStorageState /State:Enabled
dism /Online /Set-ReservedStorageState /State:Disabled

修改用户信息:userinfo.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOwner"="my"
"RegisteredOrganization"=""
View Code

其他设置

关闭 Copilot:打开 gpedit.msc,本地组策略 -> 用户配置 -> 管理模板 -> Windows 组件 -> Windows Copilot

关闭小组件:打开 gpedit.msc,本地组策略 -> 计算机配置 -> 管理模板 -> Windows 组件 -> 小组件(widgets)

关闭搜索框:打开 gpedit.msc,本地组策略 -> 计算机配置 -> 管理模板 -> Windows 组件 -> 搜索 -> 完全禁用搜索 UI

关闭推荐的项目:打开 gpedit.msc,本地组策略 -> 计算机配置 -> 管理模板 -> 开始菜单和任务栏 -> 从开始菜单中删除建议的部分,或导入注册表:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer] "HideRecommendedSection"=dword:00000001

关闭反馈:设置 -> 隐私和安全性 -> 诊断和反馈

关闭 VBShttps://www.microsoft.com/en-us/download/details.aspx?id=53337,执行 Set-ExecutionPolicy RemoteSigned 和 .\DG_Readiness_Tool_v3.6.ps1 -Disable -AutoReboot 后重启进入 Credential Guard Opt-out Tool,按 F3 再回车

删除主文件夹和图库

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
"HiddenByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"HiddenByDefault"=dword:00000001
View Code

Edge 占用多个选项卡:系统 -> 多任务处理 -> 对齐或按 Alt+Tab 时显示应用中的标签页,选择不显示选项卡

 

其它

上帝模式(几乎包含 Windows 系统的所有设置),新建文件夹重命名为:GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Windows Sysinternals:https://docs.microsoft.com/zh-cn/sysinternals

PowerToys:https://learn.microsoft.com/zh-cn/windows/powertoys

Mouse Without Borders(一个鼠标操作多台电脑):https://learn.microsoft.com/zh-cn/windows/powertoys/mouse-without-borders

Dism++:https://github.com/Chuyu-Team/Dism-Multi-language/releases

Defender Control:https://www.sordum.org/9480

Windows 11 Classic Context Menu:https://www.sordum.org/14479

DriverStoreExplorer(Rapr):https://github.com/lostindark/DriverStoreExplorer

英特尔驱动程序和支持助理:https://www.intel.cn/content/www/cn/zh/support/intel-driver-support-assistant.html

电池使用情况(确保 Diagnostic Policy Service 服务是运行状态):powercfg /batteryreport /output "C:\battery-report.html"

Win11 打开 IE 浏览器,创建 IE.vbs:CreateObject("InternetExplorer.Application").Visible=true,或快捷方式:"C:\Program Files\Internet Explorer\iexplore.exe" about:blank -Embedding

Dim WriteRegistry
Set WriteRegistry=WScript.CreateObject("WScript.Shell")
WriteRegistry.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Enable Browser Extensions","no"

Set ie=CreateObject("InternetExplorer.Application")
ie.Visible=true
Do While ie.Busy
    WScript.Sleep 100
Loop
ie.Navigate "https://bbs.pcbeta.com/"
View Code

阻止 IE 跳转 Edge:IE 设置 -> Internet 选项 -> 高级 -> 启用第三方浏览器扩展。

删除 pintohome:打开 regedit,删除 HKEY_CLASSES_ROOT\Folder\shell\pintohome

删除 amd 显卡右键菜单:打开 regedit,删除 HKEY_CLASSES_ROOT\PackagedCom\Package\AdvancedMicroDevicesInc-2.AMDRadeonSoftware_10.22.40036.0_x64__0a9344xs7nr4m\Server\0

任务管理器不显示 GPU:lodctr /r

无法使用安装程序在 U 盘安装 Windows:计算机\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PortableOperatingSystem 改为 0

安装远程桌面连接:https://learn.microsoft.com/zh-cn/windows-server/remote/remote-desktop-services/clients/uninstall-remote-desktop-connection

卸载 DevHome:Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage

bitlocker 加解密:禁用某个分区的加密功能:manage-bde -off X: 或 power shell 命令 Disable-BitLocker -MountPoint "X:",X 代表加密分区盘符

禁用 bitlocker 加密服务:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]
"PreventDeviceEncryption"=dword:00000001

删除设置 windows 聚焦壁纸后桌面上的了解此图片图标:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"=dword:00000001

卓越性能电源计划:powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

关闭广告:https://github.com/xM4ddy/OFGB & https://github.com/zetaloop/OFGB & https://bbs.pcbeta.com/viewthread-2018097-1-1.html

壁纸:https://www.microsoft.com/zh-cn/bing/bing-wallpaperhttps://4kwallpapers.com/search/?q=Windows-11

应答文件(无人值守),autounattend.xml 放到 ISO 镜像的根目录下,或 unattend.xml 放到 install.wim 中的 windows\panther 下:https://github.com/cschneegans/unattend-generator & examplehttps://ashe27.github.io/2024/05/25/windows-unattend

关闭安全防护:https://bbs.pcbeta.com/viewthread-1913968-1-1.htmlhttps://bbs.pcbeta.com/viewthread-1950400-1-1.htmlhttps://bbs.pcbeta.com/viewthread-1964123-1-1.html & https://github.com/ionuttbara/windows-defender-remover

任务管理器:32 位:%windir%\SysWOW64\taskmgr.exe,64 位:%windir%\System32\taskmgr.exe。taskmgr.exe -d

文件管理器:control 打开控制面板,再点地址栏左边的向上箭头,可以打开旧版文件管理器

将 Windows 补丁合入 ISO 文件:https://bbs.pcbeta.com/viewthread-1843654-1-1.html

https://www.regfiles.net

 


https://tb.rg-adguard.net & https://files.rg-adguard.net/?lang=zh-cn

https://catalog.update.microsoft.com & https://uupdump.net

posted @ 2019-03-12 23:48  江湖小小白  阅读(2611)  评论(0)    收藏  举报