找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 1862|回复: 27

[求助] 去掉开机提示音有什么注册表吗、

[复制链接]
发表于 2025-12-20 07:58:05 | 显示全部楼层 |阅读模式
如题,有的话分享一下谢谢
发表于 2025-12-20 08:07:16 | 显示全部楼层
回复

使用道具 举报

发表于 2025-12-20 08:44:04 | 显示全部楼层
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemQuestion]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsShutdown]
".Current"=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsStartup]
".Current"=""

通过修改注册表禁用Windows 10开机提示音
清空各系统事件关联的音频文件路径
包含启动、关机、登录等关键系统提示音
双击运行后立即生效无需重启
适用于Windows 10所有版本和系统配置
ai回答的

点评

感谢分享!  详情 回复 发表于 2025-12-20 15:36
学到了! 注册表查了一下! 管用  详情 回复 发表于 2025-12-20 09:04

评分

参与人数 1无忧币 +5 收起 理由
yyz2191958 + 5

查看全部评分

回复

使用道具 举报

发表于 2025-12-20 08:54:21 | 显示全部楼层
518hl 发表于 2025-12-20 08:44
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAst ...

感谢分享
回复

使用道具 举报

发表于 2025-12-20 09:04:02 | 显示全部楼层
518hl 发表于 2025-12-20 08:44
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAst ...

学到了!
注册表查了一下!
管用
回复

使用道具 举报

发表于 2025-12-20 09:20:37 | 显示全部楼层
过来学习一下  谢了
回复

使用道具 举报

发表于 2025-12-20 09:34:42 | 显示全部楼层
我的win10从来没有开机声音。
回复

使用道具 举报

发表于 2025-12-20 09:36:56 | 显示全部楼层
回复

使用道具 举报

发表于 2025-12-20 10:18:44 | 显示全部楼层
开机声不就那么一声嘛
回复

使用道具 举报

发表于 2025-12-20 11:03:24 | 显示全部楼层
长知识了!
回复

使用道具 举报

发表于 2025-12-20 11:05:22 | 显示全部楼层
学一下!
回复

使用道具 举报

发表于 2025-12-20 11:32:51 | 显示全部楼层
纯支持~帮顶
回复

使用道具 举报

发表于 2025-12-20 12:24:41 | 显示全部楼层
本帖最后由 jinkun23 于 2025-12-20 12:26 编辑

::win7适用,复制下面文字另存为.cmd文件双击即可。

:: 声音方案改为无声
reg add "HKCU\AppEvents\Schemes" /f /ve /t REG_SZ /d ".None" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\.Default\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\ChangeTheme\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\MailBeep\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExit\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemHand\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.Current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.current" /f /ve /t REG_SZ /d "" >nul
reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\PanelSound\.current" /f /ve /t REG_SZ /d "" >nul
:: 禁止播放Windows启动声音
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation" /f /v "DisableStartupSound" /t REG_DWORD /d 1 >nul


回复

使用道具 举报

发表于 2025-12-20 12:30:49 | 显示全部楼层
你这是想装完系统第一次到桌面都不想听吗?

点评

听了一次还有无数次啊  详情 回复 发表于 2025-12-20 13:52
回复

使用道具 举报

发表于 2025-12-20 12:47:26 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 2025-12-20 13:17:42 | 显示全部楼层
来学习的
回复

使用道具 举报

 楼主| 发表于 2025-12-20 13:52:39 | 显示全部楼层
lichen316 发表于 2025-12-20 12:30
你这是想装完系统第一次到桌面都不想听吗?

听了一次还有无数次啊
回复

使用道具 举报

发表于 2025-12-20 15:36:47 | 显示全部楼层
518hl 发表于 2025-12-20 08:44
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAst ...

感谢分享!
回复

使用道具 举报

发表于 2025-12-20 19:24:11 | 显示全部楼层
回复

使用道具 举报

发表于 2025-12-20 20:45:05 | 显示全部楼层
j2rong 发表于 2025-12-20 13:52
听了一次还有无数次啊

控制面板 -->声音 -->第三个选项卡里不是有个播放windows启动声音吗,取消勾选就行了。我还以为你要封装系统呢
回复

使用道具 举报

发表于 2025-12-20 20:48:03 | 显示全部楼层
去掉开机提示音有什么注册表吗、感谢分享!俺是来学习的。
回复

使用道具 举报

发表于 2025-12-21 00:00:09 | 显示全部楼层
jinkun23 发表于 2025-12-20 12:24
::win7适用,复制下面文字另存为.cmd文件双击即可。

:: 声音方案改为无声

这是真的大佬,感谢分享
回复

使用道具 举报

发表于 2025-12-22 16:19:49 | 显示全部楼层
学到了!
回复

使用道具 举报

发表于 2025-12-25 22:12:44 | 显示全部楼层
518hl 发表于 2025-12-20 08:44
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAst ...

感谢分享
回复

使用道具 举报

发表于 2025-12-26 13:44:24 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 2025-12-26 15:19:27 | 显示全部楼层
学习一下
回复

使用道具 举报

发表于 2025-12-26 15:41:53 | 显示全部楼层
我的也没有开机声音
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-5-28 23:07

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表