晚上经常微信弹消息,还有别的声音,能不能像手机一样,夜间勿扰呢?
1
emric 2019-08-19 04:31:34 +08:00
专注助手,右下角。
|
2
xiri 2019-08-19 07:37:08 +08:00
直接手动按一下静音不行吗
|
3
HENQIGUAI 2019-08-19 09:37:29 +08:00
睡眠
|
4
acrisliu 2019-08-19 09:45:15 +08:00
设置 -> 系统 -> 专注助手 -> 自动规则 -> 在这些时间段内
|
5
orangutan92 OP @xiri 躺床上,电脑挂机在。
|
6
orangutan92 OP @acrisliu 这个是通知不弹出,还是会有声音
|
7
xiaomingVTEX 2019-08-19 13:09:46 +08:00
插个耳机?
|
8
InuYasha1987 2019-08-19 13:12:19 +08:00
用 nircmd,然后在计划任务里加一个定时的任务。
静音的命令行参数是 nircmd.exe mutesysvolume 1,恢复的参数是 nircmd.exe mutesysvolume 0 这个程序还有 N 多别的功能 https://www.nirsoft.net/utils/nircmd.html |
9
acrisliu 2019-08-19 13:43:46 +08:00
你说的微信弹消息是应用商店的微信还是官网下载的 exe ?专注助手只能拦截商店版的微信,其他的声音可以看看能否通过计划任务定时将音量调为 0 ?
|
10
nyaruko 2019-08-19 13:50:11 +08:00
音箱是接在显示器上的。晚上显示器关掉自然没有声音
|
11
orangutan92 OP @InuYasha1987 好的,我了解一下
|
12
orangutan92 OP @acrisliu 是官网下载的安装版本
|
13
orangutan92 OP @nyaruko 如果手动关闭,就违背了自动时间段的初衷,我想要你的就好比手机晚上自动开启勿扰模式一样。
|
14
DrTing 2023-07-23 12:14:20 +08:00
WinMute is a small and simple tool, that automatically mutes (and unmutes) your workstation based on triggers, e.g. the screensaver starts, or your bluetooth headphone disconnects.
WinMute 是一个小而简单的工具,可以根据触发器自动静音(和取消静音)您的工作站,例如屏幕保护程序启动,或者蓝牙耳机断开连接。 It was created to not repeatedly annoy my co-workers with random sounds or music from my computer whenever I left the room and forgot to mute my computer. 创建它的目的是,每当我离开房间并忘记将计算机静音时,计算机中的随机声音或音乐不会反复骚扰我的同事。 https://github.com/lx-s/WinMute/ |
15
orangutan92 OP @DrTing #14 这个不错,回头试试
|