Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created May 6, 2017 14:45
Show Gist options
  • Save sub314xxl/a5fad14e3c05edf77e0612d96b31bff3 to your computer and use it in GitHub Desktop.
Save sub314xxl/a5fad14e3c05edf77e0612d96b31bff3 to your computer and use it in GitHub Desktop.
sc config storsvc type= own
rem ACP User Service
sc config amdacpusrsvc start= disabled
rem AdaptiveSleepService
sc config AdaptiveSleepService start= disabled
rem Adobe Flash Player Update Service
sc config AdobeFlashPlayerUpdateSvc start= disabled
rem AMD External Events Utility
sc config "AMD External Events Utility" start= disabled
rem Application Layer Gateway Service
sc config ALG start= disabled
rem Background Intelligent Transfer Service / It will change itself to Automatic regularly, disable Network List Service and it will disable BITS as well
rem www.secureworks.com/blog/malware-lingers-with-bits
sc config BITS start= demand
rem Base Filtering Engine
sc config BFE start= disabled
rem BitLocker Drive Encryption Service
sc config BDESVC start= disabled
rem CDPUserSvc
sc config CDPUserSvc start= disabled
rem CNG Key Isolation
sc config KeyIso start= disabled
rem Connected User Experiences and Telemetry
sc config DiagTrack start= disabled
rem Conexant Audio Message Service
sc config CxAudMsg start= disabled
rem Conexant SmartAudio service
sc config SAService start= disabled
rem Contact Data
reg add "HKLM\System\CurrentControlSet\Services\PimIndexMaintenanceSvc" /v "Start" /t REG_DWORD /d "4" /f
rem Credential Manager
sc config VaultSvc start= disabled
rem Delivery Optimization
sc config DoSvc start= demand
rem DHCP Client
sc config Dhcp start= disabled
rem Diagnostic Policy Service
sc config DPS start= disabled
rem Distributed Link Tracking Client
sc config TrkWks start= demand
rem Distributed Transaction Coordinator
sc config MSDTC start= disabled
rem dmwappushsvc
sc config dmwappushservice start= disabled
rem DNS Client (Required by the internet connection, unless you set up DNS servers manually in IPv4/6's properties)
sc config Dnscache start= disabled
rem Encrypting File System (EFS)
sc config EFS start= disabled
rem Function Discovery Provider Host
sc config fdPHost start= disabled
rem Function Discovery Resource Publication
sc config FDResPub start= disabled
rem HomeGroup Provider
sc config HomeGroupProvider start= disabled
rem IKE and AuthIP IPsec Keying Modules
sc config IKEEXT start= disabled
rem IP Helper
sc config iphlpsvc start= disabled
rem IPsec Policy Agent
sc config PolicyAgent start= disabled
rem Network Location Awareness
sc config NlaSvc start= disabled
rem Network Store Interface Service (Required by the internet connection, unless you set up IP/DNS manually in IPv4/6's properties)
sc config nsi start= disabled
rem Offline Files
sc config CscService start= disabled
rem One Drive Service
sc config OneSyncSvc start= disabled
rem Program Compatibility Assistant Service
sc config PcaSvc start= disabled
rem Retail Demo
sc config RetailDemo start=disabled
rem Secure Socket Tunneling Protocol Service
sc config SstpSvc start= disabled
rem Security Center
sc config wscsvc start= disabled
rem Server
sc config LanmanServer start= disabled
rem Shell Hardware Detection
sc config ShellHWDetection start= disabled
rem Smart Card
sc config SCardSvr start= disabled
rem SSDP Discovery
sc config SSDPSRV start= disabled
rem Superfetch
sc config SysMain start= disabled
rem TCP/IP NetBIOS Helper (Required by some internet connections like aDSL)
sc config lmhosts start= disabled
rem User Data Access
reg add "HKLM\System\CurrentControlSet\Services\UserDataSvc" /v "Start" /t REG_DWORD /d "4" /f
rem User Data Storage
reg add "HKLM\System\CurrentControlSet\Services\UnistoreSvc" /v "Start" /t REG_DWORD /d "4" /f
rem WebClient
sc config WebClient start= disabled
rem Windows Biometric Service
sc config WbioSrvc start= disabled
rem Windows Connect Now - Config Registrar (Required by WPS WiFi connection)
sc config wcncsvc start= disabled
rem Windows Error Reporting Service
sc config WerSvc start= disabled
rem Windows Firewall
sc config MpsSvc start= disabled
rem Windows Font Cache Service
sc config FontCache start= disabled
rem Windows Network Data Usage Monitoring Driver service (Kernel mode driver)
sc config ndu start= disabled
rem Windows Image Acquisition (WIA)
sc config stisvc start= disabled
rem Windows Push Notifications System Service
sc config WpnService start= disabled
rem Windows Remote Management (WS-Management)
sc config WinRM start= disabled
rem Windows Search
sc config WSearch start= disabled
rem Windows Update
sc config wuauserv start= disabled
rem WinHTTP Web Proxy Auto-Discovery Service
sc config WinHttpAutoProxySvc start= disabled
rem Wise Boot Assistant
sc config WiseBootAssistant start= disabled
rem WMPNetworkSVC helps windows media player to share its library with network
sc config WMPNetworkSvc start= disabled
rem Workstation
sc config LanmanWorkstation start= disabled
rem WPS Office Cloud Service
sc config wpscloudsvr start= disabled
rem Yandex.Browser Update Service
sc config YandexBrowserService start= disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment