I am a Solivagant
Lofter    Posts     新文章     文章管理     新日记     日记管理

随笔分类 -  Windows

摘要:Deep within the OS is a backup copy of the OneDriver installer. To find it, go to File Explorer> This PC and open the system drive where Windows 10 is 阅读全文
posted @ 2018-07-23 15:21 宛如ZZ 阅读(1715) 评论(0) 推荐(0)
摘要:命令行: netstat -aon|findstr "80" 会得到类似下列的数据 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 2736 2736代表占用进程的PID 方法1 tasklist|findstr "2736" 方法2 在任务管理器中显示PID, 找到上述PID 阅读全文
posted @ 2018-07-10 20:20 宛如ZZ 阅读(296) 评论(0) 推荐(0)