jx2389 发表于 2025-1-4 18:06

收藏备用,谢谢分享。

jaychao 发表于 2025-1-4 18:54

谢谢 认真学习了~!!!

maskabc 发表于 2025-1-4 20:06

WIN 10 / 11自动登录

Windows Registry Editor Version 5.00


"AutoAdminLogon"="1"
"DefaultDoma?inName"="计算机名称"
"DefaultUserName"="微软账户名称"
"DefaultPassword"="登录密码"

juechen88 发表于 2025-1-4 20:12

@echo off
title
echo Win11部分优化设置
echo.
echo.
echo 禁止显示“快捷方式”字样
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "link" /t REG_BINARY /d "00000000" /f
echo 为右键菜单中加上记事本打开项
Reg add "HKCR\*\shell\Notepad" /ve /t REG_SZ /d "用记事本打开该文件" /f
Reg add "HKCR\*\shell\Notepad\Command" /ve /t REG_SZ /d "notepad %%1" /f
echo 记事本自动换行
Reg add "HKCU\Software\Microsoft\NotePad" /v "fwrap" /t REG_DWORD /d "1" /f
echo 开启远程控制
Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t REG_DWORD /d "0" /f
echo 任务栏时间显示格式
Reg add "HKCU\Control Panel\International" /v "sShortDate" /t REG_SZ /d "yyyy'年'M'月'd'日' ddd" /f
echo 在桌面上显示"此电脑 网络 回收站"图标
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{645FF040-5081-101B-9F08-00AA002F954E}" /t REG_DWORD /d "0" /f
echo 打开资源管理器时是“此电脑”而不是“主文件夹”
Reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "LaunchTo" /t REG_DWORD /d "1" /f
echo 取消两个U盘显示
Reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}" /f
Reg delete "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}" /f
echo 添加win7图片查看方式
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
Reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f
echo 关闭在"主文件夹"中显示最近使用的文件,要恢复在注册表中删除下列值
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShowFrequent" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShowRecent" /t REG_DWORD /d "0" /f
echo 关闭自动播放通知
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.AutoPlay" /v "Enabled" /t REG_DWORD /d "0" /f
echo 删除桌面"了解有关此图片的信息"
Reg add "HKCU\Control Panel\Desktop" /v "WallPaper" /t REG_SZ /d "c:\windows\web\wallpaper\windows\img0.jpg" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VirtualDesktops\Desktops\{36151B07-756D-41CE-8AD7-D983FA2136F9}" /v "Wallpaper" /t REG_SZ /d "c:\windows\web\wallpaper\windows\img0.jpg" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\DesktopSpotlight\Settings" /v "EnabledState" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers" /v "BackgroundType" /t REG_DWORD /d "0" /f
echo 关闭"维护和提高一段时间内的系统性能"的功能以减少内存和硬盘的占用减少电脑卡顿
Reg add "HKLM\System\ControlSet001\Services\SysMain" /v "DisplayName" /t REG_SZ /d "SysMain" /f
Reg add "HKLM\System\ControlSet001\Services\SysMain" /v "Start" /t REG_DWORD /d "4" /f
echo 关闭"允许应用使用我的广告ID向我展示个性化广告"
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\AdvertisingInfo" /v "Value" /t REG_DWORD /d "0" /f
Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Id" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /f
echo 关闭"允许网站通过访问我的语言列表来显示本地相关内容"
Reg add "HKCU\Control Panel\International\User Profile" /v "HttpAcceptLanguageOptOut" /t REG_DWORD /d "1" /f
Reg delete "HKCU\Software\Microsoft\Internet Explorer\International" /v "AcceptLanguage" /f
Reg add "HKCU\Software\Microsoft\Internet Explorer\International" /f
echo 关闭"允许Windows跟踪应用启动,以改进"开始"和搜索结果"
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackProgs" /t REG_DWORD /d "0" /f
echo 从不按windows要求反馈
Reg add "HKCU\Software\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d "0" /f
echo 关闭"启用快速启动"
Reg add "HKLM\System\ControlSet001\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f
echo 关闭"显示最近添加的应用"
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Start" /v "ShowRecentList" /t REG_DWORD /d "0" /f
echo 关闭"在开始菜单中显示推荐的文件等以及跳转列表中的项"
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackDocs" /t REG_DWORD /d "0" /f
echo 关闭"显示有关提示、快捷方式、新应用等建议"
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_IrisRecommendations" /t REG_DWORD /d "0" /f
echo 更改开始菜单的布局为更多固定项
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_Layout" /t REG_DWORD /d "1" /f
echo 禁用bitlocker自动设备加密
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\BitLocker" /v "PreventDeviceEncryption" /t REG_DWORD /d "1" /f
echo 系统失败时不将事件写入系统日记、禁用自动重新启动、不写入调试信息
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /v "LogEvent" /t REG_DWORD /d "0" /f
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /v "AutoReboot" /t REG_DWORD /d "0" /f
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /v "Overwrite" /t REG_DWORD /d "0" /f
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /v "CrashDumpEnabled" /t REG_DWORD /d "0" /f
echo 禁止在所有媒体和设备上使用自动播放
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers" /v "DisableAutoplay" /t REG_DWORD /d "1" /f
echo 关闭自定义墨迹书写和键入词典
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\CPSS\Store\InkingAndTypingPersonalization" /v "Value" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Personalization\Settings" /v "AcceptedPrivacyPolicy" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\InputPersonalization\TrainedDataStore" /v "HarvestContacts" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\InputPersonalization" /v "RestrictImplicitTextCollection" /t REG_DWORD /d "1" /f
Reg add "HKCU\Software\Microsoft\InputPersonalization" /v "RestrictImplicitInkCollection" /t REG_DWORD /d "1" /f
echo 关闭自定义墨迹书写和键入词典
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d "3" /f
echo 关闭管理提示时声音及通知横幅
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" /v "Enabled" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.AutoPlay" /v "Enabled" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance" /v "Enabled" /t REG_DWORD /d "0" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.StartupApp" /v "Enabled" /t REG_DWORD /d "0" /f
echo 降低Cortana性能,减少cpu占用
Reg add "HKLM\SYSTEM\CurrentControlSet\Services\TimeBroker" /v "Start" /t REG_DWORD /d "4" /f
echo 任务栏「结束任务」功能
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDeveloperSettings" /v "TaskbarEndTask" /t REG_DWORD /d "1" /f
echo 解除Win11宽带限速
Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psshared" /v "GpMaxBandwidthPercent" /t REG_DWORD /d "0" /f
echo 关闭系统还原
Reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "RPSessionInterval" /t REG_DWORD /d "0" /f
Reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SPP\Clients" /f
echo 设置默认保留带宽为0
Reg add "HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters" /v "Tcp1323Opts" /t REG_DWORD /d "0" /f
Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "NonBestEffortLimit" /t REG_DWORD /d "0" /f
echo 不显示Windows Media Player首次使用对话框
Reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer" /v "GroupPrivacyAcceptance" /t REG_DWORD /d "1" /f
echo 更新时不更新驱动
Reg add "HKCU\Software\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d "1" /f
echo 当资源管理器崩溃时则自动重启资源管理器
Reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoRestartShell" /t REG_DWORD /d "1" /f
echo 文件没有关联的打开程序时,禁止从网络上去搜索打开类型
Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoInternetOpenWith" /t REG_DWORD /d "1" /f
echo.
echo.
Reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowecureGuestAuth" /t REG_DWORD /d "1" /f
echo.
echo.
echo 关闭用户账户控制(UAC)
Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "ConsentPromptBehaviorAdmin" /d 0 /t REG_DWORD /f
echo 禁止运行计算机自动维护计划
Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\ScheduledDiagnostics" /v "EnabledExecution" /d 0 /t REG_DWORD /f
echo 关闭客户体验改善计划
Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\Windows" /v "CEIPEnable" /d 0 /t REG_DWORD /f
echo 关机时强制杀后台不等待
Reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" /v "WaitToKillServiceTimeout" /d 0 /t REG_SZ /f
echo 关闭传递优化
Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "0" /f
echo.
echo.
echo 删除保留的储存文件关闭休眠文件
DISM.exe /Online /Set-ReservedStorageState /State:Disabled
powercfg -h off
echo.
echo.
echo 关闭基本虚拟化的安全(VBS)
bcdedit /set hypervisorlaunchtype off
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d "0" /f
echo.
echo.
echo 设置关闭显示器时间
powercfg -change -monitor-timeout-dc 10
powercfg -change -monitor-timeout-ac 10
echo.
echo.
echo 禁用休眠和睡眠
powercfg -h off
powercfg -change -standby-timeout-dc 0
powercfg -change -standby-timeout-ac 0
echo.
echo.
echo 防止自动关闭硬盘
powercfg -change -disk-timeout-dc 0
powercfg -change -disk-timeout-ac 0
echo.
echo.
echo 防止自动关闭网络
powercfg -change -standby-timeout-dc 0
powercfg -change -standby-timeout-ac 0
powercfg -change -hibernate-timeout-dc 0
powercfg -change -hibernate-timeout-ac 0
echo.
echo.
echo 启用所有网络的网络发现与文件和打印机共享
netsh advfirewall firewall set rule group="网络发现" new enable=Yes
netsh advfirewall firewall set rule group="文件和打印机共享" new enable=Yes
echo.
echo.
echo 关闭磁盘碎片整理计划
SCHTASKS /Change /DISABLE /TN "\Microsoft\Windows\Defrag\ScheduledDefrag"
echo.
echo.
echo 去掉Win10图标小盾牌及删除快捷方式小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
echo.
echo.
echo. & pause

maskabc 发表于 2025-1-4 20:14

zqcfish 发表于 2025-1-3 15:03
Windows 11 企业版 LTSC 64位(Version 24H2 )如何不安装第三方软件实现任务栏缩小?默认的任务栏太宽 ...

不单是企业版,其他版本也一样。不安装第三方应用就无法缩小任务栏的高度。期望微软或大侠能有一个解决的方法。

dearjunr 发表于 2025-1-4 20:35

嘿嘿 不错 不错好不错

shuiping5566 发表于 2025-1-4 22:19

好贴,收藏下备用

liukof 发表于 2025-1-4 23:28

挺好的,就是有些可以直接菜单操作的,当然注册表也挺好

zhonghzhao 发表于 2025-1-5 08:12

膜拜中,大佬厉害

jaychao 发表于 2025-1-5 09:44

认真学习了~!!!谢谢

zenws 发表于 2025-1-5 10:33

技术帖,好好学习

guoyanzhe 发表于 2025-1-5 11:13

qqsxbg 发表于 2024-12-30 09:34
先来一个 我的EDGE设置

这个不错。标记一下。

jefftong 发表于 2025-1-5 11:47

多谢分享!

lizhuojie 发表于 2025-1-5 11:55

不错,挺用心,挺详细的

qqsxbg 发表于 2025-1-5 12:51

visionn 发表于 2025-1-4 18:00
测试无效






正常。 24H223H2, 你右键有没有切换成WIN10样式? 如果 没有先试下切换WIN10样式

mode con cols=80 lines=40&color2f&Title Win11 Optimize copyright by Aphey Oct.12.2021
@echo off
echo 按 "1"--开启Windows10经典右键菜单
echo.
echo 按 "2"--恢复Windows 11 操蛋菜单
echo.
echo 按 "3"--移除快捷方式箭头
echo.
echo 按回车键退出脚本
echo.
set ip=
set /p ip=请选择:
if "%ip%" == "" goto end
if /I "ip%" == "1" goto cmd1
if /I "%ip%" == "2" goto cmd2
if /I "%ip%" == "3" goto cmd3
:cmd1
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
@taskkill /f /IM explorer.exe
start explorer
exit
:cmd2
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
@taskkill /f /IM explorer.exe
start explorer
exit
:cmd3
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
exit
:end
exit

小银狐 发表于 2025-1-5 13:18

Recall开启和关闭,只需在CMD终端下,以管理员身份运行以下命令:
--------------------------------------------
检测是否开启:
Dism /Online /Get-Featureinfo /Featurename:Recall

关闭 Recall功能:
Dism /Online /Disable-Feature /Featurename:Recall

开启Recall功能:
Dism /Online /Enable-Feature /Featurename:Recall

奔奔解说 发表于 2025-1-5 16:14

24H2 隐藏推荐的项目 改名为 AppxManifest.xml 并复制以下文件到
%systemroot%\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy 重启生效

falcoon 发表于 2025-1-5 16:47

这个贴开的好,长知识

jonygg 发表于 2025-1-5 20:32

翻了半天这个帖子,可算找到了。。

粽子 发表于 2025-1-5 21:48

qqsxbg 发表于 2024-12-30 09:35
右键添加常用设置

哈哈好东西,没忍住WIN10试了下 乱码了 明天11试试
页: 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38
查看完整版本: Windows 11 24H2 技巧征集帖子