怎么关闭Win10专业版22h2右下角烦人的通知
目前使用这个注册表,重启一次可以关闭,再次重启通知又自动打开了,请大侠帮忙看看有什么办法不让通知提示有弹窗,;在「开始」菜单上禁用推荐的应用程序
"Start_IrisRecommendations"=dword:00000000
;在「开始」菜单上禁用与 Microsoft 帐户相关的通知
"Start_AccountNotifications"=dword:00000000
;在文件资源管理器中禁用广告
"ShowSyncProviderNotifications"=dword:00000000
;禁用锁定屏幕上的广告
"RotatingLockScreenOverlayEnabled"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000
;禁用提示和建议通知
"SubscribedContent-338389Enabled"=dword:00000000
;在设置中禁用推荐内容
"SubscribedContent-338393Enabled"=dword:00000000
"SubscribedContent-353694Enabled"=dword:00000000
"SubscribedContent-353696Enabled"=dword:00000000
;禁用 Windows 欢迎体验
"SubscribedContent-310093Enabled"=dword:00000000
;禁用建议以充分利用 Windows 并完成此设备的设置
"ScoobeSystemSettingEnabled"=dword:00000000
;禁用 Windows 11 应用中的个性化广告
"Enabled"=dword:00000000
;禁用定制体验
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000
"SubscribedContent-314563Enabled"=dword:00000000
"SubscribedContent-310093Enabled"=dword:00000000
"RotatingLockScreenOverlayEnabled"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000
"SubscribedContent-338389Enabled"=dword:00000000
"SubscribedContent-88000326Enabled"=dword:00000000
"SubscribedContent-310093Enabled"=dword:00000000
;禁用第三方建议
"DisableThirdPartySuggestions"=dword:00000001
;;推送通知
"ToastEnabled"=dword:00000000
"LockScreenToastEnabled"=dword:00000000
;;Intent
"Intent"=dword:00000000
"Intent"=dword:00000000
"Intent"=dword:00000000
"Intent"=dword:00000000
"Intent"=dword:00000000
"Intent"=dword:00000000
;;关闭实验
"AllowExperimentation"=dword:00000000
;;关闭--详细信息反馈
"DetailedFeedback"=dword:00000000
"NOC_GLOBAL_SETTING_ALLOW_CRITICAL_TOASTS_ABOVE_LOCK"=dword:00000000
;;订阅内容-关闭
"SubscribedContent-338389Enabled"=dword:00000000
"DisableSystemBucket"=dword:00000001
;;账户通知--关闭
"Start_AccountNotifications"=dword:00000000
;;显示最近列表--关闭
"ShowRecentList"=dword:00000000
系统→通知(获取来自应用和其他发送者的通知)
这项关闭了吗?
本帖最后由 zhuxinyu8888 于 2025-3-30 18:20 编辑
问题是重启电脑后箭头这个又自动打开了,注册表加批处理都是重新自动打开
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSyncProviderNotifications" /t REG_DWORD /d 0 /f
::Disable Lock Screen Tips and Ads 关闭锁屏广告
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenOverlayEnabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f
::Disable Settings Ads 关闭设置广告
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353694Enabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353696Enabled" /t REG_DWORD /d 0 /f
::Disable General Tips and Ads 关闭获取使用 Windows 时的提示和建议
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
::Disable "Finish Setup" Ads 关闭建议如何充分利用 Windows 并完成此设备的设置
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" /v "ScoobeSystemSettingEnabled" /t REG_DWORD /d 0 /f
::Disable "Welcome Experience" Ads 关闭欢迎体验
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
::Disable Personalized Ads 关闭个性化广告
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v "ToastEnabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Control Panel\Accessibility" /v "MessageDuration" /t REG_DWORD /d 0 /f
::Disable "Tailored Experiences" 关闭定制体验
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Privacy" /v "TailoredExperiencesWithDiagnosticDataEnabled" /t REG_DWORD /d 0 /f
::Disable Start Menu Ads 关闭开始菜单广告
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_IrisRecommendations" /t REG_DWORD /d 0 /f
::Disable "Notifications Suggestions"
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.ActionCenter.SmartOptOut" /v "Enabled" /t REG_DWORD /d 0 /f
::Disable Bing Results In Search 禁止搜索框显示热门搜索
reg add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d 0 /f
::Disable Edge Search Bar Widget
reg add "HKCU\Software\Policies\Microsoft\Edge" /v "WebWidgetAllowed" /t REG_DWORD /d 0 /f
:: 关闭通知中心
reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d 1 /f
:: 关闭应用通知
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v "ToastEnabled" /t REG_DWORD /d 0 /f
:: 关闭操作中心
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseActionCenterExperience" /t REG_DWORD /d 0 /f
:: 关闭轻量级通知
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher" /v "DisableLightDismiss" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseActionCenterExperience" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher" /v "DisableLightDismiss "/t REG_DWORD /d 1 /f
看一下这个里面的方法行不行。
https://iknow.lenovo.com.cn/detail/154107?type=undefined&keyword=%E5%85%B3%E9%97%AD%E9%80%9A%E7%9F%A5&keyWordId= 学习试一下,谢谢分享! 谢谢分享,楼主你辛苦了
页:
[1]