IIS7.5启用TLS 1.2和256位加密
运行PowerShell执行以下命令创建注册表项目\# Create keys in registry (not created by Windows out of the box)
md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2"
md &qu...
阅读全文
运行PowerShell执行以下命令创建注册表项目\# Create keys in registry (not created by Windows out of the box)
md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2"
md &qu...
阅读全文
安装服务D:\MySQL\bin\mysqld.exe --install MySQL(服务名) --defaults-file=C:\Windows\my.ini(配置文件路径)例如:D:\MySQL\bin\mysqld.exe --install MySQL --defaults-file=C:\Windows\my.ini卸载服务D:\MySQL\bin\mysqld.exe --r...
阅读全文
运行secpol.msc,打开本地安全策略本地策略-安全选项-网络安全:LAN 管理器身份验证级别,默认是没有定义的,把它改成“发送 LM 和 NTLM - 如果已协商,则使用 NTLMv2 会话安全”来源:http://blog.sina.com.cn/s/blog_48c5284901018u0h.html
阅读全文
定位到注册表[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}找到里面名称冲突的项,修改或删除
阅读全文
Windows 10 “启动”文件夹位置第一种C:\Users\用户名\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup第二种C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
阅读全文