[Windows] 更改微软账号密码后 RDP 无法登录

0x01. Windows 11 中需要关闭仅允许通过 Windows Hello 登录微软账号。

0x02. 打开终端,输入

runas /u:MicrosoftAccount\微软账号邮箱 cmd.exe

之后,密码会更新/被缓存到本地,接下来就可以用 RDP 登录了。

嗯,没用的知识又增加了。

[macOS] 允许任意来源应用

打开终端,输入以下命令:

sudo spctl --master-disable

执行即可,无对应输出。

之后打开 System Preferences > Security & Privacy > General > Allow apps downloaded from: Anywhere.

macOS Allow Downloaded Anywhere

Enjoy~