当前位置:网站首页>百度网盘 yundetectservice.exe可以禁用关闭吗
百度网盘 yundetectservice.exe可以禁用关闭吗
2022-07-20 15:45:00 【不懂人情世故】
今天启动项目发现10000端口被占用, 于是netstat -ano |findstr “端口号”
就是找到了这个进程的id, 然后 wmic process get name,executablepath,processid|findstr [$pid]
找到了这个进程的路径,发现是百度网盘安装目录下的一个程序YunDetectService.exe,然后继续百度
一、YunDetectService.exe是什么开机启动项
YunDetectService.exe是百度云检测服务进程,其实就是百度云管家,相关可执行一般位于百度云管家安装目录内。一般大小为970KB。该启动项是因为用户安装百度云管家,被加入到开机启动项中的。
二、YunDetectService.exe开机启动项能禁用么?
YunDetectService.exe开机启动项完全可以禁用,不会影响百度云的正常使用,需要使用它下载文件时,一般会被自动调用启动。更为重要的是,禁止后,在一定程度上可以加快系统启动速度。
三、YunDetectService.exe禁止使用的方法?
直接进入360禁止。
或者win+r 输入msconfig,也就是任务管理器, 找到启动菜单
杀死进程 taskkill /f /t /im [pid]
再次查看端口占用情况 netstat -ano |findstr 10000 没查出 说明一成功干掉了进程
边栏推荐
- 2.负载测试
- Interpret the transfer() function in numpy in detail (with examples to help understand)
- [paper speed] solve the problems of underexposure and overexposure during imaging at the same time: deep replicating HDR transformation
- 不懂点儿统计学,《星球大战》白看了
- 【STM32】中断(NVIC)
- Don't know a little statistics, "Star Wars" for nothing
- [neurips 2021] tokenlearner: number and location of adaptive learning tokens - what can 8 learned tokens do for images and videos?
- Prometheus Operator 配置报警
- dpkg : Breaks: libapt-pkg5.0 (< 1.7~b) but 1.6.15 is to be installedE: Broken packages
- BigDecimal
猜你喜欢
一篇文章快速复习flex属性与用法
MATLAB 生成随机数 方法总汇 (各分布配图参考)
Huawei cloud: serve everything, build a whole scene of smart Finance
机器学习—支持向量机理论详细推导(含例题讲解)(一)
北森招股书:赛道优势凸显,一体化+中大客户是加分项
MDClub 轻量级网论坛源码
redis 内存分析工具 RMA 使用
论文速读:FAIR 最新 ViT 模型 改进多尺度 ViT --- Improved Multiscale Vision Transformers
[vs2019] printing Chinese characters in disorder
@Detailed explanation of modelattribute application
随机推荐
MDClub 轻量级网论坛源码
flask初体验
【微信小程序】 XXXXX不在以下 Socket 合法域名列表中,请参考文档
2.负载测试
HIDE & SEEK 介紹 -- 端到端的模擬和處理無線電觀測數據(二)
单片机外部中断触发方式:电平触发和边沿触发两者说明
The seemingly simple input box input is abnormally stuck. Remember a troubleshooting idea for daily performance problems
重庆交通大学2021级程序设计方法及在线实践考试题解
CSDN Meetup 回顾 丨从数据湖到指标中台,提升数据分析 ROI
1.8寸TFT LCD128X160 ST7735S SPI串口屏驱动示例
codeforces round #797 ABCDEFG
(‘You must install pydot (`pip install pydot`) and install graphviz...)
flask发送邮件
尚硅谷SSM新版视频教程发布
MySQL ON DELETE CASCADE(级联删除)[猿教程]
重磅预告!易观分析联合微软、中央财经大学,共话数字经济
HIDE & SEEK 介绍 -- 端到端的模拟和处理无线电观测数据(一)
论文速读:FAIR 最新 ViT 模型 改进多尺度 ViT --- Improved Multiscale Vision Transformers
Huawei cloud: serve everything, build a whole scene of smart Finance
String类的常见方法的使用案例