Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzudongxiang/rdp_notify
https://github.com/zzudongxiang/rdp_notify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzudongxiang/rdp_notify
- Owner: zzudongxiang
- Created: 2024-04-25T03:59:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T04:01:14.000Z (8 months ago)
- Last Synced: 2024-04-25T05:21:10.491Z (8 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows远程登录邮件提醒
为了防止有人在进行非法的远程登录桌面,在Windows记录到远程登录操作时自动触发邮件提醒脚本,并将登录情况发送邮件到指定邮箱,同时做好本地记录。
打开Windows自带的`事件查看器`,选择`应用程序和服务日志`-->`Microsoft`-->`Windows`-->`TerminalServices-RemoteConnectionManager`-->`Operational`
选择`筛选当前日志`在事件ID中填入`1149`
![image-20240424200110231](./images/image-20240424200110231.png)
选中任意ID为`1149`的事件,在右侧找到`将任务附加到此事件`
![image-20240424200223086](./images/image-20240424200223086.png)
选择启动程序,并选择python脚本路径即可