windows 10 & 禁用服务.bat

禁用服务.bat


@echo off
net stop WSearch
net stop wuauserv
net start TrustedInstaller net stop WinDefend
net stop SDRSVC
net stop vds net stop SysMain
net stop FontCache sc.exe config WSearch start= disabled
sc.exe config wuauserv start= disabled
sc.exe config TrustedInstaller start= demand sc.exe config WinDefend start= disabled
sc.exe config SDRSVC start= disabled
sc.exe config vds start= disabled sc.exe config FontCache start= disabled @echo on

最新文章

  1. iOS之There was an internal API error错误
  2. hdoj 1596 find the safest rode
  3. C# XML操作
  4. 有关CSS中字体响应式的设置
  5. Qt webkit插件相关知识
  6. 在eclipse中打开项目所在的目录
  7. 汇总10.4版本ArcGIS Server与ArcMap 安装+SDE+注册数据源(非破解)
  8. SharePoint 2013 开发——发布SharePoint应用程序
  9. 怎样提交FIREDAC数据集的DELTA到中间件然后保存进数据库
  10. The _imageingft C module is not installed
  11. Poj OpenJudge 1068 Parencodings
  12. Python的if判断与while循环
  13. Find Minimum in Rotated Sorted Array,Find Minimum in Rotated Sorted ArrayII
  14. vmware中的bridge、nat、host-only的区别
  15. JSON的BUG
  16. msf向存在漏洞的apk注入payload
  17. [国嵌笔记][028][Bootloader设计蓝图]
  18. 什么才是java的基础知识?
  19. docker添加阿里云专属镜像
  20. RocketMQ入门(消费者)_3

热门文章

  1. Access restriction: The type 'BASE64Encoder'
  2. npm run dev 在Linux上持久运行
  3. 本地搭了http服务(localhost),怎么在vue环境下,通过axios获取到接口数据
  4. JavaEE学习之JPA中配置文件persistence.xml
  5. web安全:通俗易懂,以实例讲述破解网站的原理及如何进行防护!如何让网站变得更安全。
  6. WPF仿网易云音乐系列(二、歌单创建窗口+登录设置模块)
  7. Item 16: 让const成员函数做到线程安全
  8. win10 再次重装系统
  9. iOS 判断当前网络状态的三种方法
  10. Django 内的母版-子html规则