obsidian/笔记文件/2.笔记/命令行打开闹钟.md
2025-03-26 00:02:56 +08:00

29 lines
489 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#杂七杂八常识
#ahk
可以通过这个shell指令直接打开闹钟
``` shell
explorer.exe shell:Appsfolder\Microsoft.WindowsAlarms_8wekyb3d8bbwe!App
```
也可以通过这个shell指令直接打开闹钟
``` shell
start ms-clock:
```
![[Pasted image 20230421105906.png]]
![[Pasted image 20230421105900.png]]
如果需要用ahk执行也是直接用run就好
![[Pasted image 20230421110009.png]]
或者这个,也是同理
![[Pasted image 20230421110748.png]]