Windows 使用笔记
1 Windows 10 启用 Administrator 账户
开启:以管理员权限运行命令提示符,输入
net user administrator /active:yes 回车。
关闭:以管理员权限运行命令提示符,输入
net user administrator /active:no 回车。
2 Chrome 无法保存http协议的下载文件
在网址栏中输入
chrome://flags/#treat-unsafe-downloads-as-active-content,将“Treat
risky downloads over insecure connections as active mixed
content”改为“Disabled”。