[REPO] Windows 10 TELEMETRY REPOSITORY

Discussion in 'Windows 10' started by Yen, Aug 4, 2015.

  1. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    With svchost you can disable or delete the correspondent service
     
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,358
    2,267
    60
    I delete these services

    Code:
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\BITS" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\DoSvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\DiagTrack" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\diagnosticshub.standardcollector.service" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\dmwappushservice" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\DPS" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\edgeupdate" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\edgeupdatem" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\lfsvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\pla" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\PNRPAutoReg" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\SecurityHealthService" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\Sense" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\UsoSvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WdBoot" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WdFilter" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WdNisDrv" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WdNisSvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WinDefend" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WaaSMedicSvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\wuauserv" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\wercplsupport" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WerSvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\wisvc" /f
    reg delete "HKLM\SYSHIVE\ControlSet001\Services\WSearch" /f
    
     
  3. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    Did you delete cryptsvc and wuausrv?
     
  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,358
    2,267
    60
    I delete wuauserv
    you don't encounter problems removing CryptSvc?
    it handles Root Certificates
    I turned off Automatic Root Certificates Update and if I remember right it was causing Internet problems so I leave it alone now
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,358
    2,267
    60
    I leave these Services alone. Removing them breaks something
    Code:
    AppXSvc
    AppX Deployment Service
    Provides infrastructure support for deploying Store applications. This service is started on demand and if disabled Store applications will not be deployed to the system, and may not function properly.
    
    BFE
    Base Filtering Engine
    The Base Filtering Engine (BFE) is a service that manages firewall and Internet Protocol security (IPsec) policies and implements user mode filtering. Stopping or disabling the BFE service will significantly reduce the security of the system. It will also result in unpredictable behavior in IPsec management and firewall applications.
    
    ClipSVC
    Client License Service
    Provides infrastructure support for the Microsoft Store. This service is started on demand and if disabled applications bought using Microsoft Store will not behave correctly.
    
    camsvc
    Capability Access Manager Service
    Provides facilities for managing UWP apps access to app capabilities as well as checking an app's access to specific app capabilities
    
    InstallService
    Microsoft Store Install Service
    Provides infrastructure support for the Microsoft Store. This service is started on demand and if disabled then installations will not function properly.
    
    NcbService
    Network Connection Broker
    Brokers connections that allow Microsoft Store Apps to receive notifications from the internet.
    
    PushToInstall
    Windows PushToInstall Service
    Provides infrastructure support for the Microsoft Store. This service is started automatically and if disabled then remote installations will not function properly.
    
    PolicyAgent
    IPsec Policy Agent
    Internet Protocol security (IPsec) supports network-level peer authentication, data origin authentication, data integrity, data confidentiality (encryption), and replay protection.  This service enforces IPsec policies created through the IP Security Policies snap-in or the command-line tool "netsh ipsec".  If you stop this service, you may experience network connectivity issues if your policy requires that connections use IPsec.  Also,remote management of Windows Defender Firewall is not available when this service is stopped.
    
    mpssvc
    Windows Defender Firewall
    Windows Defender Firewall helps protect your computer by preventing unauthorized users from gaining access to your computer through the Internet or a network.
    
    Wecsvc
    Windows Event Collector
    This service manages persistent subscriptions to events from remote sources that support WS-Management protocol. This includes Windows Vista event logs, hardware and IPMI-enabled event sources. The service stores forwarded events in a local Event Log. If this service is stopped or disabled event subscriptions cannot be created and forwarded events cannot be accepted.
    
    EventLog
    Windows Event Log
    This service manages events and event logs. It supports logging events, querying events, subscribing to events, archiving event logs, and managing event metadata. It can display events in both XML and plain text format. Stopping this service may compromise security and reliability of the system.
    
     
  6. javaspain

    javaspain MDL Member

    Jul 29, 2009
    190
    98
    10
    did you delete the BITS, CryptSvc and wuauserv services?
    how to update windows?
    what nonsense is this?

     
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,358
    2,267
    60
    No I don't delete CryptSvc


    You can update Windows manually
     
  8. Gaesthy

    Gaesthy MDL Novice

    Aug 10, 2017
    8
    2
    0
    Is possible that any updates on ltsc can change something non related to security, i mean enable some services or revert changes made by user in general?
     
  9. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    I use the newest version of windows 11, so, no problem yet
     
  10. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    Code:
    Wecsvc
    EventLog
    What will break if these are disabled?
     
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,358
    2,267
    60
    iirc it's connected to and breaks windows firewall if removed
    these services either have other dependencies or are dependent on each other

     
  12. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    Nonsense. Removing the former does not.
     
  13. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
  14. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    766
    462
    30
    Store is useless to me since I use EnterpriseG, and store won't work in any case.
     
  15. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    160
    24
    10
    I have not followed the texts, were these services integrated in your script a month ago?