Aliens

Windows FAQ

March 2, 2022

Win10可以上网,但网络图标仍然显示感叹号

我的电脑必须通过VPN连接到代理才可以上外网, 不过即使连上VPN后可以连接外网了, 右下角的网络图标仍然有黄色感叹号, 提示"无法连接到Internet", 可以通过注册表关闭检测网络连通性的功能.

  1. 打开注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet
  2. EnableActiveProbing改为0

https://blog.csdn.net/Unity_Ling/article/details/100121546

Powershell 按 [TAB] 键像 bash一样补全

C:\Users\[User]\Documents\WindowsPowerShell\profile.ps1中加入以下内容:

1
2
3
4
Set-PSReadlineKeyHandler -Key Tab -Function Complete
#Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward

如果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

Windows 10 HEVC扩展

ms-windows-store://pdp/?ProductId=9n4wgh0z6vhq