windows系统相关命令及问题排查实践

时间:2022-10-10 23:19:00

1. 如何查看哪个端口被哪个程序占用?

Netstat –ano|findstr "80" ->找到监听80端口的pid

tasklist|findstr “<PID号>”-->从pid查找到对应的程序

taskkill /pid 6040 /F -->杀死对应进程

2. android-studio或者其他ide需要下载被qiang的资源时,可以使用类似下面的sock代理

http://127.0.0.1:2xxx/echo-pac?t=8xsdd00

 3. 如果文件被僵尸进程打开了,如何找到并杀死对应进程以便可以删除对应的文件?

可以使用win10下的资源监视器,也可以使用windows自己的process explorer增强工具。

windows系统相关命令及问题排查实践

windows search indexer不工作解決方案:

通过管理员权限打开powershell,随后执行以下命令后重启:

https://answers.microsoft.com/en-us/windows/forum/all/windows-10-search-indexing-not-working/ff3a954d-d474-42f3-a183-9acc170481ac

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

睡眠恢复的文件hyberfil.sys挪移到d盘

https://www.isunshare.com/windows-10/move-windows-10-hiberfilsys-to-another-volume-to-free-up-c-volume-space.html

老板键调出运行命令窗口: Windows key