无忧启动论坛

标题: 隐藏windows11右下角指向的通知窗口 [打印本页]

作者: 欧卡洗衣    时间: 2025-4-26 08:04
标题: 隐藏windows11右下角指向的通知窗口


谢谢帮忙提供一下操作:怎么隐藏windows11右下角指向的通知窗口(如下图)




去除这家伙






作者: 小灰兔    时间: 2025-4-26 09:02
用渔具试试
小鱼儿yr系统封装优化设置辅助工具2.11.8【2023.07.05更新】
itsk.com/thread/395949
作者: lizhipei78    时间: 2025-4-26 09:12
去除这个,日期就不能显示了
作者: lizhipei78    时间: 2025-4-26 09:12
日期写通知是捆绑在一起的
作者: jobgan    时间: 2025-4-26 09:21
去除这个
作者: tanglf    时间: 2025-4-26 09:31
是有点烦人
作者: cxydeity    时间: 2025-4-26 09:33
同样需求
作者: ynb168c    时间: 2025-4-26 09:39
同样需求
作者: yigexinshou    时间: 2025-4-26 09:43
小鱼儿的工具可以试试
作者: zhuxinyu8888    时间: 2025-4-26 09:49
@ECHO off

ECHO 关闭Windows Defender 安全中心
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f
echo 完成

ECHO 关闭Windows Defender防火墙
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
sc stop MpsSvc MpsSvc & sc config MpsSvc start=disabled
echo 完成

ECHO 禁止操作中心弹窗及声音提示
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\SoftLanding" /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /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\Notifications\Settings" /v "NOC_GLOBAL_SETTING_ALLOW_CRITICAL_TOASTS_ABOVE_LOCK" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_ALLOW_TOASTS_ABOVE_LOCK" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_SUPRESS_TOASTS_WHILE_DUPLICATING" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v "ToastEnabled" /t REG_DWORD /d 0 /f
echo 完成
作者: wsdyleon    时间: 2025-4-26 10:03
这问题我以前问过,简单说就是没法办。
因为跟那个日历是捆绑在一起的。
当然确实有些版本是分开的,可以去除。但后来的版本就是在一起的。
细心观察你会发现后来的版本支持农历。而早期的不支持。
作者: 423dn    时间: 2025-4-26 10:16
我当初也有强迫症,想去掉这个
作者: 俪尚皇    时间: 2025-4-26 10:31
本帖最后由 俪尚皇 于 2025-4-26 10:37 编辑

隐藏通知中心图标
reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d 1 /f
作者: guong    时间: 2025-4-26 13:03
来了解一下
作者: yc2428    时间: 2025-4-26 13:10
还有音量上面那个窗口也很烦人
作者: handsome_xiang    时间: 2025-4-26 13:14
了解一下
作者: weilai0707    时间: 2025-4-26 13:29
学习一下
作者: 我是李刚    时间: 2025-4-26 13:57
俪尚皇 发表于 2025-4-26 10:31
隐藏通知中心图标
reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificatio ...

正解
作者: zsw10    时间: 2025-4-26 14:49
进来学习
作者: wwoldok    时间: 2025-4-26 16:57
俪尚皇 发表于 2025-4-26 10:31
隐藏通知中心图标
reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificatio ...

禁用后右下角不显示日期和时间
作者: Changhe    时间: 2025-4-26 17:04
来了解一下
作者: 俪尚皇    时间: 2025-4-26 17:50
wwoldok 发表于 2025-4-26 16:57
禁用后右下角不显示日期和时间

只有这样一个方法了
在WIN11中确实点不出 日期和时间
在WIN10中没影响
作者: axinglaila2025    时间: 2025-4-26 18:18
学习一下 谢谢
作者: zhou116yan    时间: 2025-4-26 18:54
谢谢分享
作者: 201012121135    时间: 2025-4-26 20:14
看来win11没办法了
作者: andylxh    时间: 2025-4-26 20:46
感谢楼主分享
作者: 欧卡洗衣    时间: 2025-4-27 08:38
看来目前暂时是没办法,按13# 的方法禁用这个窗口还是可行!
作者: yhage    时间: 2025-4-27 09:16
反正我是能隐藏的都隐藏了,实在不行的只能受着了
作者: extendfar    时间: 2025-4-27 09:23
感谢分享。
作者: jinghexi    时间: 2025-4-27 09:59
了解一下
作者: 51xp    时间: 2025-4-27 11:04
了解一下
作者: wssln    时间: 2025-4-27 13:05
任务栏设置-打开或关闭系统图标-关闭操作中心
作者: zerogeorge    时间: 2025-4-27 14:05
看来目前还没很好的解决办法……
作者: tonfro    时间: 2025-4-28 09:45
感谢分享




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3