Posted in: Certificate, Windows

What will triger Windows Retrieve root certificates from Network

Windows may retrieve root certificates from the network under several circumstances, typically involving certificate validation and updates. Here are some common triggers: 1. Certificate Chain Validation When Windows encounters a certificate (e.g., during HTTPS communication or code signing), it attempts to build a certificate chain to validate trust. If the required root certificate is not […]

Posted in: Windows Terminal

Windows Terminal使用密钥对SSH报UNPROTECTED PRIVATE KEY FILE错误的解决方法

赠人玫瑰,手留余香。

本文讲述Windows Terminal使用密钥对(pem)进行SSH连接时报WARNING: UNPROTECTED PRIVATE KEY FILE错误的解决方法。

Windows Terminal简要介绍

Windows Terminal 是开源高效的终端应用程序,除了WSL,命令行和powershell我还用它作为SSH终端
file

Posted in: Office 365

使用微软Power automate构建单点更新多渠道发布工作流

赠人玫瑰,手留余香。

使用微软Power automate构建单点更新多渠道发布工作流

很多工作具有极大的重复性,巧用RPA工具可以让各种桌面应用联动起来,将提升工作效率。
本文按照自己实际工作经验举例说明了使用power Automate来讲任务(planner),Teams和Excel联动,这样我发布任务后团队可以自动得到通知消息,并且任务记录自动归档到Excel中

Posted in: Windows Server 2022

Windows Server 2022设置开机自动登录

Windows Server 2022设置开机自动登录

当把AMPP部署到操作系统为Server 2022的计算节点的时候会发现之前设置开机自动登录的方法会失效,这时如果仅仅从云服务商提供的web控制终端开启实例则AMPP相关的服务和进程都不能启动,需要设置自动登录来规避这个问题。

参照微软相关文档并实践之后确定以下方法可以实现开机自动登录

Posted in: Windows Server 2016

Windows Server 2016 取消密码登录

Windows Server 2016 取消密码登录

背景:

最近需要频繁使用Teamviewer来登录到其他设备,Windows Server 2016和Win 10不太一样的地方是如果需要密码登录,在重启后必须按Ctrl + Alt + Del才能跳出登录框,可是在Teamviewer中无论是使用键盘按,还是使用快捷菜单发送Ctrl + Alt + Del都不能让其跳出登录框,导致即使你有账户远程的情况下也没法登录,所以我选择取消密码登录,这样重启后不需要登录直接进入界面。

Back to Top