Guest User

services

a guest
Oct 7th, 2015
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. net stop "AMPPALR3"
  2. net stop "Bluetooth Device Manager"
  3. net stop "Bluetooth Media Service"
  4. net stop "Bluetooth OBEX Service"
  5. net stop "BTHSSecurityMgr"
  6. net stop "clr_optimization_v2.0.50727_32"
  7. net stop "clr_optimization_v2.0.50727_64"
  8. net stop "CscService"
  9. net stop "defragsvc"
  10. net stop "DiagTrack"
  11. net stop "HomeGroupListener"
  12. net stop "HomeGroupProvider"
  13. net stop "IKEEXT"
  14. net stop "iphlpsvc"
  15. net stop "Mcx2Svc"
  16. net stop "MSiSCSI"
  17. net stop "NetMsmqActivator"
  18. net stop "NetPipeActivator"
  19. net stop "NetTcpActivator"
  20. net stop "NetTcpPortSharing"
  21. net stop "nlsX86cc"
  22. net stop "RapiMgr"
  23. net stop "RemoteAccess"
  24. net stop "SCardSvr"
  25. net stop "SCPolicySvc"
  26. net stop "SensrSvc"
  27. net stop "SharedAccess"
  28. net stop "SNMPTRAP"
  29. net stop "stisvc"
  30. net stop "SysMain"
  31. net stop "TabletInputService"
  32. net stop "TrkWks"
  33. net stop "WcesComm"
  34. net stop "wlidsvc"
  35. net stop "WMPNetworkSvc"
  36. net stop "WPCSvc"
  37. net stop "WPDBusEnum"
  38. net stop "WSearch"
  39. net stop "AeLookupSvc"
  40. net stop "ALG"
  41. net stop "AppIDSvc"
  42. net stop "Appinfo"
  43. net stop "AppMgmt"
  44. net stop "aspnet_state"
  45. net stop "AxInstSV"
  46. net stop "BDESVC"
  47. net stop "Browser"
  48. net stop "bthserv"
  49. net stop "CertPropSvc"
  50. net stop "cmdvirth"
  51. net stop "COMSysApp"
  52. net stop "dot3svc"
  53. net stop "DPS"
  54. net stop "EapHost"
  55. net stop "EFS"
  56. net stop "ehRecvr"
  57. net stop "ehSched"
  58. net stop "Fax"
  59. net stop "fdPHost"
  60. net stop "FDResPub"
  61. net stop "FLEXnet Licensing Service"
  62. net stop "FLEXnet Licensing Service 64"
  63. net stop "FontCache3.0.0.0"
  64. net stop "gupdatem"
  65. net stop "gusvc"
  66. net stop "hidserv"
  67. net stop "hkmsvc"
  68. net stop "idsvc"
  69. net stop "IEEtwCollectorService"
  70. net stop "IPBusEnum"
  71. net stop "iPod Service"
  72. net stop "KeyIso"
  73. net stop "KtmRm"
  74. net stop "lltdsvc"
  75. net stop "MSDTC"
  76. net stop "msiserver"
  77. net stop "napagent"
  78. net stop "Netlogon"
  79. net stop "Netman"
  80. net stop "netprofm"
  81. net stop "ose"
  82. net stop "osppsvc"
  83. net stop "p2pimsvc"
  84. net stop "p2psvc"
  85. net stop "PcaSvc"
  86. net stop "PeerDistSvc"
  87. net stop "PerfHost"
  88. net stop "pla"
  89. net stop "PNRPAutoReg"
  90. net stop "PNRPsvc"
  91. net stop "PolicyAgent"
  92. net stop "ProtectedStorage"
  93. net stop "QWAVE"
  94. net stop "RasAuto"
  95. net stop "RasMan"
  96. net stop "RemoteRegistry"
  97. net stop "RpcLocator"
  98. net stop "SDRSVC"
  99. net stop "seclogon"
  100. net stop "SessionEnv"
  101. net stop "sppuinotify"
  102. net stop "SSDPSRV"
  103. net stop "SstpSvc"
  104. net stop "Steam Client Service"
  105. net stop "StorSvc"
  106. net stop "SwitchBoard"
  107. net stop "swprv"
  108. net stop "TapiSrv"
  109. net stop "TBS"
  110. net stop "TermService"
  111. net stop "THREADORDER"
  112. net stop "TrustedInstaller"
  113. net stop "UI0Detect"
  114. net stop "UmRdpService"
  115. net stop "upnphost"
  116. net stop "VaultSvc"
  117. net stop "vds"
  118. net stop "VSS"
  119. net stop "W32Time"
  120. net stop "WatAdminSvc"
  121. net stop "wbengine"
  122. net stop "WbioSrvc"
  123. net stop "wcncsvc"
  124. net stop "WcsPlugInService"
  125. net stop "WdiServiceHost"
  126. net stop "WdiSystemHost"
  127. net stop "WebClient"
  128. net stop "Wecsvc"
  129. net stop "wercplsupport"
  130. net stop "WerSvc"
  131. net stop "WinDefend"
  132. net stop "WinHttpAutoProxySvc"
  133. net stop "WinRM"
  134. net stop "Wlansvc"
  135. net stop "wmiApSrv"
  136. net stop "wudfsvc"
  137. net stop "WwanSvc"
  138.  
  139. Set-Service "AMPPALR3" -startuptype "disabled"
  140. Set-Service "Bluetooth Device Manager" -startuptype "disabled"
  141. Set-Service "Bluetooth Media Service" -startuptype "disabled"
  142. Set-Service "Bluetooth OBEX Service" -startuptype "disabled"
  143. Set-Service "BTHSSecurityMgr" -startuptype "disabled"
  144. Set-Service "clr_optimization_v2.0.50727_32" -startuptype "disabled"
  145. Set-Service "clr_optimization_v2.0.50727_64" -startuptype "disabled"
  146. Set-Service "CscService" -startuptype "disabled"
  147. Set-Service "defragsvc" -startuptype "disabled"
  148. Set-Service "DiagTrack" -startuptype "disabled"
  149. Set-Service "HomeGroupListener" -startuptype "disabled"
  150. Set-Service "HomeGroupProvider" -startuptype "disabled"
  151. Set-Service "IKEEXT" -startuptype "disabled"
  152. Set-Service "iphlpsvc" -startuptype "disabled"
  153. Set-Service "Mcx2Svc" -startuptype "disabled"
  154. Set-Service "MSiSCSI" -startuptype "disabled"
  155. Set-Service "NetMsmqActivator" -startuptype "disabled"
  156. Set-Service "NetPipeActivator" -startuptype "disabled"
  157. Set-Service "NetTcpActivator" -startuptype "disabled"
  158. Set-Service "NetTcpPortSharing" -startuptype "disabled"
  159. Set-Service "nlsX86cc" -startuptype "disabled"
  160. Set-Service "RapiMgr" -startuptype "disabled"
  161. Set-Service "RemoteAccess" -startuptype "disabled"
  162. Set-Service "SCardSvr" -startuptype "disabled"
  163. Set-Service "SCPolicySvc" -startuptype "disabled"
  164. Set-Service "SensrSvc" -startuptype "disabled"
  165. Set-Service "SharedAccess" -startuptype "disabled"
  166. Set-Service "SNMPTRAP" -startuptype "disabled"
  167. Set-Service "stisvc" -startuptype "disabled"
  168. Set-Service "SysMain" -startuptype "disabled"
  169. Set-Service "TabletInputService" -startuptype "disabled"
  170. Set-Service "TrkWks" -startuptype "disabled"
  171. Set-Service "WcesComm" -startuptype "disabled"
  172. Set-Service "wlidsvc" -startuptype "disabled"
  173. Set-Service "WMPNetworkSvc" -startuptype "disabled"
  174. Set-Service "WPCSvc" -startuptype "disabled"
  175. Set-Service "WPDBusEnum" -startuptype "disabled"
  176. Set-Service "WSearch" -startuptype "disabled"
  177.  
  178. Set-Service "AeLookupSvc" -startuptype "manual"
  179. Set-Service "ALG" -startuptype "manual"
  180. Set-Service "AppIDSvc" -startuptype "manual"
  181. Set-Service "Appinfo" -startuptype "manual"
  182. Set-Service "AppMgmt" -startuptype "manual"
  183. Set-Service "aspnet_state" -startuptype "manual"
  184. Set-Service "AxInstSV" -startuptype "manual"
  185. Set-Service "BDESVC" -startuptype "manual"
  186. Set-Service "Browser" -startuptype "manual"
  187. Set-Service "bthserv" -startuptype "manual"
  188. Set-Service "CertPropSvc" -startuptype "manual"
  189. Set-Service "cmdvirth" -startuptype "manual"
  190. Set-Service "COMSysApp" -startuptype "manual"
  191. Set-Service "dot3svc" -startuptype "manual"
  192. Set-Service "DPS" -startuptype "manual"
  193. Set-Service "EapHost" -startuptype "manual"
  194. Set-Service "EFS" -startuptype "manual"
  195. Set-Service "ehRecvr" -startuptype "manual"
  196. Set-Service "ehSched" -startuptype "manual"
  197. Set-Service "Fax" -startuptype "manual"
  198. Set-Service "fdPHost" -startuptype "manual"
  199. Set-Service "FDResPub" -startuptype "manual"
  200. Set-Service "FLEXnet Licensing Service" -startuptype "manual"
  201. Set-Service "FLEXnet Licensing Service 64" -startuptype "manual"
  202. Set-Service "FontCache3.0.0.0" -startuptype "manual"
  203. Set-Service "gupdatem" -startuptype "manual"
  204. Set-Service "gusvc" -startuptype "manual"
  205. Set-Service "hidserv" -startuptype "manual"
  206. Set-Service "hkmsvc" -startuptype "manual"
  207. Set-Service "idsvc" -startuptype "manual"
  208. Set-Service "IEEtwCollectorService" -startuptype "manual"
  209. Set-Service "IPBusEnum" -startuptype "manual"
  210. Set-Service "iPod Service" -startuptype "manual"
  211. Set-Service "KeyIso" -startuptype "manual"
  212. Set-Service "KtmRm" -startuptype "manual"
  213. Set-Service "lltdsvc" -startuptype "manual"
  214. Set-Service "MSDTC" -startuptype "manual"
  215. Set-Service "msiserver" -startuptype "manual"
  216. Set-Service "napagent" -startuptype "manual"
  217. Set-Service "Netlogon" -startuptype "manual"
  218. Set-Service "Netman" -startuptype "manual"
  219. Set-Service "netprofm" -startuptype "manual"
  220. Set-Service "ose" -startuptype "manual"
  221. Set-Service "osppsvc" -startuptype "manual"
  222. Set-Service "p2pimsvc" -startuptype "manual"
  223. Set-Service "p2psvc" -startuptype "manual"
  224. Set-Service "PcaSvc" -startuptype "manual"
  225. Set-Service "PeerDistSvc" -startuptype "manual"
  226. Set-Service "PerfHost" -startuptype "manual"
  227. Set-Service "pla" -startuptype "manual"
  228. Set-Service "PNRPAutoReg" -startuptype "manual"
  229. Set-Service "PNRPsvc" -startuptype "manual"
  230. Set-Service "PolicyAgent" -startuptype "manual"
  231. Set-Service "ProtectedStorage" -startuptype "manual"
  232. Set-Service "QWAVE" -startuptype "manual"
  233. Set-Service "RasAuto" -startuptype "manual"
  234. Set-Service "RasMan" -startuptype "manual"
  235. Set-Service "RemoteRegistry" -startuptype "manual"
  236. Set-Service "RpcLocator" -startuptype "manual"
  237. Set-Service "SDRSVC" -startuptype "manual"
  238. Set-Service "seclogon" -startuptype "manual"
  239. Set-Service "SessionEnv" -startuptype "manual"
  240. Set-Service "sppuinotify" -startuptype "manual"
  241. Set-Service "SSDPSRV" -startuptype "manual"
  242. Set-Service "SstpSvc" -startuptype "manual"
  243. Set-Service "Steam Client Service" -startuptype "manual"
  244. Set-Service "StorSvc" -startuptype "manual"
  245. Set-Service "SwitchBoard" -startuptype "manual"
  246. Set-Service "swprv" -startuptype "manual"
  247. Set-Service "TapiSrv" -startuptype "manual"
  248. Set-Service "TBS" -startuptype "manual"
  249. Set-Service "TermService" -startuptype "manual"
  250. Set-Service "THREADORDER" -startuptype "manual"
  251. Set-Service "TrustedInstaller" -startuptype "manual"
  252. Set-Service "UI0Detect" -startuptype "manual"
  253. Set-Service "UmRdpService" -startuptype "manual"
  254. Set-Service "upnphost" -startuptype "manual"
  255. Set-Service "VaultSvc" -startuptype "manual"
  256. Set-Service "vds" -startuptype "manual"
  257. Set-Service "VSS" -startuptype "manual"
  258. Set-Service "W32Time" -startuptype "manual"
  259. Set-Service "WatAdminSvc" -startuptype "manual"
  260. Set-Service "wbengine" -startuptype "manual"
  261. Set-Service "WbioSrvc" -startuptype "manual"
  262. Set-Service "wcncsvc" -startuptype "manual"
  263. Set-Service "WcsPlugInService" -startuptype "manual"
  264. Set-Service "WdiServiceHost" -startuptype "manual"
  265. Set-Service "WdiSystemHost" -startuptype "manual"
  266. Set-Service "WebClient" -startuptype "manual"
  267. Set-Service "Wecsvc" -startuptype "manual"
  268. Set-Service "wercplsupport" -startuptype "manual"
  269. Set-Service "WerSvc" -startuptype "manual"
  270. Set-Service "WinDefend" -startuptype "manual"
  271. Set-Service "WinHttpAutoProxySvc" -startuptype "manual"
  272. Set-Service "WinRM" -startuptype "manual"
  273. Set-Service "Wlansvc" -startuptype "manual"
  274. Set-Service "wmiApSrv" -startuptype "manual"
  275. Set-Service "wudfsvc" -startuptype "manual"
  276. Set-Service "WwanSvc" -startuptype "manual"
Advertisement
Add Comment
Please, Sign In to add comment