Advertisement
Guest User

Windows Tuning

a guest
Dec 2nd, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wmic nicconfig where TcpipNetbiosOptions=0 call SetTcpipNetbios 2
  2. wmic nicconfig where TcpipNetbiosOptions=1 call SetTcpipNetbios 2
  3.  
  4. rem Aero Lookup Service
  5. sc config "AeLookupSvc" start= disabled
  6.  
  7. rem Lanmanager Workstation Service
  8. sc config "LanmanWorkstation" start= disabled
  9.  
  10. rem Diagnostics Policy Serice
  11. sc config "DPS" start= disabled
  12.  
  13. sc config "stisvc" start= demand
  14.  
  15. rem disable Program Compatibility Assistent
  16. sc config "PcaSvc" start= disabled
  17.  
  18. rem disable Windows Mobile ActiveSync
  19. sc config "RapiMgr" start= disabled
  20.  
  21. rem disable Windows CE connectivity
  22. sc config "WcesComm" start= disabled
  23.  
  24. rem disable RDP redirection
  25. sc config "UmRdpService" start= disabled
  26.  
  27. rem disable System Event Notification Service, do NOT disable on notebooks!
  28. sc config "SENS" start= disabled
  29.  
  30. rem disable branch cache
  31. sc config "PeerDistSvc" start= disabled
  32.  
  33. rem disable host system diagnosis
  34. sc config "WdiSystemHost" start= disabled
  35.  
  36. rem disable Distributed Transaction Coordinator
  37. sc config "MSDTC" start= disabled
  38.  
  39. rem disable DNS cache
  40. sc config "Dnscache" start= disabled
  41.  
  42. rem disable interactive service detection
  43. sc config "UI0Detect" start= disabled
  44.  
  45. rem disable ressource publication
  46. sc config "FDResPub" start= disabled
  47.  
  48. rem disable IP-Helper service
  49. sc config "iphlpsvc" start= disabled
  50.  
  51. rem disable IPsec Policy Agent
  52. sc config "PolicyAgent" start= disabled
  53.  
  54. rem disable internet SCSI initiator
  55. sc config "MSiSCSI" start= disabled
  56.  
  57. rem disable shadowcopy manager
  58. sc config "swprv" start= disabled
  59.  
  60. rem disable Network Access Protection agent
  61. sc config "napagent" start= disabled
  62.  
  63. rem set netprofm to on demand
  64. sc config "netprofm" start= demand
  65.  
  66. rem disable offline files
  67. sc config "CscService" start= disabled
  68.  
  69. rem disable P2P IPv6 identification
  70. sc config "p2pimsvc" start= disabled
  71. sc config "p2psvc" start= disabled
  72.  
  73. rem disable Peer Name Resolution Protocol
  74. sc config "PNRPsvc" start= disabled
  75. sc config "PNRPAutoReg" start= disabled
  76.  
  77. rem disable PnP-X-IP
  78. sc config "IPBusEnum" start= disabled
  79.  
  80. rem disable Lan sniffer
  81. sc config "Browser" start= disabled
  82.  
  83. rem disable file and print sharing
  84. sc config "LanmanServer" start= disabled
  85.  
  86. rem disable Simple Network Management Protocol
  87. sc config "SNMPTRAP" start= disabled
  88.  
  89. rem disable Simple Service Discovery Protocol
  90. sc config "SSDPSRV" start= disabled
  91.  
  92. rem disable tablet input service
  93. sc config "TabletInputService" start= disabled
  94.  
  95. rem disable Network Location Awareness
  96. sc config "NlaSvc" start= disabled
  97.  
  98. rem disable Network Topology Discovery
  99. sc config "LLTDSVC" start= disabled
  100.  
  101. rem disable NTFS-Shortcuts on networks
  102. sc config "TrkWks" start= disabled
  103.  
  104. rem disable telephony and fax services
  105. sc config "TapiSrv" start= disabled
  106.  
  107. rem disable fax service
  108. sc config "Fax" start= disabled
  109.  
  110. rem disable internet time sync
  111. sc config "W32Time" start= disabled
  112.  
  113. rem disable Smartcards and Fingerprint Scanners
  114. sc config "SCardSvr" start= disabled
  115.  
  116. rem disable Smartcard Certificates
  117. sc config "CertPropSvc" start= disabled
  118.  
  119. rem disable WWAN autoconfig
  120. sc config "WwanSvc" start= disabled
  121.  
  122. rem disable HID-Device access and special buttons
  123. sc config "hidserv" start= disabled
  124.  
  125. rem disable WinHTTPAutoProxySvc
  126. sc config "WinHttpAutoProxySvc" start= disabled
  127.  
  128. rem disable WebDAV functions
  129. sc config "Webclient" start= disabled
  130.  
  131. rem disable Trusted Platform Module
  132. sc config "TBS" start= disabled
  133.  
  134. rem disable Media Player network sharing
  135. sc config "WMPNetworkSvc" start= disabled
  136.  
  137. rem disable Media Center Receiver service
  138. sc config "ehRecvr" start= disabled
  139.  
  140. rem disable Media Center Scheduler
  141. sc config "ehSched" start= disabled
  142.  
  143. rem disable Windows Search
  144. sc config "WSearch" start= disabled
  145.  
  146. rem disable biometric services
  147. sc config "WbioSrvc" start= disabled
  148.  
  149. rem disable network WMI functions
  150. sc config "wmiApSrv" start= disabled
  151.  
  152. rem don't send errors to Microsoft
  153. sc config "WerSvc" start= disabled
  154.  
  155. rem don't search for solutions online
  156. sc config "wercplsupport" start= disabled
  157.  
  158. rem disable Universal Plug & Play
  159. sc config "upnphost" start= disabled
  160.  
  161. rem disable Windows Remote Management service
  162. sc config "WinRM" start= disabled
  163.  
  164. rem disable auto RAS-connections
  165. sc config "RasAuto" start= disabled
  166.  
  167. rem disable NetBIOS over TCP/IP helper
  168. sc config "lmhosts" start= disabled
  169.  
  170. rem disable Windows Event Collector service
  171. sc config "Wecsvc" start= disabled
  172.  
  173. rem disable light sensor service
  174. sc config "SensrSvc" start= disabled
  175.  
  176. rem disable bluetooth server
  177. sc config "bthserv" start= disabled
  178.  
  179. netsh int ipv6 isatap set state disabled
  180. netsh int ipv6 6to4 set state disabled
  181. netsh int teredo set state disabled
  182.  
  183. rem disable active probing
  184. reg add "HKLM\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet" /v "EnableActiveProbing" /t "REG_DWORD" /d "0" /f
  185.  
  186. rem disable windows scripting host
  187. reg add "HKLM\Software\Microsoft\Windows Script Host\Settings" /v "Enabled" /t "REG_DWORD" /d "0" /f
  188.  
  189. rem Windows Media Player
  190. start /w ocsetup WindowsMediaPlayer /uninstall
  191.  
  192. rem Internet Explorer
  193. dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement