Win10可以上网,但网络图标仍然显示感叹号
我的电脑必须通过VPN连接到代理才可以上外网, 不过即使连上VPN后可以连接外网了, 右下角的网络图标仍然有黄色感叹号, 提示"无法连接到Internet", 可以通过注册表关闭检测网络连通性的功能.
- 打开注册表
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet
- 将
EnableActiveProbing
改为0
https://blog.csdn.net/Unity_Ling/article/details/100121546
Powershell 按 [TAB] 键像 bash一样补全
在C:\Users\[User]\Documents\WindowsPowerShell\profile.ps1
中加入以下内容:
|
|
如果C:\Users\[User]\Documents\WindowsPowerShell\profile.ps1
不存在,
可以手工创建一个,也可以在powershell使用new-item $profile -itemtype file -force
新建。
https://stackoverflow.com/questions/8264655/how-to-make-powershell-tab-completion-work-like-bash