Jump to content

Windows Service Auditor Ve Hizmetler Hakkında...


deli_petro06
 Share

Recommended Posts

Cümleten Selamun Aleyküm. Birkaç gün önce windows service auditor adında bir yazılım gördüm. Bütün hizmetler kısmında yaptığım değişiklikleri .xml dosyası olarak dışarı aktarıyor. Bu .xml dosyasıyla Hizmetler ayarlarını yapabilmemin bir yolu var mıdır? Şu anki Hizmetler ayarlarımdan memnunum.  Her formattan sonra tekrar tekrar ayar yapmak yerine tek hamle de ayarları kurulu yada iso' lu bir sisteme aktarabilir miyim?

Link to comment
Share on other sites

deli_petro06, 1 saat önce yazdı:

Cümleten Selamun Aleyküm. Birkaç gün önce windows service auditor adında bir yazılım gördüm. Bütün hizmetler kısmında yaptığım değişiklikleri .xml dosyası olarak dışarı aktarıyor. Bu .xml dosyasıyla Hizmetler ayarlarını yapabilmemin bir yolu var mıdır? Şu anki Hizmetler ayarlarımdan memnunum.  Her formattan sonra tekrar tekrar ayar yapmak yerine tek hamle de ayarları kurulu yada iso' lu bir sisteme aktarabilir miyim?

Vardır mutlaka bir yolu. Setupcomplete.cmd de eklenebilir. Farklı farklı yöntemler vardır.

Burayı incele.

Please register to see this content.

Detaylı anlatımlar Mcrosoft sayfalarında bulunabilir.

Oluşturduğun dosya içeriğini buraya caps olarak eklermisin.Belki basit bir düzenlemeyle kullanılabilir.

Edited by MrRush
  • Like 1
Link to comment
Share on other sites

Hocam sadece servisleri düzenliyorsanız servislerin olduğu klasörü ".reg" olarak dışarı aktarıp SetupComplete.cmd ile veya formattan sonra el ile çalıştırarak servisleri ayarlayabilirsiniz.

image.png.26590e88a3351f1b7c951c064979a46a.png

 

SetupComplete.cmd ile yaparsanız buna NSudo komutu eklemeniz iyi olabilir. Yoksa erişim izinleri kaynaklı tüm ayarları yapamayabilir.

Edited by canavar123
  • Like 1
Link to comment
Share on other sites

@MrRush İçeriğin tamamını aşağıya ekledim. 

Spoiler

<?xml version="1.0" encoding="UTF-8"?>
<windows-service-auditor-services time="2021/01/06 22:54:20" version="1">
   <service>
      <name>AJRouter</name>
      <display-name>AllJoyn Yönlendirici Hizmeti</display-name>
      <description>Yerel AllJoyn istemcileri için AllJoyn iletilerini yönlendirir. Bu hizmet durdurulursa, kendi dahil edilmiş yönlendiricilerine sahip olmayan AllJoyn istemcileri çalışamayacak.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{1F81D131-3FAC-4537-9E0C-7E7B0C2F4B55}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>ALG</name>
      <display-name>Uygulama Katmanı Ağ Geçidi Hizmeti</display-name>
      <description>Internet Bağlantı Paylaşımı için üçüncü şahıs protokol eklentileri desteği sağlar</description>
      <path-to-executable>C:\Windows\System32\alg.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>AMD External Events Utility</name>
      <display-name>AMD External Events Utility</display-name>
      <description/>
      <path-to-executable>C:\Windows\system32\atiesrxx.exe</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>Event log</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>AarSvc_4ad26</name>
      <display-name>Agent Activation Runtime_4ad26</display-name>
      <description>Runtime for activating conversational agent applications</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k AarSvcGroup -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>AdobeARMservice</name>
      <display-name>Adobe Acrobat Update Service</display-name>
      <description>Adobe Acrobat Updater keeps your Adobe software up to date.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe&quot;</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>AppIDSvc</name>
      <display-name>Uygulama Kimliği</display-name>
      <description>Bir uygulamanın kimliğini belirler ve doğrular. Bu hizmeti devre dışı bırakmak AppLocker&apos;ın zorlanmasını önler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>AppID</service-name>
         <service-name>CryptSvc</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{D02A9C27-79B8-40D6-9B97-CF3F8B7B5D60}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>AppMgmt</name>
      <display-name>Uygulama Yönetimi</display-name>
      <description>Grup İlkesi ile dağıtılan yazılımlara yönelik yükleme, kaldırma ve numaralandırma isteklerini gerçekleştirir. Hizmet devre dışı bırakılırsa, kullanıcılar Grup İlkesi ile dağıtılan yazılımları yükleyemez, kaldıramaz ve numaralandıramaz. Bu hizmet devre dışı bırakıldığında, açıkça bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>AppReadiness</name>
      <display-name>Uygulama Hazır Olma Durumu</display-name>
      <description>Kullanıcı bu bilgisayarda ilk kez oturum açtığında ve yeni uygulamalar eklediğinde, uygulamaların kullanıma hazır olmasını sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k AppReadiness -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>AppVClient</name>
      <display-name>Microsoft App-V Client</display-name>
      <description>Manages App-V users and virtual applications</description>
      <path-to-executable>C:\Windows\system32\AppVClient.exe</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>AppVStrm</service-name>
         <service-name>AppvVfs</service-name>
         <service-name>RpcSS</service-name>
         <service-name>netprofm</service-name>
      </depends-on>
   </service>
   <service>
      <name>AppXSvc</name>
      <display-name>AppX Deployment Service (AppXSVC)</display-name>
      <description>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.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k wsappx -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
         <service-name>staterepository</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Appinfo</name>
      <display-name>Uygulama Bilgileri</display-name>
      <description>Etkileşimli uygulamaların ek yönetimsel ayrıcalıklarla çalıştırılmasını kolaylaştırır.  Bu hizmet durdurulursa, kullanıcılar istenen görevleri gerçekleştirmeleri için gerekebilecek ek yönetimsel ayrıcalıkları olan uygulamaları başlatamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>ProfSvc</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>AssignedAccessManagerSvc</name>
      <display-name>AssignedAccessManager Hizmeti</display-name>
      <description>AssignedAccessManager Hizmeti, Windows&apos;ta bilgi noktası deneyimini destekler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k AssignedAccessManagerSvc</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>AudioEndpointBuilder</name>
      <display-name>Windows Ses Bitiş Noktası Oluşturucu</display-name>
      <description>Windows Ses hizmeti için ses cihazlarını yönetir.  Bu hizmet durdurulursa, ses cihazları ve efektler düzgün çalışmaz.  Bu hizmet devre dışı bırakılırsa, açıkça bu hizmete bağlı olan hizmetler başlatılamaz</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>AudioGroup</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>Audiosrv</name>
      <display-name>Windows Ses</display-name>
      <description>Windows tabanlı programların sesini yönetir.  Bu hizmet durdurulursa, ses aygıtları ve efektler düzgün çalışmaz.  Bu hizmet devre dışı bırakılırsa, açıkça bu hizmete bağlı olan hizmetler başlatılamaz</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>AudioGroup</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>180000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>AudioEndpointBuilder</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>AxInstSV</name>
      <display-name>ActiveX Yükleyicisi (AxInstSV)</display-name>
      <description>İnternetten ActiveX denetimlerinin yüklenmesi için Kullanıcı Hesabı Denetimi doğrulaması sağlar ve Gurup İlkesi ayarlarını temel alarak ActiveX denetim yüklemesinin yönetimini sağlar. Bu hizmet isteğe bağlı başlatılır ve devre dışı bırakılırsa, ActiveX denetimlerinin yüklenmesi varsayılan tarayıcı ayarlarına göre davranacak.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k AxInstSVGroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>BDESVC</name>
      <display-name>BitLocker Sürücü Şifreleme Hizmeti</display-name>
      <description>BDESVC, BitLocker Sürücü Şifrelemesi hizmetini barındırır. BitLocker Sürücü Şifrelemesi işletim sistemiyle ilgili tam birim (sabit veya çıkarılabilir birimler) şifrelemesinin yanı sıra işletim sistemi için güvenli beşletme de sağlar. Bu hizmet BitLocker&apos;ın bağlı olduğunda birimleriyle ilgili çeşitli eylemleri kullanıcılardan istemesini sağlar ve kullanıcı etkileşimi olmadan birimlerin otomatik olarak kilidini açar. Ek olarak, varsa Active Directory&apos;de kurtarma bilgilerini saklar ve gerekiyorsa kullanılan en son kurtarma sertifikalarını verir. Bu hizmetin durdurulması veya devre dışı bırakılması kullanıcıları bu işlevsellikten yararlanmasını engeller.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>BEService</name>
      <display-name>BattlEye Service</display-name>
      <description/>
      <path-to-executable>&quot;C:\Program Files (x86)\Common Files\BattlEye\BEService.exe&quot;</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>BFE</name>
      <display-name>Temel Filtre Altyapısı</display-name>
      <description>Temel Filtre Altyapısı (BFE), güvenlik duvarını ve IP Güvenliği (IPsec) ilkelerini yöneten ve kullanıcı modu filtreleri uygulayan bir hizmettir. BFE hizmetini durdurmak veya devre dışı bırakmak sistemin güvenliğini önemli ölçüde azaltır. Ayrıca, IPsec yönetiminde ve güvenlik duvarı uygulamalarında öngörülemeyen davranışlara da neden olur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>NetworkProvider</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>BITS</name>
      <display-name>Arka Plan Akıllı Aktarım Hizmeti</display-name>
      <description>Boştaki ağ bant genişliğini kullanarak arka planda dosyaları aktarır. Hizmet devre dışıysa, BITS&apos;ye bağlı olan Windows Update veya MSN Explorer gibi uygulamalar, programları ve diğer bilgileri otomatik olarak yükleyemez.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>BTAGService</name>
      <display-name>Bluetooth Ses Ağ Geçidi Hizmeti</display-name>
      <description>Bluetooth Eller Boşta Profili&apos;nin ses ağ geçidi rolünü destekleyen hizmet.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>200</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{0850302A-B344-4FDA-9BE9-90576B8D46F0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>BcastDVRUserService_4ad26</name>
      <display-name>Oyun DVR ve Yayın Kullanıcı Hizmeti_4ad26</display-name>
      <description>Bu kullanıcı hizmeti Oyun Kayıtları ve Canlı Yayınlar için kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k BcastDVRUserService</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>BluetoothUserService_4ad26</name>
      <display-name>Bluetooth Kullanıcı Desteği Hizmeti_4ad26</display-name>
      <description>Bluetooth kullanıcı hizmeti her kullanıcı oturumuyla ilgili Bluetooth özelliklerinin tam işlevselliğini destekler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k BthAppGroup -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>500</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{0850302A-B344-4FDA-9BE9-90576B8D46F0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>BrokerInfrastructure</name>
      <display-name>Arka Plan Görevleri Altyapı Hizmeti</display-name>
      <description>Sistemde hangi arka plan görevlerinin çalıştırılabileceğini denetleyen Windows altyapı hizmeti.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>COM Infrastructure</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>DcomLaunch</service-name>
         <service-name>RpcEptMapper</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>BthAvctpSvc</name>
      <display-name>AVCTP hizmeti</display-name>
      <description>Bu, Ses Video Denetim Aktarım Protokolü hizmetidir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>200</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{0850302A-B344-4FDA-9BE9-90576B8D46F0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>CDPSvc</name>
      <display-name>Bağlı Cihazlar Platformu Hizmeti</display-name>
      <description>Bu hizmet Bağlı Cihazlar Platformu senaryoları için kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSS</service-name>
         <service-name>Tcpip</service-name>
         <service-name>ncbservice</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <aggregate/>
            </type>
            <type>
               <guid>{A086FF1E-D6DC-45F7-B3E4-6CD5C9FDD6D7}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>CDPUserSvc_4ad26</name>
      <display-name>Bağlı Cihazlar Platformu Kullanıcı Hizmeti_4ad26</display-name>
      <description>Bu kullanıcı hizmeti Bağlı Cihazlar Platformu senaryoları için kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>COMSysApp</name>
      <display-name>COM+ Sistem Uygulaması</display-name>
      <description>Bileşen Nesne Modeli (COM)+ tabanlı bileşenlerin yapılandırmasını ve izlemesini yönetir. Hizmet durdurulursa, COM+ tabanlı bileşenlerin çoğu düzgün çalışmaz. Bu hizmet devre dışı bırakılırsa, tamamen buna dayanan hizmetlerin hiçbiri başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\dllhost.exe /Processid:{02D4B3F1-FD88-11D1-960D-00805FC79235}</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>30</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>EventSystem</service-name>
         <service-name>RpcSs</service-name>
         <service-name>SENS</service-name>
      </depends-on>
   </service>
   <service>
      <name>CaptureService_4ad26</name>
      <display-name>CaptureService_4ad26</display-name>
      <description>Windows.Graphics.Capture API&apos;sini çağıran uygulamalar için isteğe bağlı ekran yakalama işlevini etkinleştirir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>CertPropSvc</name>
      <display-name>Sertifika Yayma</display-name>
      <description>Kullanıcı sertifikalarını ve kök sertifikalarını akıllı karttan geçerli kullanıcının sertifika deposuna kopyalar, akıllı kartı akıllı kart okuyucusuna yerleştirdiğinizde algılar ve ihtiyaç duyulursa akıllı kart Tak ve Kullan mini sürücüsünü yükler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{50DD5230-BA8A-11D1-BF5D-0000F805F530}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{121D8161-866D-4A24-BA58-9058940C0D47}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>ClickToRunSvc</name>
      <display-name>Microsoft Office Tıkla-Çalıştır Hizmeti</display-name>
      <description>?Microsoft Office ürünlerine ve ilgili güncelleştirmelerine yönelik kaynak koordinasyonunu, arka planda indirmeyi ve sistem tümleştirmesini yönetir. Herhangi bir Microsoft Office programının kullanımı, ilk yüklemesi ve sonraki tüm güncelleştirmeler sırasında bu hizmetin çalışması gerekir.?</description>
      <path-to-executable>&quot;C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe&quot; /service</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>ClipSVC</name>
      <display-name>İstemci Lisans Hizmeti (ClipSVC)</display-name>
      <description>Microsoft Store için altyapı desteği sağlar. Bu hizmet isteğe bağlı olarak başlatılır ve devre dışı bırakılması halinde, Windows Store kullanılarak satın alınan uygulamalar doğru şekilde davranmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k wsappx -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>ConsentUxUserSvc_4ad26</name>
      <display-name>ConsentUX_4ad26</display-name>
      <description>ConnectUX ve Kişisel Bilgisayar Ayarları&apos;nın WiFi ekranlarına ve Bluetooth cihazlarına Bağlanmasına ve onlarla Eşleşmesine izin verir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DevicesFlow</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>CoreMessagingRegistrar</name>
      <display-name>CoreMessaging</display-name>
      <description>Manages communication between system components.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <reboot/>
            <delay>30000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>CredentialEnrollmentManagerUserSvc_4ad26</name>
      <display-name>CredentialEnrollmentManagerUserSvc_4ad26</display-name>
      <description>Kimlik Bilgisi Kayıt Yöneticisi</description>
      <path-to-executable>C:\Windows\system32\CredentialEnrollmentManager.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>CryptSvc</name>
      <display-name>Şifreleme Hizmetleri</display-name>
      <description>Üç yönetim hizmeti sağlar: Windows dosyalarının imzalarını onaylayan ve yeni programların yüklenmesine izin veren Katalog Veritabanı Hizmeti; Güvenilen Kök Sertifika Yetkilisi sertifikalarını bu bilgisayara ekleyen ve kaldıran Korumalı Kök Hizmeti; ve Windows Update&apos;ten kök sertifikalarını alan ve SSL gibi senaryoları etkinleştirin Otomatik Kök Sertifika Güncelleştirme Hizmeti. Bu hizmet durdurulursa, bu yönetim hizmetleri düzgün çalışmaz. Bu hizmet devre dışı bırakılırsa, açık olarak ona bağlı olan hiçbir hizmet başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT Authority\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>CscService</name>
      <display-name>Çevrimdışı Dosyalar</display-name>
      <description>Çevrimdışı Dosyalar hizmeti, Çevrimdışı Dosyalar önbelleğinde bakım etkinlikleri gerçekleştirir, kullanıcıların oturum açma ve kapatma olaylarına karşılık verir, genel API iç öğelerini uygular ve ilginç olayları Çevrimdışı Dosyalar etkinlikleriyle ve önbellek durumundaki değişikliklerle ilgilenenlere gönderir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DPS</name>
      <display-name>Tanı İlkesi Hizmeti</display-name>
      <description>Tanılama İlkesi Hizmeti, Windows bileşenleriyle ilgili sorun algılama, sorun giderme ve çözümleme olanaklarını etkinleştirir. Bu hizmet durdurulursa, tanılama işlevi çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>DcomLaunch</name>
      <display-name>DCOM Sunucusu İşlem Başlatıcısı</display-name>
      <description>DCOMLAUNCH hizmeti nesne etkinleştirme isteklerine yanıt olarak COM ve DCOM sunucularını başlatır. Bu hizmet durdurulur veya devre dışı bırakılırsa, COM veya DCOM&apos;u kullanan programlar düzgün çalışmaz. DCOMLAUNCH hizmetinin çalışmasını sağlamanız kesinlikle önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>COM Infrastructure</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
      </recovery>
   </service>
   <service>
      <name>DevQueryBroker</name>
      <display-name>DevQuery Arka Plan Keşfi Aracısı</display-name>
      <description>Uygulamaların arka plan görevi olan cihazları keşfetmesini sağlar</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DeviceAssociationBrokerSvc_4ad26</name>
      <display-name>DeviceAssociationBroker_4ad26</display-name>
      <description>Enables apps to pair devices</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DevicesFlow -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>DeviceAssociationService</name>
      <display-name>Aygıt İlişkisi Hizmeti</display-name>
      <description>Sistemle kablolu veya kablosuz cihazlar arasında eşlemeye olanak tanır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DeviceInstall</name>
      <display-name>Aygıt Yükleme Hizmeti</display-name>
      <description>Çok az veya hiç kullanıcı girişi olmadan bilgisayarın donanımları tanımasını ve değişikliklere uyum sağlamasını etkinleştirir. Bu hizmeti durdurmak veya devre dışı bırakmak sistem kararsızlığı ile sonuçlanır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>PlugPlay</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DevicePickerUserSvc_4ad26</name>
      <display-name>DevicePicker_4ad26</display-name>
      <description>Bu kullanıcı hizmeti; Miracast, DLNA ve DIAL kullanıcı arabirimini yönetmek için kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DevicesFlow</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>DevicesFlowUserSvc_4ad26</name>
      <display-name>DevicesFlow_4ad26</display-name>
      <description>ConnectUX ve Kişisel Bilgisayar Ayarları&apos;nın WiFi ekranlarına ve Bluetooth cihazlarına Bağlanmasına ve onlarla Eşleşmesine izin verir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DevicesFlow</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>Dhcp</name>
      <display-name>DHCP İstemcisi</display-name>
      <description>Bu bilgisayar için IP adreslerinin ve DNS kayıtlarının kaydını yapıp güncelleştirir. Bu hizmet durdurulursa, bu bilgisayar dinamik IP adreslerini ve DNS güncelleştirmelerini almaz. Bu hizmet devre dışı bırakılırsa, açık olarak bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Afd</service-name>
         <service-name>NSI</service-name>
      </depends-on>
   </service>
   <service>
      <name>DispBrokerDesktopSvc</name>
      <display-name>İlke Hizmetini Görüntüle</display-name>
      <description>Yerel ve uzak ekranların bağlantısını ve yapılandırmasını yönetir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>DisplayEnhancementService</name>
      <display-name>Görüntü İyileştirme Hizmeti</display-name>
      <description>Parlaklık denetimi gibi görüntü geliştirmeyi yönetmek için bir hizmet.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{97F115C8-599A-4153-8894-D2D12899918A}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{A7029AAC-77DD-4DDD-959B-054F5574F4FB}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{DB524086-BA90-4E1E-BE42-894E94ECF289}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DmEnrollmentSvc</name>
      <display-name>Aygıt Yönetimi Kayıt Hizmeti</display-name>
      <description>Cihaz Yönetimi için Cihaz Kayıt Etkinlikleri gerçekleştirir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>Dnscache</name>
      <display-name>DNS İstemcisi</display-name>
      <description>DNS İstemcisi hizmeti (dsncache) Etki Alanı Adı Sistemi (DNS) adlarını önbelleğe alır ve bu bilgisayarın tam bilgisayar adını kaydeder. Hizmet durdurulursa, DNS adları çözümlenmeye devam edilir. Ancak DNS adı sorgularının sonuçları önbelleğe alınmaz ve bilgisayarın adı kaydedilmez. Hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan diğer hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>Afd</service-name>
         <service-name>nsi</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{277C9237-51D8-5C1C-B089-F02C683E5BA7}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DoSvc</name>
      <display-name>Teslim En İyileştirme</display-name>
      <description>İçerik teslim en iyileştirme görevleri gerçekleştirir</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{659FCAE6-5BDB-4DA9-B1FF-CA2A178D46E0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DsSvc</name>
      <display-name>Veri Paylaşımı Hizmeti</display-name>
      <description>Uygulamalar arasında veri aracılığı sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DsmSvc</name>
      <display-name>Aygıt Kurulum Yöneticisi</display-name>
      <description>Cihazla ilgili yazılımların algılanmasına, indirilmesine ve yüklenmesine olanak tanır. Bu hizmet devre dışı bırakılırsa, cihazlar eski yazılımlarla yapılandırılabilir ve düzgün çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>DusmSvc</name>
      <display-name>Veri Kullanımı</display-name>
      <description>Ağ veri kullanımı ve veri sınırı, arka plan verilerini ve tarifeli ağları kısıtlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>EFS</name>
      <display-name>Şifreleme Dosya Sistemi (EFS)</display-name>
      <description>Şifrelenmiş dosyaları NTFS dosya sistemi birimlerinde depolamak için kullanılan çekirdek dosya şifreleme teknolojisini sağlar. Bu hizmet durdurulur veya devre dışı bırakılırsa, uygulamalar şifrelenmiş dosyalara erişemez.</description>
      <path-to-executable>C:\Windows\System32\lsass.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Eaphost</name>
      <display-name>Genişletilebilir Kimlik Doğrulama Protokolü</display-name>
      <description>Genişletilebilir Kimlik Doğrulama Protokolü (EAP) hizmeti, 802.1x kablolu veya kablosuz, VPN ve Ağ Erişim Koruması (NAP) gibi senaryolarda ağ kimlik doğrulaması sağlar. EAP ayrıca kimlik doğrulama işlemi sırasında kablosuz istemciler ve VPN istemcileri dahil ağ erişim istemcileri tarafından kullanılan uygulama programı arabirimleri (API) de sağlar. Bu hizmeti devre dışı bırakırsanız, bu bilgisayarın EAP kimlik doğrulaması gerektiren ağlara erişmesi engellenir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>KeyIso</service-name>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>EntAppSvc</name>
      <display-name>Kurumsal Uygulama Yönetimi Hizmeti</display-name>
      <description>Kurumsal uygulama yönetimini sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k appmodel -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>EventLog</name>
      <display-name>Windows Olay Günlüğü</display-name>
      <description>Bu hizmet, olayları ve olay günlüklerini yönetir. Olayları günlüğe kaydetmeyi, olayları sorgulamayı, olaylara abone olmayı, olay günlüklerini arşivlemeyi ve olay meta verisini yönetmeyi destekler. Olayları hem XML hem de düz metin biçiminde görüntüleyebilir. Bu hizmeti durdurmak, güvenliği ve sisteminizin güvenilirliğini tehlikeye atabilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>Event Log</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>EventSystem</name>
      <display-name>COM+ Olay Sistemi</display-name>
      <description>Abone Bileşen Nesne Modeli (COM) bileşenlerine olayların otomatik dağıtımını sağlayan Sistem Olay Bildirim Hizmeti&apos;ni (SENS) destekler. Hizmet durdurulursa, SENS kapatılır ve oturum açma ya da oturum kapatma bildirimleri sağlanamaz. Bu hizmet devre dışı bırakılırsa, açıkça ona dayanan herhangi bir başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>FDResPub</name>
      <display-name>İşlev Bulma Kaynak Yayımı</display-name>
      <description>Bu bilgisayarı ve bu bilgisayara bağlı kaynakları ağ üzerinden bulunabilmeleri için yayımlar. Bu hizmet durdurulursa, ağ kaynakları artık yayımlanmaz ve ağdaki başka bilgisayarlar tarafından bulunamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>fdphost</service-name>
         <service-name>http</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{FBCFAC3F-8460-419F-8E48-1F0B49CDB85E}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>FontCache</name>
      <display-name>Windows Yazı Tipi Önbelleği Hizmeti</display-name>
      <description>Sık kullanılan yazı tipi verilerini önbelleğe alarak uygulamaların performansını en iyi duruma getirir. Hizmet çalışmıyorsa, uygulamalar bu hizmeti başlatır. Devre dışı bırakılabilir, ancak bu, uygulamanın performansını düşürür.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>AudioGroup</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>300</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>FontCache3.0.0.0</name>
      <display-name>Windows Presentation Foundation Font Cache 3.0.0.0</display-name>
      <description>Sık kullanılan yazı tipi verilerini önbelleğe kaydederek Windows Presentation Foundation (WPF) uygulamalarının performansını en iyi duruma getirir. WPF uygulamaları, henüz çalışmıyorsa bu hizmeti başlatır. Bu hizmet devre dışı bırakılabilir, ancak bu WPF uygulamalarının performansının düşmesine neden olur.</description>
      <path-to-executable>C:\Windows\Microsoft.Net\Framework64\v3.0\WPF\PresentationFontCache.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>FrameServer</name>
      <display-name>Windows Kamera Çerçeve Sunucusu</display-name>
      <description>Birden çok istemcinin kamera cihazlarından video karelerine erişmesini sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k Camera</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{E5323777-F976-4F5B-9B55-B94699C46E44}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{24E552D7-6523-47F7-A647-D3465BF1F5CA}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>GraphicsPerfSvc</name>
      <display-name>GraphicsPerfSvc</display-name>
      <description>Graphics performance monitor service</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k GraphicsPerfSvcGroup</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3600000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>7200000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>86400000</delay>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>HvHost</name>
      <display-name>HV Ana Bilgisayar Hizmeti</display-name>
      <description>Ana bilgisayar işletim sistemine bölüm başına performans sayacı sağlamak amacıyla Hyper-V hiper yöneticisi için arabirim sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>hvservice</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>IKEEXT</name>
      <display-name>IKE ve AuthIP IPsec Anahtarlama Modülleri</display-name>
      <description>IKEEXT hizmeti, Internet Anahtar Değişimi (IKE) ve Kimliği Doğrulanmış Internet Protokolü (AuthIP) anahtarlama modüllerini barındırır. Bu anahtarlama modülleri IP güvenliğinde (IPsec) kimlik doğrulama ve anahtar değişimi için kullanılır. IKEEXT hizmetini durdurmak veya devre dışı bırakmak, eş bilgisayarlarda IKE ve AuthIP anahtar değişimini devre dışı bırakır. IPsec normalde IKE veya AuthIP kullanmak üzere yapılandırıldığından, IKEEXT hizmetini durdurmak veya devre dışı bırakmak IPsec&apos;in başarısız olmasına neden olabilir ve sistem güvenliğini tehlikeye atabilir. Kesinlikle IKEEXT hizmetini çalışır durumda tutmanız önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>BFE</service-name>
         <service-name>nsi</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <port-event/>
            </type>
            <type>
               <guid>{B7569E07-8421-4EE0-AD10-86915AFDAD09}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>InstallService</name>
      <display-name>Microsoft Store Yükleme Hizmeti</display-name>
      <description>Microsoft Store için altyapı desteği sağlar. Bu hizmet isteğe bağlı olarak başlatılır ve devre dışı bırakılması hâlinde yüklemeler düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>IpxlatCfgSvc</name>
      <display-name>IP Çeviri Yapılandırma Hizmeti</display-name>
      <description>v4&apos;ten v6&apos;ya ve tam tersi yönde çeviriyi yapılandırır ve etkinleştirir</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>300</reset-period>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>nsi</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>KeyIso</name>
      <display-name>CNG Anahtar Yalıtımı</display-name>
      <description>CNG anahtar yalıtımı hizmeti LSA işleminde barındırılır. Bu hizmet, özel anahtarlara ve ilişkili şifreleme işlemlerine Ortak Ölçütlerin gerektirdiği anahtar işlemi yalıtımını sağlar. Hizmet, Ortak Ölçütler gereksinimlerine uyan güvenli bir işlemde uzun ömürlü anahtarlar depolar ve kullanır.</description>
      <path-to-executable>C:\Windows\system32\lsass.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>KtmRm</name>
      <display-name>Dağıtılmış İşlem Düzenleyicisi için KtmRm</display-name>
      <description>Dağıtılmış İşlem Düzenleyicisi  (MSDTC) ile Çekirdek İşlem Yöneticisi (KTM) arasındaki işlemleri düzenler. Buna gerek duyulmuyorsa, bu hizmetin durdurulmuş olarak bırakılması önerilir. Gerek duyuluyorsa, hem MSDTC hem de KTM bu hizmeti otomatik olarak başlatır. Bu hizmet devre dışı bırakılırsa, Çekirdek Kaynak Yöneticisi ile etkileşimli çalışan MSDTC işlemleri başarısız olur ve açıkça bu hizmete bağlı diğer hizmetler başlamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>11000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
         <service-name>SamSS</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{CE20D1C3-A247-4C41-BCB8-3C7F52C8B805}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>LSM</name>
      <display-name>Yerel Oturum Yöneticisi</display-name>
      <description>Yerel kullanıcı oturumlarını yöneten çekirdek Windows Hizmeti. Bu hizmetin durdurulması veya devre dışı bırakılması sistem kararsızlığına yol açar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>COM Infrastructure</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>DcomLaunch</service-name>
         <service-name>RpcEptMapper</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>LanmanServer</name>
      <display-name>Sunucu</display-name>
      <description>Bu bilgisayar için ağ üzerinden dosya, yazıcı ve adlandırılmış kanal paylaşımını destekler. Bu hizmet durdurulursa, bu işlevler kullanılamaz. Bu hizmet devre dışı bırakılırsa, açık olarak bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>SamSS</service-name>
         <service-name>Srv2</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{1F81D131-3FAC-4537-9E0C-7E7B0C2F4B55}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>LanmanWorkstation</name>
      <display-name>İş İstasyonu</display-name>
      <description>SMB protokolünü kullanarak uzak sunuculara yönelik istemci ağ bağlantıları oluşturur ve bunları sürdürür. Bu hizmet durdurulursa, bu bağlantılar kullanılamaz. Bu hizmet devre dışı bırakılırsa, açık olarak ona bağlı olan hiçbir hizmet başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>NetworkProvider</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>bowser</service-name>
         <service-name>mrxsmb20</service-name>
         <service-name>nsi</service-name>
      </depends-on>
   </service>
   <service>
      <name>LicenseManager</name>
      <display-name>Windows Lisans Yöneticisi Hizmeti</display-name>
      <description>Microsoft Store için altyapı desteği sağlar. Bu hizmet isteğe bağlı olarak başlatılır ve devre dışı bırakılması hâlinde Microsoft Store üzerinden sağlanan içerik düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>LxpSvc</name>
      <display-name>Dil Deneyimi Hizmeti</display-name>
      <description>Yerelleştirilmiş Windows kaynaklarını dağıtmak ve yapılandırmak için altyapı desteği sağlar. Bu hizmet isteğe bağlı olarak başlatılır ve devre dışı bırakılırsa ek Windows dilleri sisteme dağıtılmaz ve Windows düzgün çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>MSDTC</name>
      <display-name>Dağıtılmış İşlem Düzenleyicisi</display-name>
      <description>Veritabanları, ileti sıraları gibi çoklu kaynak yöneticilerini ve dosya sistemlerini kapsayan işlemleri düzenler. Bu hizmet durdurulursa, söz konusu işlemler başarısız olur. Bu hizmet devre dışı bırakılıra, açıkça bu hizmete bağlı diğer hizmetler de başlamaz.</description>
      <path-to-executable>C:\Windows\System32\msdtc.exe</path-to-executable>
      <startup-type>Manual (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>11000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
         <service-name>SamSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>MSiSCSI</name>
      <display-name>Microsoft iSCSI Başlatıcısı Hizmeti</display-name>
      <description>Bu bilgisayardan uzak iSCSI hedef aygıtlarına Internet SCSI (iSCSI) oturumlarını yönetir. Bu hizmet durdurulursa, bu bilgisayar iSCSI hedeflerine oturum açamaz veya erişemez. Bu hizmet devre dışı bırakılırsa, açıkça ona bağlı olan hiçbir hizmet başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>iSCSI</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>18000</reset-period>
         <reboot-message>See Note 3 below</reboot-message>
         <command>customScript.cmd</command>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>MapsBroker</name>
      <display-name>İndirilen Haritalar Yöneticisi</display-name>
      <description>İndirilen haritalara uygulama erişimi için Windows hizmeti. Bu hizmet, indirilen haritalara erişmek isteyen uygulama tarafından isteğe bağlı olarak başlatılır. Bu hizmetin devre dışı bırakılması uygulamaların haritalara erişimini engeller.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <load-order-group>NetworkService</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>MessagingService_4ad26</name>
      <display-name>MesajlaşmaHizmeti_4ad26</display-name>
      <description>Metin iletisi gönderme ve ilgili işlevleri destekleyen hizmet.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>MicrosoftEdgeElevationService</name>
      <display-name>Microsoft Edge Elevation Service (MicrosoftEdgeElevationService)</display-name>
      <description>Keeps Microsoft Edge up to update. If this service is disabled, the application will not be kept up to date.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Microsoft\Edge\Application\87.0.664.41\elevation_service.exe&quot;</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>MixedRealityOpenXRSvc</name>
      <display-name>Windows Mixed Reality OpenXR Service</display-name>
      <description>Enables Mixed Reality OpenXR runtime functionality</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>MozillaMaintenance</name>
      <display-name>Mozilla Maintenance Service</display-name>
      <description/>
      <path-to-executable>&quot;C:\Program Files (x86)\Mozilla Maintenance Service\maintenanceservice.exe&quot;</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>NaturalAuthentication</name>
      <display-name>Natural Kimlik Doğrulaması</display-name>
      <description>Zaman, ağ, coğrafi konum, bluetooth ve cdf faktörlerini baz alarak sinyalleri değerlendiren sinyal toplayıcı hizmet. Cihaz Kilidi Açma, Dinamik Kilit ve Dinamo MDM ilkeleri desteklenen özelliklerdir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>ProfSvc</service-name>
         <service-name>RpcSs</service-name>
         <service-name>Schedule</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NcaSvc</name>
      <display-name>Ağ Bağlantısı Yardımcısı</display-name>
      <description>UI bileşenleri için DirectAccess durum bildirimi sağlar</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetSvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>BFE</service-name>
         <service-name>NSI</service-name>
         <service-name>dnscache</service-name>
         <service-name>iphlpsvc</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{659FCAE6-5BDB-4DA9-B1FF-CA2A178D46E0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <join-or-leave-domain/>
            </type>
            <type>
               <guid>{1CE20ABA-9851-4421-9430-1DDEB766E809}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <join-or-leave-domain/>
            </type>
            <type>
               <guid>{DDAF516E-58C2-4866-9574-C3B615D42EA1}</guid>
            </type>
            <action>
               <stop/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NcbService</name>
      <display-name>Ağ Bağlantısı Aracısı</display-name>
      <description>Windows Mağazası uygulamalarının İnternet&apos;ten bildirimler almasına olanak tanıyan Aracılar bağlantıları.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>BrokerInfrastructure</service-name>
         <service-name>RpcSS</service-name>
         <service-name>tcpip</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NcdAutoSetup</name>
      <display-name>Ağ Bağlantılı Cihazların Otomatik Kurulumu</display-name>
      <description>Ağa Bağlı Cihazların Otomatik Kurulumu hizmeti uygun bir ağa bağlanan uygun cihazları izler ve yükler. Bu hizmetin durdurulması veya devre dışı bırakılması, Windows&apos;un uygun ağa bağlı cihazları otomatik olarak bulmasını ve yüklemesini engelleyecektir. Kullanıcılar yine de kullanıcı arabirimi aracılığıyla ağa bağlı cihazları kişisel bilgisayara el ile ekleyebilirler.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>netprofm</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{FBCFAC3F-8460-419F-8E48-1F0B49CDB85E}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NetSetupSvc</name>
      <display-name>Ağ Kurulum Hizmeti</display-name>
      <description>Ağ Kurulum Hizmeti, ağ sürücülerinin yüklenmesini yönetir ve düşük düzey ağ ayarlarının yapılandırılmasına izin verir. Bu hizmet durdurulursa, devam eden herhangi bir sürücü yüklemesi iptal edilebilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NetTcpPortSharing</name>
      <display-name>Net.Tcp Bağlantı Noktası Paylaştırma Hizmeti</display-name>
      <description>Net.tcp protokolü üzerinden TCP bağlantı noktalarını paylaşma olanağı sağlar.</description>
      <path-to-executable>C:\Windows\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMSvcHost.exe</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>Netlogon</name>
      <display-name>Netlogon</display-name>
      <description>Kullanıcı ve hizmetlerin kimlik doğrulaması için bu bilgisayar ve etki alanı denetleyicisi arasında güvenli bir kanal oluşturur. Bu hizmet durdurulursa, bu bilgisayar kullanıcı ve hizmetlerin kimlik doğrulamasını, etki alanı denetleyicisi DNS kayıtlarının kaydını yapamaz. Bu hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan diğer hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\lsass.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>MS_WindowsRemoteValidation</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>LanmanWorkstation</service-name>
      </depends-on>
   </service>
   <service>
      <name>Netman</name>
      <display-name>Ağ Bağlantıları</display-name>
      <description>Yerel ağ ile uzak bağlantıları görebildiğiniz Ağ ve Çevirmeli Bağlantılar klasöründeki nesneleri yönetir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>nsi</service-name>
      </depends-on>
   </service>
   <service>
      <name>NgcCtnrSvc</name>
      <display-name>Microsoft Passport Kapsayıcı</display-name>
      <description>Kimlik sağlayıcılarıyla TPM sanal akıllı kartlara kullanıcının kimliğini doğrulamak için kullanılan yerel kullanıcı kimliği anahtarlarını yönetir. Bu hizmet devre dışı bırakılırsa, yerel kullanıcı kimliği anahtarlarına ve TPM sanal akıllı kartlarına erişilemeyecek. Bu hizmetin yeniden yapılandırılmaması önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>Cryptography</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NgcSvc</name>
      <display-name>Microsoft Passport</display-name>
      <description>Bir kullanıcının ilişkili kimlik sağlayıcılarına kimlik doğrulaması için kullanılan şifreleme anahtarları için işlem yalıtımı sağlar. Bu hizmet devre dışı bırakılırsa, bu anahtarların kullanım ve yönetiminin tamamı kullanılamaz olur ve buna makine oturum açma ve uygulama ve web siteleri için çoklu oturum açma da dahildir. Bu hizmet otomatik olarak başlar ve sonlanır. Bu hizmeti yeniden yapılandırmamanız önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>Cryptography</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{00F40965-E89D-4487-9890-87C3ABB211F4}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>NlaSvc</name>
      <display-name>Ağ Konumu Tanıma</display-name>
      <description>Ağın yapılandırma bilgilerini toplayıp depolar ve bu bilgiler değiştiğinde bunu programlara bildirir. Bu hizmet durdurulursa, yapılandırma bilgileri kullanılamayabilir. Bu hizmet devre dışı bırakılırsa, açıkça ona bağlı olan tüm hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Dhcp</service-name>
         <service-name>Eventlog</service-name>
         <service-name>NSI</service-name>
         <service-name>RpcSs</service-name>
         <service-name>TcpIp</service-name>
      </depends-on>
   </service>
   <service>
      <name>OneSyncSvc_4ad26</name>
      <display-name>Ana Bilgisayarı Eşitle_4ad26</display-name>
      <description>Bu hizmet, posta, kişiler, takvim ve diğer çeşitli kullanıcı verilerini eşitler. Posta ve bu işleve bağlı diğer uygulamalar bu hizmet çalışmıyorken düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>PNRPAutoReg</name>
      <display-name>PNRP Makine Adı Yayın Hizmeti</display-name>
      <description>Bu hizmet Eş Adı Çözümleme Protokolü&apos;nü kullanarak bir makine adı yayınlar. Yapılandırma &apos;p2p pnrp eşi&apos; netsh bağlamıyla yönetilir </description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServicePeerNet</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>pnrpsvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>PNRPsvc</name>
      <display-name>Eş Adı Çözümleme Protokolü</display-name>
      <description>Eş Adı Çözümleme Protokolünü (PNRP) kullanarak Internet üzerinden sunucusuz eş adı çözümlemesini etkinleştirir. Devre dışı bırakılırsa Uzaktan Yardım gibi eşler arası uygulamalar ve işbirliği uygulamaları çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServicePeerNet</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>p2pimsvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>PcaSvc</name>
      <display-name>Program Uyumluluk Yardımcısı Hizmeti</display-name>
      <description>Bu hizmet Program Uyumluluk Yardımcısı (PCA) için destek sağlar. PCA, kullanıcı tarafından yüklenip çalıştırılan programları izler ve bilinen uyumluluk sorunlarını algılar. Bu hizmet durdurulursa, PCA düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>PeerDistSvc</name>
      <display-name>BranchCache</display-name>
      <description>Bu hizmet, yerel alt ağdaki eşlerden gelen ağ içeriğini önbelleğe alır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k PeerDist</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>http</service-name>
      </depends-on>
   </service>
   <service>
      <name>PerfHost</name>
      <display-name>Performans Sayacı DLL Konak</display-name>
      <description>Uzak kullanıcıların ve 64-bit işlemlerin 32-bit DDL&apos;lerin sağladığı performans sayaçlarını sorgulayabilmesini sağlar. Bu hizmet durdurulursa, sadece yerel kullanıcılar ve 32-bit işlemler, 32 bit DLL&apos;lerin sağladığı performans sayaçlarını sorgulayabilir.</description>
      <path-to-executable>C:\Windows\SysWow64\perfhost.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>PhoneSvc</name>
      <display-name>Telefon Hizmeti</display-name>
      <description>Cihazda telefon durumunu yönetir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>PimIndexMaintenanceSvc_4ad26</name>
      <display-name>Kişi Verileri_4ad26</display-name>
      <description>Hızlı kişi araması için kişi verilerini dizine ekler. Bu hizmeti durdurur veya devre dışı bırakırsanız, kişiler arama sonuçlarınıza girmeyebilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>PlugPlay</name>
      <display-name>Tak ve Kullan</display-name>
      <description>Çok az veya hiç kullanıcı girişi olmadan bilgisayarın donanımları tanımasını ve değişikliklere uyum sağlamasını etkinleştirir. Bu hizmeti durdurmak veya devre dışı bırakmak sistem kararsızlığı ile sonuçlanır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>PlugPlay</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <restart-service/>
            <delay>15000</delay>
         </action>
      </recovery>
   </service>
   <service>
      <name>PolicyAgent</name>
      <display-name>IPsec İlke Aracısı</display-name>
      <description>Internet Protokolü güvenliği (IPsec) ağ düzeyinde eş kimlik doğrulamasını, veri kaynağı kimlik doğrulamasını, veri bütünlüğünü, veri gizliliğini (şifreleme) ve yeniden yürütme korumasını destekler. Bu hizmet IP Güvenlik İlkeleri ek bileşeniyle veya &quot;netsh ipsec&quot; komut satırı aracıyla oluşturulan IPsec ilkelerini uygulamaya zorlar. Bu hizmeti durdurursanız ve ilkeniz IPsec kullanmak için bu bağlantıları gerektiriyorsa ağ bağlantısı sorunlarıyla karşılaşabilirsiniz. Ayrıca bu hizmet durdurulduğunda, uzaktan Windows Defender Güvenlik Duvarı yönetimi de kullanılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT Authority\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Tcpip</service-name>
         <service-name>bfe</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <port-event/>
            </type>
            <type>
               <guid>{B7569E07-8421-4EE0-AD10-86915AFDAD09}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Power</name>
      <display-name>Güç</display-name>
      <description>Güç ilkesini ve güç ilkesi bildirim dağıtımını yönetir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>Plugplay</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
      </recovery>
   </service>
   <service>
      <name>PrintNotify</name>
      <display-name>Yazıcı Uzantıları ve Bildirimleri</display-name>
      <description>Bu hizmet özel yazıcı iletişim kutularını açar ve uzak yazıcı sunucusu veya yazıcıdan gelen bildirimleri işler. Bu hizmeti kapatırsanız, yazıcı uzantılarını veya bildirimlerini göremezsiniz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k print</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account>
            <interact-with-desktop/>
         </local-system-account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>PrintWorkflowUserSvc_4ad26</name>
      <display-name>PrintWorkflow_4ad26</display-name>
      <description>Yazdırma İş Akışı uygulamaları için destek sağlar. Bu hizmeti kapatırsanız, başarıyla yazdıramayabilirsiniz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k PrintWorkflow</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>ProfSvc</name>
      <display-name>Kullanıcı Profili Hizmeti</display-name>
      <description>Bu hizmet, kullanıcı profillerini yüklemek ve kaldırmaktan sorumludur. Bu hizmet durdurulur veya devre dışı bırakılırsa, kullanıcılar başarıyla oturum açamaz veya kapatamaz, uygulamalar kullanıcı verilerini almada sorunlarla karşılaşabilir ve profil olay bildirimlerini almak üzere kaydettirilmiş bileşenler bu bildirimleri almaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>profsvc_group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>PushToInstall</name>
      <display-name>Windows PushToInstall Hizmeti</display-name>
      <description>Microsoft Store için altyapı desteği sağlar. Bu hizmet otomatik olarak başlatılır ve devre dışı bırakılması hâlinde uzaktan yüklemeler düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>QWAVE</name>
      <display-name>Kaliteli Windows Ses Video Deneyim</display-name>
      <description>Windows Kaliteli Ses Video Deneyim Hizmeti (qWave), IP ev ağlarındaki Ses Video (AV) akış uygulamalarına yönelik bir ağ platformudur. qWave, AV uygulamaları için ağ hizmet kalitesini (QoS) güvence altına alma yoluyla AV akış performansını ve güvenilirliğini geliştirir. Giriş denetimi, çalıştırma zamanı izleme ve uygulaması, uygulama geri bildirimi ve trafik önceliği belirleme mekanizmaları sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>LLTDIO</service-name>
         <service-name>QWAVEdrv</service-name>
         <service-name>psched</service-name>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>RasAuto</name>
      <display-name>Uzaktan Erişim Otomatik Bağlantı Yöneticisi</display-name>
      <description>Program her uzak DNS&apos;e veya NetBIOS adı veya adresine başvurduğunda, uzaktaki ağa bir bağlantı kurar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RasAcd</service-name>
      </depends-on>
   </service>
   <service>
      <name>RasMan</name>
      <display-name>Uzaktan Erişim Bağlantı Yöneticisi</display-name>
      <description>Bu bilgisayarla Internet veya diğer uzak ağlar arasındaki çevirmeli ve sanal özel ağ (VPN) bağlantılarını yönetir. Bu hizmet devre dışı bırakılırsa, açıkça bu hizmete bağlı diğer hizmetler de başlamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>DnsCache</service-name>
         <service-name>SstpSvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>RemoteAccess</name>
      <display-name>Yönlendirme ve Uzaktan Erişim</display-name>
      <description>Yerel ağ ve geniş alan ağı ortamlarında çalışan işletmelere yönlendirme hizmetleri sunar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>+NetBIOSGroup</service-name>
         <service-name>Bfe</service-name>
         <service-name>Http</service-name>
         <service-name>RasMan</service-name>
         <service-name>RpcSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>RemoteRegistry</name>
      <display-name>Uzak Kayıt Defteri</display-name>
      <description>Uzak kullanıcıların bu bilgisayardaki kayıt defteri ayarlarını değiştirmelerini etkinleştirir. Bu hizmet durdurulursa kayıt defteri sadece bu bilgisayarı kullanan kullanıcılar tarafından değiştirilebilir. Bu hizmet devre dışı bırakılırsa bu hizmete açıkça bağlı olan diğer hizmetler de başlamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k localService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{1F81D131-3FAC-4537-9E0C-7E7B0C2F4B55}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>RetailDemo</name>
      <display-name>Perakende Gösteri Hizmeti</display-name>
      <description>Perakende Gösteri hizmeti, cihaz perakende demo modundayken cihazın etkinliğini denetler.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k rdxgroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>RmSvc</name>
      <display-name>Radyo Yönetimi Hizmeti</display-name>
      <description>Radyo Yönetimi ve Uçuş Modu Hizmeti</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>RpcEptMapper</name>
      <display-name>RPC Bitiş Noktası Eşleştiricisi</display-name>
      <description>Bitiş noktalarını aktarmak için RPC arabirim tanımlayıcılarını çözümler. Bu hizmet durdurulur veya devre dışı bırakılırsa, Uzaktan Yordam Çağrısı (RPC) hizmetlerini kullanan programlar düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k RPCSS -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>COM Infrastructure</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>RpcLocator</name>
      <display-name>Uzaktan Yordam Çağrısı (RPC) Konumlandırıcısı</display-name>
      <description>Windows 2003&apos;te ve daha öndeki Windows sürümlerinde, Uzaktan Yordam Çağrısı (RPC) Konum Belirleyici hizmeti RPC ad hizmeti veritabanını yönetir. Windows Vista&apos;da ve daha sonraki Windows sürümlerinde bu hizmet işlevsel değildir, yalnızca uygulama uyumluluğu için sunulur.</description>
      <path-to-executable>C:\Windows\system32\locator.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>RpcSs</name>
      <display-name>Uzaktan Yordam Çağrısı (RPC)</display-name>
      <description>RPCSS hizmeti COM ve DCOM sunucuları için Hizmet Denetim Yöneticisi&apos;dir. Bu hizmet COM ve DCOM sunucuları için nesne etkinleştirme isteklerini, nesne dışarı aktarma programı çözümlemelerini ve dağıtılmış atık toplama işlemlerini gerçekleştirir. Bu hizmet durdurulur veya devre dışı bırakılırsa, COM veya DCOM&apos;u kullanan programlar düzgün çalışmaz. RPCSS hizmetinin çalışmasını sağlamanız kesinlikle önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k rpcss -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>COM Infrastructure</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>DcomLaunch</service-name>
         <service-name>RpcEptMapper</service-name>
      </depends-on>
   </service>
   <service>
      <name>SCPolicySvc</name>
      <display-name>Akıllı Kart Kaldırma İlkesi</display-name>
      <description>Sistemin, akıllı kartın çıkarılması durumunda kullanıcı masaüstünü kilitleyecek şekilde yapılandırılmasına olanak verir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>SCardSvr</name>
      <display-name>Akıllı Kart</display-name>
      <description>Bu bilgisayar tarafından okunan akıllı kartlara erişimi yönetir. Bu hizmet durdurulursa bu bilgisayar akıllı kartları okuyamaz.  Bu hizmet devre dışı bırakılırsa bu hizmete açıkça bağlı olan diğer hizmetler de başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>SmartCardGroup</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{50DD5230-BA8A-11D1-BF5D-0000F805F530}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{121D8161-866D-4A24-BA58-9058940C0D47}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SDRSVC</name>
      <display-name>Windows Yedekleme</display-name>
      <description>Yedekleme ve Geri Yükleme becerileri sunar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k SDRSVC</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>SEMgrSvc</name>
      <display-name>Ödeme ve NFC/SE Yöneticisi</display-name>
      <description>Ödeme ve Yakın Alan İletişimi (NFC) tabanlı güvenli öğeleri yönetir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SENS</name>
      <display-name>Sistem Olay Bildirim Hizmeti</display-name>
      <description>Sistem olaylarını izler ve abonelere bu olayların COM+ Olay Sistemi&apos;ni bildirir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>EventSystem</service-name>
      </depends-on>
   </service>
   <service>
      <name>SNMPTRAP</name>
      <display-name>SNMP Yakalama</display-name>
      <description>Yerel ya da uzak Basit Ağ Yönetim Protokolü (SNMP) aracıları tarafından üretilen yakalama iletilerini alır ve iletileri bu bilgisayarda çalışan SNMP yönetim programlarına iletir. Bu hizmet durdurulursa, bu bilgisayardaki SNMP tabanlı programlar SNMP yakalama iletileri almaz. Bu hizmet devre dışı bırakılırsa, açık olarak bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\snmptrap.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>SSDPSRV</name>
      <display-name>SSDP Bulma</display-name>
      <description>SSDP algılama protokolünü kullanan UPnP aygıtları gibi ağa bağlı aygıt ve hizmetleri bulur. Ayrıca, yerel bilgisayarda çalışan SSDP aygıtlarını ve hizmetlerini duyurur. Bu hizmet durdurulursa, SSDP tabanlı aygıtlar bulunmaz. Bu hizmet devre dışı bırakılırsa, açıkça bu hizmete bağlı olan tüm hizmetlerin başlatılması başarısız olur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>HTTP</service-name>
         <service-name>NSI</service-name>
      </depends-on>
   </service>
   <service>
      <name>SamSs</name>
      <display-name>Güvenlik Hesapları Yöneticisi</display-name>
      <description>Bu hizmetin başlatılması, diğer hizmetlere, Güvenlik Hesapları Yöneticisi&apos;nin (SAM) istek kabul etmeye hazır durumda olduğunu bildirir. Bu hizmetin devre dışı bırakılması, sistemdeki diğer hizmetlere SAM&apos;nin hazır olduğunun bildirilmesini engeller ve söz konusu hizmetlerin doğru şekilde başlamamasına neden olabilir. Bu hizmet devre dışı bırakılmamalıdır.</description>
      <path-to-executable>C:\Windows\system32\lsass.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>MS_WindowsLocalValidation</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>ScDeviceEnum</name>
      <display-name>Akıllı Kart Cihaz Numaralandırma Hizmeti</display-name>
      <description>Belirli bir oturumda erişilebilir olan tüm akıllı kart okuyucuları için yazılım cihazı düğümleri oluşturur. Bu hizmet devre dışı bırakılırsa WinRT API&apos;ları akıllı kart okuyucularını numaralandıramaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{AEDD909F-41C6-401A-9E41-DFC33006AF5D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{0621B9DF-3249-4559-9889-21F76B5C80F3}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Schedule</name>
      <display-name>Görev Zamanlayıcı</display-name>
      <description>Kullanıcının bu bilgisayarda otomatik görevleri yapılandırmasına ve zamanlamasına olanak sağlar. Hizmet Windows sistemi açısından kritik olan çeşitli görevleri de barındırır. Bu hizmet durdurulur veya devre dışı bırakılırsa, bu görevler belirlenen zamanlarda çalışmaz. Bu hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan hizmetler de başlamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>SchedulerGroup</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <unsupported-action/>
            <delay>0</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
         <service-name>SystemEventsBroker</service-name>
      </depends-on>
   </service>
   <service>
      <name>SecurityHealthService</name>
      <display-name>Windows Güvenliği Hizmeti</display-name>
      <description>Windows Güvenliği Hizmeti, birleşik cihaz koruması ve sistem durumu bilgilerini işler</description>
      <path-to-executable>C:\Windows\system32\SecurityHealthService.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>Sense</name>
      <display-name>Windows Defender Gelişmiş Tehdit Koruması Hizmeti</display-name>
      <description>Windows Defender Gelişmiş Tehdit Koruması hizmeti bilgisayarda ortaya çıkan güvenlik olaylarını izleyerek ve raporlayarak gelişmiş tehditlere karşı korumaya yardımcı olur.</description>
      <path-to-executable>&quot;C:\Program Files\Windows Defender Advanced Threat Protection\MsSense.exe&quot;</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
      </recovery>
   </service>
   <service>
      <name>SensorDataService</name>
      <display-name>Algılayıcı Veri Hizmeti</display-name>
      <description>Çeşitli algılayıcılardan verileri iletir</description>
      <path-to-executable>C:\Windows\System32\SensorDataService.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>15000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{1F81D131-3FAC-4537-9E0C-7E7B0C2F4B55}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SensorService</name>
      <display-name>Algılayıcı Hizmeti</display-name>
      <description>Algılayıcılar için, farklı algılayıcıların işlevini yöneten bir hizmet. Algılayıcılar için Basit Aygıt Yönü&apos;nü (SDO) ve Geçmiş&apos;i yönetir. Aygıt yön değişikliklerini bildiren SDO algılayıcısını yükler. Bu hizmet durdurulursa veya devre dışı bırakılırsa, SDO algılayıcısı yüklenmez ve otomatik döndürme gerçekleşmez. Algılayıcılardan geçmiş toplama da durdurulur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{C2FB0F5F-E2D2-4C78-BCD0-352A9582819D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SensrSvc</name>
      <display-name>Algılayıcı İzleme Hizmeti</display-name>
      <description>Verileri ortaya çıkarmak ve sistemle kullanıcı durumuna uyarlamak için çeşitli algılayıcıları izler. Bu hizmet durdurulur veya devre dışı bırakılırsa, ekran parlaklığı aydınlatma koşullarına uyarlanmaz. Bu hizmetin durdurulması diğer sistem işlevlerini ve özelliklerini de etkileyebilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{17A665C0-9063-4216-B202-5C7A255E18CE}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{CA19690F-A2C7-477D-A99E-99EC6E2B5648}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{CD09DAF1-3B2E-4C3D-B598-B5E5FF93FD46}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{C2FB0F5F-E2D2-4C78-BCD0-352A9582819D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SessionEnv</name>
      <display-name>Uzak Masaüstü Yapılandırması</display-name>
      <description>Uzak Masaüstü Yapılandırması hizmeti (RDCS), SYSTEM bağlamını gerektiren tüm Uzak Masaüstü Hizmetleri&apos;nden ve Uzak Masaüstü ile ilgili yapılandırma ve oturum bakım hizmetlerinden sorumludur. Bunlar arasında her oturumun geçici klasörleri, RD temaları ve RD sertifikaları bulunur.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>LanmanWorkstation</service-name>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>SgrmBroker</name>
      <display-name>System Guard Çalışma Zamanı İzleyicisi Aracısı</display-name>
      <description>Windows platformunun bütünlüğününü izler ve onaylar.</description>
      <path-to-executable>C:\Windows\system32\SgrmBroker.exe</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SharedAccess</name>
      <display-name>Internet Bağlantısı Paylaşımı (ICS)</display-name>
      <description>Ev veya küçük işyeri için ağ adresi çevirisi, adresler, ad çözümleme ve/veya yetkisiz erişim önleme hizmetleri sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>BFE</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SharedRealitySvc</name>
      <display-name>Uzamsal Veri Hizmeti</display-name>
      <description>Bu hizmet Uzamsal Veri Hizmeti senaryoları tarafından kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>500</delay>
         </action>
         <action>
            <restart-service/>
            <delay>500</delay>
         </action>
         <action>
            <restart-service/>
            <delay>500</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>ShellHWDetection</name>
      <display-name>Kabuk Donanım Algılaması</display-name>
      <description>Otomatik Yürütme donanım olaylarının bildirimini sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>ShellSvcGroup</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>SmsRouter</name>
      <display-name>Microsoft Windows SMS Yönlendirme Hizmeti</display-name>
      <description>İlgili istemciler için kuralları temel alarak iletileri yönlendirir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Spooler</name>
      <display-name>Yazdırma Biriktiricisi</display-name>
      <description>Bu hizmet yazdırma işlerini biriktirir ve yazıcıyla etkileşimi yönetir. Bu hizmeti kapatırsanız, yazdırma yapamaz ve yazıcılarınızı göremezsiniz.</description>
      <path-to-executable>C:\Windows\System32\spoolsv.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>SpoolerGroup</load-order-group>
      <log-on-as>
         <local-system-account>
            <interact-with-desktop/>
         </local-system-account>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>5000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
         <service-name>http</service-name>
      </depends-on>
   </service>
   <service>
      <name>SstpSvc</name>
      <display-name>Güvenli Yuva Tünel Protokolü Hizmeti</display-name>
      <description>VPN kullanarak uzak bilgisayarlara bağlanmak için Güvenli Yuva Tünel Protokolü (SSTP) desteği sağlar. Bu hizmet devre dışı bırakılırsa, kullanıcılar uzak sunuculara erişmek için SSTP&apos;yi kullanamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>StateRepository</name>
      <display-name>Durum Depo Hizmeti</display-name>
      <description>Uygulama modeli için gerekli altyapı desteğini sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k appmodel -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>Steam Client Service</name>
      <display-name>Steam Client Service</display-name>
      <description>Steam Client Service monitors and updates Steam content</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Common Files\Steam\SteamService.exe&quot; /RunAsService</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>StorSvc</name>
      <display-name>Depolama Hizmeti</display-name>
      <description>Depolama ayarları ve dış depolama genişletme için etkinleştirme hizmetleri sağlar</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>18000</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{4F40006F-B933-4550-B532-2B58CEE614D3}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>SysMain</name>
      <display-name>SysMain</display-name>
      <description>Zaman içinde sistem performansını korur ve geliştirir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>profsvc_group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>fileinfo</service-name>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>SystemEventsBroker</name>
      <display-name>Sistem Etkinlikleri Aracısı</display-name>
      <description>WinRT uygulaması için arka plan çalışmasının yürütülmesini koordine eder. Bu hizmet durdurulmuş veya devre dışı bırakılmışsa, arka plan çalışması tetiklenmeyebilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k DcomLaunch -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
         <action>
            <reboot/>
            <delay>120000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcEptMapper</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>TabletInputService</name>
      <display-name>Dokunmatik Klavyeyi ve El Yazısı Paneli Hizmeti</display-name>
      <description>Dokunmatik Klavye ve El Yazısı Paneli kalem ve mürekkep işlevlerini etkinleştirir</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>PlugPlay</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{4D1E55B2-F16F-11CF-88CB-001111000030}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>TapiSrv</name>
      <display-name>Telefon</display-name>
      <description>Yerel bilgisayardaki ve LAN üzerinden aynı hizmeti çalıştıran sunuculardaki telefon aygıtlarını denetleyen programlar için Telephony API (TAPI) desteği sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>TermService</name>
      <display-name>Uzak Masaüstü Hizmetleri</display-name>
      <description>Kullanıcıların etkileşimli olarak bir uzak bilgisayara bağlanmasına olanak tanır. Uzak Masaüstü ve Uzak Masaüstü Oturumu Ana Bilgisayarı Sunucusu bu hizmete bağlıdır. Bu bilgisayarın uzaktan kullanılmasını engellemek için Sistem özellikleri denetim masası öğesinin Uzak sekmesindeki onay kutularını temizleyin.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>Themes</name>
      <display-name>Temalar</display-name>
      <description>Kullanıcı deneyimi teması yönetimini sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>TieringEngineService</name>
      <display-name>Depolama Katmanları Yönetimi</display-name>
      <description>Verilerin, sistemdeki tüm katmanlı depolama alanlarındaki depolama katmanlarına yerleştirilmesini iyileştirir.</description>
      <path-to-executable>C:\Windows\system32\TieringEngineService.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>23400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>TimeBrokerSvc</name>
      <display-name>Zaman Aracısı</display-name>
      <description>WinRT uygulaması için arka plan çalışmasının yürütülmesini koordine eder. Bu hizmet durdurulmuş veya devre dışı bırakılmışsa, arka plan çalışması tetiklenmeyebilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>TokenBroker</name>
      <display-name>Web Hesap Yöneticisi</display-name>
      <description>Bu hizmet, uygulamalara ve hizmetlere tekli oturum açma sağlamak için Web Hesap Yöneticisi tarafından kullanılır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>UserManager</service-name>
      </depends-on>
   </service>
   <service>
      <name>TrkWks</name>
      <display-name>Dağıtılmış Bağlantı İzleme İstemcisi</display-name>
      <description>Bir bilgisayardaki ya da bir ağ üzerindeki bilgisayarlar üzerinde NTFS dosyaları arasındaki bağlantıları korur.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>TroubleshootingSvc</name>
      <display-name>Önerilen Sorun Giderme Hizmeti</display-name>
      <description>Önerilen sorun gidermeyi uygulayarak bilinen sorunlar için otomatik risk azaltmayı etkinleştirir. Durdurulursa cihazınız, cihazınızdaki sorunlar için önerilen sorun gidermeyi almaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>TrustedInstaller</name>
      <display-name>Windows Modül Yükleyicisi</display-name>
      <description>Windows güncelleştirmelerini ve isteğe bağlı bileşenlerini yüklemeyi, değiştirmeyi ve kaldırmayı sağlar. Bu hizmet devre dışı bırakılırsa, bu bilgisayarda Windows güncelleştirmelerinin yüklenmesi veya kaldırılması başarısız olabilir.</description>
      <path-to-executable>C:\Windows\servicing\TrustedInstaller.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>UdkUserSvc_4ad26</name>
      <display-name>UDK Kullanıcı Hizmeti_4ad26</display-name>
      <description>Kabuk bileşenleri hizmeti</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UdkSvcGroup</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>UevAgentService</name>
      <display-name>User Experience Virtualization Service</display-name>
      <description>Provides support for application and OS settings roaming</description>
      <path-to-executable>C:\Windows\system32\AgentService.exe</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>UmRdpService</name>
      <display-name>Uzak Masaüstü Hizmetleri Kullanıcı Modu Bağlantı Noktası Yeniden Yönlendiricisi</display-name>
      <description>RDP bağlantıları için Yazıcıların/Sürücülerin/Bağlantı Noktalarının yeniden yönlendirilmesine izin verir</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RDPDR</service-name>
         <service-name>TermService</service-name>
      </depends-on>
   </service>
   <service>
      <name>UnistoreSvc_4ad26</name>
      <display-name>Kullanıcı Verilerini Depolama_4ad26</display-name>
      <description>Kişi bilgisi, takvimler, iletiler ve diğer içerik gibi, yapılandırılmış kullanıcı verilerinin depolanmasını işler. Bu hizmeti durdurur veya devre dışı bırakırsanız, bu verileri kullanan uygulamalar düzgün çalışmayabilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>UserDataSvc_4ad26</name>
      <display-name>Kullanıcı Verilerine Erişim_4ad26</display-name>
      <description>Kişi bilgisi, takvimler, iletiler ve diğer içerik gibi, yapılandırılmış kullanıcı verilerine uygulamaların erişimini sağlar. Bu hizmeti durdurur veya devre dışı bırakırsanız, bu verileri kullanan uygulamalar düzgün çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>UserManager</name>
      <display-name>Kullanıcı Yöneticisi</display-name>
      <description>Kullanıcı Yöneticisi, birden fazla kullanıcı etkileşimi için gerekli çalışma zamanı bileşenlerini sağlar.  Bu hizmet durdurulursa, bazı uygulamalar doğru çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>ProfSvc</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>UsoSvc</name>
      <display-name>Orchestrator Hizmeti&apos;ni Güncelleştir</display-name>
      <description>Windows Güncelleştirmelerini yönetir. Durdurulursa cihazlarınız en son güncelleştirmeleri indiremez ve yükleyemez.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>VMAuthdService</name>
      <display-name>VMware Authorization Service</display-name>
      <description>Authorization and authentication service for starting and accessing virtual machines.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\VMware\VMware Workstation\vmware-authd.exe&quot;</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>vmx86</service-name>
         <service-name>winmgmt</service-name>
      </depends-on>
   </service>
   <service>
      <name>VMUSBArbService</name>
      <display-name>VMware USB Arbitration Service</display-name>
      <description>Arbitration and enumeration of USB devices for virtual machines</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Common Files\VMware\USB\vmware-usbarbitrator64.exe&quot;</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>1800</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>winmgmt</service-name>
      </depends-on>
   </service>
   <service>
      <name>VMnetDHCP</name>
      <display-name>VMware DHCP Service</display-name>
      <description>DHCP service for virtual networks.
</description>
      <path-to-executable>C:\Windows\SysWOW64\vmnetdhcp.exe</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>VMnetuserif</service-name>
      </depends-on>
   </service>
   <service>
      <name>VMware NAT Service</name>
      <display-name>VMware NAT Service</display-name>
      <description>Network address translation for virtual networks.
</description>
      <path-to-executable>C:\Windows\SysWOW64\vmnat.exe</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>600</reset-period>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>VMnetuserif</service-name>
      </depends-on>
   </service>
   <service>
      <name>VMwareHostd</name>
      <display-name>VMware Workstation Server</display-name>
      <description>Remote access service for registration and management of virtual machines.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe&quot; -u &quot;C:\ProgramData\VMware\hostd\config.xml&quot;</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <command>&quot;C:\Program Files (x86)\VMware\VMware Workstation\vm-support.vbs&quot;</command>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <run-command/>
            <delay>60000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>VMAuthdService</service-name>
         <service-name>VMUSBArbService</service-name>
         <service-name>lanmanworkstation</service-name>
      </depends-on>
   </service>
   <service>
      <name>VSS</name>
      <display-name>Birim Gölge Kopyası</display-name>
      <description>Yedekleme ve diğer amaçlar için kullanılan Birim Gölge Kopyalarını yönetir ve uygular. Bu hizmet durdurulursa yedek için gölge kopyaları kullanılamaz hale gelir ve yedekleme başarısız olabilir. Bu hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan hizmetler de başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\vssvc.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>VacSvc</name>
      <display-name>Volumetrik Ses Oluşturucu Hizmeti</display-name>
      <description>Karma gerçeklik ses simülasyonu için mekansal analizi barındırır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>AudioGroup</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>VaultSvc</name>
      <display-name>Kimlik Bilgisi Yöneticisi</display-name>
      <description>Kullanıcı, uygulama ve güvenlik hizmeti paketlerine ait kimlik bilgilerinin güvenli depolanmasını ve alınmasını sağlar.</description>
      <path-to-executable>C:\Windows\system32\lsass.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>W32Time</name>
      <display-name>Windows Time</display-name>
      <description>Maintains date and time synchronization on all clients and servers in the network. If this service is stopped, date and time synchronization will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <join-or-leave-domain/>
            </type>
            <type>
               <guid>{1CE20ABA-9851-4421-9430-1DDEB766E809}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WEPHOSTSVC</name>
      <display-name>Windows Şifreleme Sağlayıcısı Ana Bilgisayar Hizmeti</display-name>
      <description>Windows Şifreleme Sağlayıcısı Ana Bilgisayar Hizmeti, 3. Şahıs Şifreleme Sağlayıcılarından gelen şifrelemeyle ilgili işlevlere, EAS ilkelerini değerlendirmesi ve uygulaması gerekenleri işlemek üzere aracılık yapar. Bu hizmetin durdurulması, bağlantılı Posta Hesapları tarafından oluşturulan EAS uyumluluk denetimlerine zarar verir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k WepHostSvcGroup</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <reboot-message>not used</reboot-message>
         <command>not used</command>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WFDSConMgrSvc</name>
      <display-name>Wi-Fi Direct Hizmetler Bağlantı Yöneticisi Hizmeti</display-name>
      <description>Kablosuz ekran ve takma birimi gibi kablosuz hizmetlere bağlantıyı yönetir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WManSvc</name>
      <display-name>Windows Yönetim Hizmeti</display-name>
      <description>Hazırlama ve Kayıt etkinlikleri dâhil olmak üzere yönetimi gerçekleştirir</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>WPDBusEnum</name>
      <display-name>Taşınabilir Aygıt Numaralandırma Hizmeti</display-name>
      <description>Çıkarılabilir yığın depolama aygıtları için grup ilkesi kullanmaya zorlar. Çıkarılabilir yığın depolama aygıtlarını kullanarak içerik aktarmak ve eşitlemek için Windows Media Player ve Görüntü Alma Sihirbazı gibi uygulamaları etkinleştirir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{C1E9BC6D-1DAE-421A-9369-CC7FF0D6E359}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{659FCAE6-5BDB-4DA9-B1FF-CA2A178D46E0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{54FB46C8-F089-464C-B1FD-59D1B62C3B50}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{199FE037-2B82-40A9-82AC-E1D46C792B99}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WSearch</name>
      <display-name>Windows Search</display-name>
      <description>İçerik dizini oluşturma, özellikleri önbelleğe alma ve dosyalara, e-postaya ve diğer içeriğe yönelik sonuçları arama işlemleri yapmayı sağlar.</description>
      <path-to-executable>C:\Windows\system32\SearchIndexer.exe /Embedding</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>30000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>30000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>30000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>30000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>30000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>BrokerInfrastructure</service-name>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>WaaSMedicSvc</name>
      <display-name>Windows Update Medic Hizmeti</display-name>
      <description>Windows Update bileşenlerinin düzeltilmesini ve korunmasını mümkün kılar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k wusvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>WalletService</name>
      <display-name>Cüzdan Hizmeti</display-name>
      <description>Cüzdan istemcileri tarafından kullanılan nesneleri barındırır</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k appmodel -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>WarpJITSvc</name>
      <display-name>WarpJITSvc</display-name>
      <description>Provides a JIT out of process service for WARP when running with ACG enabled.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WbioSrvc</name>
      <display-name>Windows Biyometrik Hizmeti</display-name>
      <description>Windows biyometrik hizmeti, istemci uygulamalarına herhangi bir biyometrik donanım veya örneğe doğrudan erişim kazanmadan biyometrik verileri yakalama, karşılaştırma, işleme ve depolama yeteneği sağlar. Hizmet, ayrıcalıklı bir SVCHOST işleminde barındırılır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k WbioSvcGroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <load-order-group>SmartCardGroup</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Wcmsvc</name>
      <display-name>Windows Bağlantı Yöneticisi</display-name>
      <description>Kişisel bilgisayar için kullanılabilen ağ bağlantısı seçeneklerine dayanarak otomatik olarak bağlanma/bağlantıyı kesme kararları verir ve ağ bağlantısının Grup İlkesi ayarlarına göre yönetilebilmesini sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>NSI</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{AA1F73E8-15FD-45D2-ABFD-E7F64F78EB11}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WdiServiceHost</name>
      <display-name>Tanılama Hizmeti Ana Bilgisayarı</display-name>
      <description>Tanılama Hizmeti Ana Bilgisayarı, Yerel Hizmet içeriğinde çalışması gereken tanılamaları barındırmak için Tanılama İlkesi Hizmeti tarafından kullanılır.  Bu hizmet durdurulursa, hizmete dayalı tanılamaların hiçbiri artık çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>WdiSystemHost</name>
      <display-name>Tanılama Sistemi Ana Bilgisayarı</display-name>
      <description>Tanılama Sistemi Ana Bilgisayarı, Yerel Sistem içeriğinde çalışması gereken tanılamaları barındırmak için Tanılama İlkesi Hizmeti tarafından kullanılır.  Bu hizmet durdurulursa, hizmete dayalı tanılamaların hiçbiri artık çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>4294967295</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>WebClient</name>
      <display-name>WebClient</display-name>
      <description>Windows tabanlı programların Internet tabanlı dosyaları oluşturmasına, erişmesine ve değiştirmesine olanak sağlar. Bu hizmet durdurulursa bu işlevler kullanılamaz hale gelir. Bu hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan hizmetler de başlamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>NetworkProvider</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>MRxDAV</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{22B6D684-FA63-4578-87C9-EFFCBE6643C7}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>Wecsvc</name>
      <display-name>Windows Olay Toplayıcısı</display-name>
      <description>Bu hizmet, WS Yönetim protokolünü destekleyen uzak kaynaklardaki olaylara kalıcı abonelikleri yönetir. Bu, Windows Vista olay günlüklerini, donanım ve IPMI özelliği etkinleştirilmiş olay kaynaklarını içerir. Hizmet, iletilen olayları yerel bir Olay Günlüğü&apos;ne depolar. Bu hizmet durdurulur veya devre dışı bırakılırsa, olay abonelikleri oluşturulamaz ve iletilen olaylar kabul edilemez.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Eventlog</service-name>
         <service-name>HTTP</service-name>
      </depends-on>
   </service>
   <service>
      <name>WerSvc</name>
      <display-name>Windows Hata Raporlama Hizmeti</display-name>
      <description>Programlar çalışmayı veya yanıt vermeyi durdurduğunda hataların bildirilebilmesini ve varolan çözümlerin iletilmesini sağlar. Ayrıca tanılama ve onarım hizmetleri için günlüklerin oluşturulmasına olanak tanır. Bu hizmet durdurulursa, hata bildirimi doğru çalışmayabilir ve tanılama hizmetleriyle onarımların sonuçları görüntülenemeyebilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k WerSvcGroup</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{E46EEAD8-0C54-4489-9898-8FA79D059E0E}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>WiaRpc</name>
      <display-name>Resim Alma Olayları</display-name>
      <description>Resim alma olaylarıyla ilişkilendirilmiş uygulamaları başlatır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>WinDefend</name>
      <display-name>Microsoft Defender Virüsten Koruma Hizmeti</display-name>
      <description>Kullanıcıların kötü amaçlı yazılımlardan ve diğer istenmeyebilecek yazılımlardan korunmasına yardımcı olur</description>
      <path-to-executable>&quot;C:\Program Files\Windows Defender\MsMpEng.exe&quot;</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>WinHttpAutoProxySvc</name>
      <display-name>WinHTTP Web Proxy Otomatik Bulma Hizmeti</display-name>
      <description>WinHTTP istemci HTTP yığınını uygular ve kod geliştiricilerin HTTP istekleri göndermek ve yanıtlarını almak için kullanacakları bir Win32 API ve COM Otomasyonu bileşeni sağlar. WinHTTP, buna ek olarak, Web Proxy Otomatik Bulma (WPAD) protokolünü uygulayarak proxy yapılandırmasını otomatik bulmak için destek sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400000</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Dhcp</service-name>
      </depends-on>
   </service>
   <service>
      <name>WinRM</name>
      <display-name>Windows Uzaktan Yönetim (WS-Management)</display-name>
      <description>Windows Uzaktan Yönetim (WinRM) hizmeti, uzak yönetim için WS-Management protokolünü uygular. WS-Management, uzaktan yazılım ve donanım yönetimi için kullanılan standart bir web hizmetleri protokolüdür. WinRM hizmeti, WS-Management istekleri için ağı dinler ve bunları işler. WinRM Hizmeti için winrm.cmd komut satırı aracını kullanan bir dinleyiciyle veya ağı dinlemek üzere Grup İlkesi üzerinden yapılandırılmalıdır. WinRM hizmeti WMI verisine erişim sağlar ve olay toplamayı etkinleştirir. Olay toplama ve bu olaylara abonelik için hizmetin çalışıyor olması gereklidir. WinRM iletileri aktarım olarak HTTP ve HTTPS&apos;yi kullanır. WinRM IIS&apos;ye bağlı değildir, ancak aynı makinede bir bağlantı noktasını IIS&apos;yle paylaşmak için önceden yapılandırılmıştır. IIS&apos;yle çakışmaları engellemek için, yöneticiler IIS üzerinde barındırılan herhangi bir web sitesinin /wsman URL önekini kullandığından emin olmalıdır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetworkService -p</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>HTTP</service-name>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>Winmgmt</name>
      <display-name>Windows Yönetim Yardımcıları</display-name>
      <description>İşletim sistemi, aygıtlar, uygulamalar ve hizmetlerle ilgili ortak nesne ve erişim arabirimi sağlar. Bu hizmet durdurulmuşsa, Windows tabanlı yazılımların çoğu doğru çalışmayacaktır. Bu hizmet devre dışı bırakılmışsa, bu hizmete açıkça bağlı olan diğer hizmetler başlamayacaktır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>WlanSvc</name>
      <display-name>Kablosuz Yerel Ağ Otomatik Yapılandırma</display-name>
      <description>WLANSVC hizmeti, IEEE 802.11 standartları tarafından tanımlandığı şekilde bir kablosuz yerel alan ağını (WLAN) yapılandırmak, bulmak, bu ağa bağlanmak ve bu ağdan bağlantıyı kesmek için gerekli mantığı sağlar. Ayrıca, bunu destekleyebilen bir WLAN bağdaştırıcısı kullanarak diğer aygıtların veya bilgisayarların bilgisayarınıza kablosuz olarak bağlanabilmesi için bilgisayarınızı bir yazılım erişim noktasına dönüştüren mantığı da içerir. WLANSVC hizmetini durdurulması veya devre dışı bırakılması bilgisayarınızdaki tüm WLAN bağdaştırıcılarına Windows ağ iletişim UI erişimini engeller. Bilgisayarınızda bir WLAN bağdaştırıcısı varsa WLANSVC hizmetini çalıştırmanız kesinlikle önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Ndisuio</service-name>
         <service-name>RpcSs</service-name>
         <service-name>nativewifip</service-name>
         <service-name>wcmsvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>WpcMonSvc</name>
      <display-name>Ebeveyn Denetimleri</display-name>
      <description>Windows&apos;ta çocuk hesapları için ebeveyn denetimlerini zorlar. Bu hizmet durdurulur veya devre dışı bırakılırsa ebeveyn denetimleri zorlanmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>WpnService</name>
      <display-name>Windows Anında İletme Bildirimleri Hizmeti</display-name>
      <description>Bu hizmet 0 oturumda çalışır ve bildirim platformu ve cihaz ile WNS sunucusu arasında bağlantıyı sağlayan bağlantı sağlayıcısını barındırır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>WpnUserService_4ad26</name>
      <display-name>Windows Anında İletme Bildirimleri Kullanıcı Hizmeti_4ad26</display-name>
      <description>Bu hizmet, yerel bildirimler ve anında iletme bildirimleri için destek sağlayan Windows bildirim platformunu barındırır. Desteklenen bildirimler kutucuk, bildirim ve ham özelliklerindedir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k UnistackSvcGroup</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>WwanSvc</name>
      <display-name>WWAN Otomatik Yapılandırma</display-name>
      <description>Bu hizmet, ağları otomatik olarak yapılandırarak mobil geniş bant (GSM ve CDMA) veri kartı/eklenmiş modül bağdaştırıcılarını ve bağlantıları yönetir. Bu hizmetin mobil geniş bant aygıtlarına dair en iyi kullanıcı deneyimi sağlanması için kesintisiz olarak çalıştırılması kesinlikle önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>NdisUio</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>XblAuthManager</name>
      <display-name>Xbox Live Kimlik Doğrulama Yöneticisi</display-name>
      <description>Xbox Live ile etkileşim için kimlik doğrulama ve yetkilendirme hizmetlerini sağlar. Bu hizmet durdurulursa, bazı uygulamalar doğru çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>XblGameSave</name>
      <display-name>Xbox Live Oyun Kaydetme</display-name>
      <description>Bu hizmet, Xbox Live kaydetme etkinleştirilmiş oyunlar için, kayıtlı verileri eşitler. Bu hizmet durdurulursa, oyun kaydetme verileri Xbox Live&apos;dan yüklenmeyecek veya indirilmeyecektir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>UserManager</service-name>
         <service-name>XblAuthManager</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>XboxGipSvc</name>
      <display-name>Xbox Accessory Management Service</display-name>
      <description>This service manages connected Xbox Accessories.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>XboxNetApiSvc</name>
      <display-name>Xbox Live Ağ Hizmeti</display-name>
      <description>Bu hizmet Windows.Networking.XboxLive uygulama programı arabirimini destekler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>BFE</service-name>
         <service-name>IKEEXT</service-name>
         <service-name>KeyIso</service-name>
         <service-name>mpssvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>aspnet_state</name>
      <display-name>ASP.NET State Service</display-name>
      <description>Provides support for out-of-process session states for ASP.NET. If this service is stopped, out-of-process requests will not be processed. If this service is disabled, any services that explicitly depend on it will fail to start.</description>
      <path-to-executable>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_state.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>autotimesvc</name>
      <display-name>Hücresel Saat</display-name>
      <description>Bu hizmet, mobil ağdaki NITZ iletilerini temel alarak zamanı ayarlar</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k autoTimeSvc</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>brave</name>
      <display-name>Brave Güncelleme Hizmeti (brave)</display-name>
      <description>Brave yazılımlarınızı güncel tutar. Bu hizmet devre dışı bırakılırsa veya durdurulursa, Brave yazılımlarınız güncel tutulmayacaktır. Bu durum, meydana gelebilecek güvenlik açıklarının onarılamayacağı ve özelliklerin çalışmayabileceği anlamına gelir. Bu görev, kendisini kullanan herhangi bir Brave yazılımı olmadığında kendi yüklemesini kaldırır.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\BraveSoftware\Update\BraveUpdate.exe&quot; /svc</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>bravem</name>
      <display-name>Brave Güncelleme Hizmeti (bravem)</display-name>
      <description>Brave yazılımlarınızı güncel tutar. Bu hizmet devre dışı bırakılırsa veya durdurulursa, Brave yazılımlarınız güncel tutulmayacaktır. Bu durum, meydana gelebilecek güvenlik açıklarının onarılamayacağı ve özelliklerin çalışmayabileceği anlamına gelir. Bu görev, kendisini kullanan herhangi bir Brave yazılımı olmadığında kendi yüklemesini kaldırır.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\BraveSoftware\Update\BraveUpdate.exe&quot; /medsvc</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>bthserv</name>
      <display-name>Bluetooth Destek Hizmeti</display-name>
      <description>Bluetooth hizmeti uzak Bluetooth cihazlarının bulunması ve ilişkilendirilmesini destekler. Bu hizmetin durdurulması veya devre dışı bırakılması, önceden yüklenmiş olan Bluetooth cihazlarının düzgün çalışmamasına neden olabilir ve yeni cihazların bulunmasını veya ilişkilendirilmesini engelleyebilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{0850302A-B344-4FDA-9BE9-90576B8D46F0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>camsvc</name>
      <display-name>Yetenek Erişim Yöneticisi Hizmeti</display-name>
      <description>UWP uygulamalarının, uygulama yeteneklerine erişimini yönetmek ve bir uygulamanın belirli uygulama yeteneklerine erişimini denetlemek için tesisler sağlar</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k appmodel -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>cbdhsvc_4ad26</name>
      <display-name>Pano Kullanıcı Hizmeti_4ad26</display-name>
      <description>Bu kullanıcı hizmeti, Pano senaryoları için kullanılır</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k ClipboardSvcGroup -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>3000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>defragsvc</name>
      <display-name>Sürücüleri en iyi duruma getir</display-name>
      <description>Depolama sürücülerindeki dosyaları en iyi duruma getirerek bilgisayarın daha etkin çalışmasına yardımcı olur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k defragsvc</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>diagnosticshub.standardcollector.service</name>
      <display-name>Microsoft (R) Diagnostics Hub&apos;ı Standart Toplayıcı Hizmeti</display-name>
      <description>Diagnostics Hub&apos;ı Standart Toplayıcı Hizmeti. Bu hizmet, çalışırken gerçek zamanlı ETW olaylarını toplar ve onları işler.</description>
      <path-to-executable>C:\Windows\system32\DiagSvcs\DiagnosticsHub.StandardCollector.Service.exe</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>diagsvc</name>
      <display-name>Diagnostic Execution Service</display-name>
      <description>Executes diagnostic actions for troubleshooting support</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k diagnostics</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>dmwappushservice</name>
      <display-name>Cihaz Yönetimi Kablosuz Uygulama Protokolü (WAP) Anında İleti Yönlendirme Hizmeti</display-name>
      <description>Cihaz tarafından alınan Kablosuz Uygulama Protokolü (WAP) Anında iletilerini yönlendirir ve Cihaz Yönetimi oturumlarını eşitler</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>dot3svc</name>
      <display-name>Kablolu Otomatik Yapılandırma</display-name>
      <description>Kablolu AutoConfig (DOT3SVC) hizmeti Ethernet arabirimlerinde IEEE 802.1X kimlik doğrulaması gerçekleştirmek ile sorumludur. Geçerli kablolu ağ dağıtımınız 802.1X kimlik doğrulamasını gerektiriyorsa DOT3SVC hizmeti Katman 2 bağlantısı oluşturmak ve/veya ağ kaynaklarına erişim sağlamak için çalışmak üzere yapılandırılmalıdır. 802.1X kimlik doğrulamasını gerektirmeyen kablolu ağlar DOT3SVC hizmetinden etkilenmez.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Eaphost</service-name>
         <service-name>Ndisuio</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>edgeupdate</name>
      <display-name>Microsoft Edge Güncelleştirmesi Hizmeti (edgeupdate)</display-name>
      <description>Microsoft yazılımınızın güncel kalmasını sağlar. Bu hizmet devre dışı bırakılırsa veya durdurulursa Microsoft yazılımınız güncel kalamayabilir; bu da, oluşabilecek güvenlik açıklarının düzeltilemeyeceği ve özelliklerin çalışmayabileceği anlamına gelir. Bu hizmet, kendisini kullanan bir Microsoft yazılımı olmadığında kendi kendini kaldırır.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe&quot; /svc</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>edgeupdatem</name>
      <display-name>Microsoft Edge Güncelleştirmesi Hizmeti (edgeupdatem)</display-name>
      <description>Microsoft yazılımınızın güncel kalmasını sağlar. Bu hizmet devre dışı bırakılırsa veya durdurulursa Microsoft yazılımınız güncel kalamayabilir; bu da, oluşabilecek güvenlik açıklarının düzeltilemeyeceği ve özelliklerin çalışmayabileceği anlamına gelir. Bu hizmet, kendisini kullanan bir Microsoft yazılımı olmadığında kendi kendini kaldırır.</description>
      <path-to-executable>&quot;C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe&quot; /medsvc</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>ekrn</name>
      <display-name>ESET Service</display-name>
      <description>ESET Service</description>
      <path-to-executable>&quot;C:\Program Files\ESET\ESET Security\ekrn.exe&quot;</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>Base</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
      </recovery>
   </service>
   <service>
      <name>ekrnEpfw</name>
      <display-name>ESET Firewall Helper</display-name>
      <description/>
      <path-to-executable>&quot;C:\Program Files\ESET\ESET Security\ekrn.exe&quot;</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>BFE</service-name>
      </depends-on>
   </service>
   <service>
      <name>embeddedmode</name>
      <display-name>Ekli Mod</display-name>
      <description>Ekli Mod hizmeti, Arka Plan Uygulamaları ile ilgili senaryoları etkinleştirir.  Bu hizmetin devre dışı bırakılması, Arka Plan Uygulamalarının etkinleştirilmesini engeller.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>BrokerInfrastructure</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>fdPHost</name>
      <display-name>İşlev Bulma Sağlayıcısı Ana Bilgisayarı</display-name>
      <description>FDPHOST hizmeti İşlev Bulma (FD) ağ bulma sağlayıcılarını barındırır. Bu FD sağlayıcıları Basit Hizmet Bulma Protokolü (SSDP) ve Web Hizmetleri - Bulma (WS-D) protokolü için ağ bulma hizmetleri sağlar. FDPHOST hizmetinin durdurulması veya devre dışı bırakılması FD kullanılırken bu ağlar için ağ bulmayı devre dışı bırakır. Bu hizmet kullanılamadığında, FD&apos;yi kullanan ve bu bulma protokollerine bağımlı olan ağ hizmetleri ağ aygıtlarını veya kaynaklarını bulamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>http</service-name>
      </depends-on>
   </service>
   <service>
      <name>fhsvc</name>
      <display-name>Dosya Geçmişi Hizmeti</display-name>
      <description>Kullanıcı dosyalarını bir yedekleme konumuna kopyalayarak kazayla kaybolmalarını engeller</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{659FCAE6-5BDB-4DA9-B1FF-CA2A178D46E0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{54FB46C8-F089-464C-B1FD-59D1B62C3B50}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>gpsvc</name>
      <display-name>Grup İlkesi İstemcisi</display-name>
      <description>Hizmet, yöneticiler tarafından Grup İlkesi aracılığıyla bilgisayar ve kullanıcılar için yapılandırılan ayarları uygulamakla yükümlüdür. Hizmet devre dışı bırakılırsa, ayarlar uygulanmaz; uygulamalar ve bileşenler Grup İlkesi aracılığıyla yönetilemez. Hizmet devre dışı bırakıldığında, Grup İlkesi bileşenine bağımlı olan bileşen veya uygulamaların hiçbiri çalışmayabilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>ProfSvc_Group</load-order-group>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Mup</service-name>
         <service-name>RPCSS</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>hidserv</name>
      <display-name>İnsan Arabirim Cihazları Hizmeti</display-name>
      <description>Klavyelerdeki, uzaktan kumandalardaki ve diğer multimedya cihazlarındaki etkin düğmelerinin kullanımını etkinleştirir ve korur. Bu hizmeti çalışır durumda tutmanız önerilir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{4D1E55B2-F16F-11CF-88CB-001111000030}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>icssvc</name>
      <display-name>Windows Mobil Etkin Nokta Hizmeti</display-name>
      <description>Bir hücresel veri bağlantısının başka bir cihazla paylaşılabilmesini sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>wcmsvc</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>iphlpsvc</name>
      <display-name>IP Yardımcısı</display-name>
      <description>IPv6 geçiş teknolojileri (6&apos;dan 4&apos;e, ISATAP, Bağlantı Noktası Proxy&apos;si ve Teredo) ve IP-HTTPS kullanarak tünel bağlantısı sağlar. Bu hizmet durdurulursa, bilgisayar bu teknolojilerin sunduğu gelişmiş bağlantı avantajlarına sahip olmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k NetSvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSS</service-name>
         <service-name>WinHttpAutoProxySvc</service-name>
         <service-name>nsi</service-name>
         <service-name>tcpip</service-name>
         <service-name>winmgmt</service-name>
      </depends-on>
   </service>
   <service>
      <name>lfsvc</name>
      <display-name>Coğrafi Konum Hizmeti</display-name>
      <description>Bu hizmet sistemin geçerli konumunu izler ve coğrafi olarak sınırlı alanları (ilişkili olaylarıyla birlikte bir coğrafi konum) yönetir. Bu hizmeti kapatırsanız, uygulamalar coğrafi olarak sınırlı alanları kullanamaz veya bu alanlarla ilgili bildirim alamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>10000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{3336E5E4-018A-4669-84C5-BD05F3BD368B}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>lltdsvc</name>
      <display-name>Bağlantı Katmanı Topoloji Bulma Eşleyicisi</display-name>
      <description>Bilgisayar ve aygıt topolojisi (bağlantı) bilgilerine ek olarak her bilgisayarı ve aygıtı tanımlayan meta verilerden oluşan bir Ağ Haritası oluşturur.  Bu hizmet devre dışı bırakılırsa, Ağ Haritası düzgün çalışmaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>0</reset-period>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>lltdio</service-name>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>lmhosts</name>
      <display-name>TCP/IP NetBIOS Yardımcısı</display-name>
      <description>Ağdaki istemciler için NetBIOS için TCP/IP (NetBT) hizmeti ve NetBIOS ad çözümlesi üzerinden destek sağladığından kullanıcıları dosya paylaşımı, yazdırma ve ağa oturum açmalarını etkinleştirir. Bu hizmet durdurulursa bu işlevler kulanılmayabilir. Bu hizmet devre dışı bırakılırsa açık olarak bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>Afd</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <ip-address/>
            </type>
            <type>
               <guid>{4F27F2DE-14E2-430B-A549-7CD48CBC8245}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <ip-address/>
            </type>
            <type>
               <guid>{CC4BA62A-162E-4648-847A-B6BDF993E335}</guid>
            </type>
            <action>
               <stop/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{2D7904D8-5C90-4209-BA6A-4C08F409934C}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>mpssvc</name>
      <display-name>Windows Defender Güvenlik Duvarı</display-name>
      <description>Windows Defender Güvenlik Duvarı, yetkisiz kullanıcıların Internet veya ağ üzerinden bilgisayarınıza erişmesini engelleyerek bilgisayarınızın korunmasına yardımcı olur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <load-order-group>NetworkProvider</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
         <action>
            <reboot/>
            <delay>60000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>bfe</service-name>
         <service-name>mpsdrv</service-name>
      </depends-on>
   </service>
   <service>
      <name>msiserver</name>
      <display-name>Windows Installer</display-name>
      <description>Windows Installer veya APPX paketi (*.msi, *.msp) olarak sağlanan uygulamaları ekler, değiştirir ve kaldırır. Bu hizmet devre dışı bırakılırsa, kendisine açıkça bağımlı hizmetlerin hiçbiri başlayamaz.</description>
      <path-to-executable>C:\Windows\system32\msiexec.exe /V</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>netprofm</name>
      <display-name>Ağ Listesi Hizmeti</display-name>
      <description>Bilgisayarın bağlandığı ağları tanımlar, bu ağların özelliklerini toplayıp depolar ve bu özellikler değiştiğinde uygulamalara bildirir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>nlasvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>nsi</name>
      <display-name>Ağ Depo Arabirimi Hizmeti</display-name>
      <description>Bu hizmet, kullanıcı modu istemcilerine ağ bildirimleri (örn. arabirim ekleme/silme vs.) verir. Bu hizmeti durdurmak ağ bağlantısının kaybedilmesine neden olur. Bu hizmet devre dışı bırakılırsa, bu hizmete açıkça bağlı olan diğer tüm hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Automatic</startup-type>
      <status>Running</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>nsiproxy</service-name>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>p2pimsvc</name>
      <display-name>Eşler Arası Ağ Oluşturma Kimlik Yöneticisi</display-name>
      <description>Eş Adı Çözümleme Protokolü (PNRP) ve Eşler Arası Gruplama hizmetleri için kimlik hizmetleri sağlar.  Devre dışı bırakılırsa, Eş Adı Çözümleme Protokolü (PNRP) ve Eşler Arası Gruplama hizmetleri çalışmayabilir ve Ev Grubu, Uzaktan Yardım gibi bazı uygulamalar düzgün çalışmayabilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServicePeerNet</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>p2psvc</name>
      <display-name>Eş Ağ Gruplandırma</display-name>
      <description>Eşler Arası Gruplandırma kullanarak çok taraflı iletişim sağlar.  Devre dışı bırakılırsa, Ev Grubu gibi bazı uygulamalar çalışmayabilir.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServicePeerNet</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>PNRPSvc</service-name>
         <service-name>p2pimsvc</service-name>
      </depends-on>
   </service>
   <service>
      <name>perceptionsimulation</name>
      <display-name>Windows Algılama Benzetimi Hizmeti</display-name>
      <description>Uzamsal algılama benzetimi, sanal kamera yönetimi ve uzamsal giriş benzetimini etkinleştirir.</description>
      <path-to-executable>C:\Windows\system32\PerceptionSimulation\PerceptionSimulationService.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>60</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>pla</name>
      <display-name>Performans Günlükleri ve Uyarıları</display-name>
      <description>Yerel veya uzak bilgisayarlardaki Performans Günlükleri ve Uyarıları önceden yapılandırılmış zamanlama parametrelerine dayanarak performans verileri toplar, sonra verileri bir günlüğe yazar veya bir uyarıyı tetikler. Bu hizmet durdurulursa, performans bilgileri toplanmaz. Bu hizmet devre dışı bırakılırsa, kendisine açıkça bağlı olan diğer hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>seclogon</name>
      <display-name>İkincil Oturum Açma</display-name>
      <description>Farklı kimlik bilgileriyle işlem başlatabilmeyi sağlar. Bu hizmet durdurulmuşsa bu tür oturum açma kullanılamaz olur. Bu hizmet devre dışı bırakılmışsa, bu hizmete açıkca bağımlı olan diğer hizmetler başlamayacaktır.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>shpamsvc</name>
      <display-name>Shared PC Account Manager</display-name>
      <description>Manages profiles and accounts on a SharedPC configured device</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>ProfSvc</service-name>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>smphost</name>
      <display-name>Microsoft Depolama Alanları SMP</display-name>
      <description>Microsoft Depolama Alanları yönetim sağlayıcısı için ana bilgisayar hizmeti. Bu hizmet durdurulur veya devre dışı bırakılırsa, Depolama Alanları yönetilemez.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k smphost</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>spectrum</name>
      <display-name>Windows Algılama Hizmeti</display-name>
      <description>Uzaysal algılama, uzaysal giriş ve holografik işlemeyi devreye sokar.</description>
      <path-to-executable>C:\Windows\system32\spectrum.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>60</reset-period>
         <command>&quot;C:\Windows\System32\Spectrum.exe&quot; -safemode</command>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>1000</delay>
         </action>
         <action>
            <run-command/>
            <delay>1000</delay>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>sppsvc</name>
      <display-name>Yazılım Koruması</display-name>
      <description>Windows ve Windows uygulamaları için indirmeyi, kurulumu ve dijital lisansların zorlanmasını etkinleştirir. Hizmet devre dışı bırakılırsa, işletim sistemi ve lisanslı uygulamalar bildirim modunda çalışabilir. Yazılım Koruması hizmetini devre dışı bırakmamanız önerilir.</description>
      <path-to-executable>C:\Windows\system32\sppsvc.exe</path-to-executable>
      <startup-type>Automatic (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\NetworkService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{F5528ADA-BE5F-4F14-8AEF-A95DE7281161}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>ssh-agent</name>
      <display-name>OpenSSH Authentication Agent</display-name>
      <description>Agent to hold private keys used for public key authentication.</description>
      <path-to-executable>C:\Windows\System32\OpenSSH\ssh-agent.exe</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>stisvc</name>
      <display-name>Windows Resim Alma (WIA)</display-name>
      <description>Tarayıcılar ve kameralar için resim alma hizmetleri sağlar</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k imgsvc</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>svsvc</name>
      <display-name>Nokta Doğrulayıcısı</display-name>
      <description>Olası dosya sistemi bozulmalarını doğrular.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom/>
            </type>
            <type>
               <guid>{8E6A5303-A4CE-498F-AFDB-E03A8A82B077}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>swprv</name>
      <display-name>Microsoft Yazılımı Gölge Kopya Sağlayıcısı</display-name>
      <description>Birim Gölge Kopya hizmeti tarafından alınan yazılım tabanlı birim gölge kopyalarını yönetir. Bu hizmet durdurulursa, yazılım tabanlı birim gölge kopyaları yönetilemez. Bu hizmet devre dışı bırakılırsa, açıkça bu hizmete bağlı olan hizmetler başlatılamaz.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k swprv</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>RPCSS</service-name>
      </depends-on>
   </service>
   <service>
      <name>tzautoupdate</name>
      <display-name>Otomatik Saat Dilimi Güncelleştirici</display-name>
      <description>Sistem saat dilimini otomatik olarak ayarlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>upnphost</name>
      <display-name>UPnP Aygıt Ana Makinesi</display-name>
      <description>UPnP aygıtlarının bu bilgisayarda barındırılmasına izin verir. Bu hizmet durdurulursa, barındırılan tüm UPnP aygıtlarının çalışması durur ve barındırılan başka aygıt eklenemez. Bu hizmet devre dışı bırakılırsa, açıkça ona bağlı olan hiçbir hizmet başlatılamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <restart-service/>
            <delay>100</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>HTTP</service-name>
         <service-name>SSDPSRV</service-name>
      </depends-on>
   </service>
   <service>
      <name>vds</name>
      <display-name>Sanal Disk</display-name>
      <description>Diskler, birimler, dosya sistemleri ve depolama birimi dizileri için yönetim hizmetleri sağlar.</description>
      <path-to-executable>C:\Windows\System32\vds.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>120</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>vmicguestinterface</name>
      <display-name>Hyper-V Konuk Arabirimi Hizmeti</display-name>
      <description>Sanal makinenin içinde çalışan belirli hizmetlerle etkileşim kurmak için Hyper-V ana bilgisayarına bir arabirim sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{34D14BE3-DEE4-41C8-9AE7-6B174977C192}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmicheartbeat</name>
      <display-name>Hyper-V Sinyal Hizmeti</display-name>
      <description>Düzenli aralıklarla bir sinyal göndererek bu sanal makinenin durumunu izler. Bu hizmet çalışırken yanıt vermeyi durduran sanal makineleri belirlemenize yardımcı olur.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k ICService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{57164F39-9115-4E78-AB55-382F3BD5422D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmickvpexchange</name>
      <display-name>Hyper-V Veri Değişimi Hizmeti</display-name>
      <description>Sanal makine ile fiziksel bilgisayar üzerinde çalışan işletim sistemi arasında veri alışverişi sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>14400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{A9A0F4E7-5A45-4D96-B827-8A841E8C03E6}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmicrdv</name>
      <display-name>Hyper-V Uzak Masaüstü Sanallaştırma Hizmeti</display-name>
      <description>Sanal makine ile fiziksel bilgisayar üzerinde çalışan işletim sistemi arasında iletişim için bir platform sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k ICService -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{276AACF4-AC15-426C-98DD-7521AD3F01FE}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmicshutdown</name>
      <display-name>Hyper-V Konuk Kapatma Hizmeti</display-name>
      <description>Bu sanal makinenin işletim sisteminin fiziksel bilgisayar üzerindeki yönetim arabirimleri kullanılarak kapatılmasını sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>3600</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{0E0B6031-5213-4934-818B-38D90CED39DB}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmictimesync</name>
      <display-name>Hyper-V Zaman Eşitleme Hizmeti</display-name>
      <description>Bu sanal makinenin sistem saatini fiziksel bilgisayarın sistem saatiyle eşitler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>14400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>VmGid</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{9527E630-D0AE-497B-ADCE-E80AB0175CAF}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmicvmsession</name>
      <display-name>Hyper-V PowerShell Direct Hizmeti</display-name>
      <description>Sanat makineyi PowerShell ile sanal ağ olmadan VM oturumu aracılığıyla yönetmek için mekanizma sağlar.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{999E53D4-3D5C-4C3E-8779-BED06EC056E1}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>vmicvss</name>
      <display-name>Hyper-V Birim Gölge Kopyası İsteyicisi</display-name>
      <description>Bu sanal makinedeki uygulamaların ve verilerin fiziksel bilgisayar üzerindeki işletim sisteminden yedeklenmesi amacıyla Birim Gölge Kopyası Hizmeti&apos;ni kullanmak için gereken iletişimi düzenler.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <triggers>
         <trigger>
            <type>
               <device-interface-arrival/>
            </type>
            <type>
               <guid>{35FA2E29-EA23-4236-96AE-3A6EBACBA440}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>wbengine</name>
      <display-name>Blok Düzeyinde Yedekleme Altyapı Hizmeti</display-name>
      <description>WBENGINE hizmeti Windows Yedekleme tarafından yedekleme ve kurtarma işlemlerini gerçekleştirmek üzere kullanılır. Bu hizmet kullanıcı tarafından durdurulursa, o anda çalışmakta olan yedekleme ve kurtarma işleminin başarısız olmasına neden olabilir. Bu hizmetin devre dışı bırakılması bu bilgisayarda Windows yedeklemeyle yedekleme ve kurtarma işlemlerini devre dışı bırakabilir.</description>
      <path-to-executable>&quot;C:\Windows\system32\wbengine.exe&quot;</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>wcncsvc</name>
      <display-name>Windows Şimdi Bağlan - Yapılandırma Dosyası Kaydedici</display-name>
      <description>WCNCSVC, Microsoft&apos;un Kablosuz Korumalı Kurulum (WPS) protokolünün Uygulaması olan Windows Şimdi Bağlan Yapılandırması&apos;nı barındırır. Bu, Erişim Noktası&apos;nın (AP) veya Kablosuz Cihazın Kablosuz Yerel Ağ ayarlarını yapılandırmada kullanılır. Bu hizmet gerektiğinde program yoluyla başlatılır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceAndNoImpersonation -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
   </service>
   <service>
      <name>wercplsupport</name>
      <display-name>Sorun Raporları Denetim Masası Desteği</display-name>
      <description>Bu hizmet, Sorun Raporları denetim masası için sistem düzeyi sorun raporlarını görüntüleme, gönderme ve silme işlemlerine destek sağlar.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
   </service>
   <service>
      <name>wisvc</name>
      <display-name>Windows Insider Hizmeti</display-name>
      <description>Windows Insider Programı için destek altyapısı sağlar. Windows Insider Programı&apos;nın çalışması için bu hizmetin etkin kalması gerekir.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>wlidsvc</name>
      <display-name>Microsoft Hesabı Oturum Açma Yardımcısı</display-name>
      <description>Kullanıcıların Microsoft Hesabı Identity hizmetleri aracılığıyla oturum açmasını sağlar. Bu hizmet durursa, kullanıcılar Microsoft hesaplarıyla bilgisayarda oturum açamaz.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Disabled</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <restart-service/>
            <delay>0</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>wlpasvc</name>
      <display-name>Yerel Profil Yardımcısı Hizmeti</display-name>
      <description>Bu hizmet, abone kimlikleri modülü için profil yönetimi sağlar</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>TDI</load-order-group>
      <log-on-as>
         <account>NT Authority\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>600000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>WwanSvc</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <custom-system-state-change/>
            </type>
            <type>
               <guid>{2D7A2816-0C5E-45FC-9CE7-570E5ECDE9C9}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <network-packet-arrives/>
            </type>
            <type>
               <guid>{BC90D167-9470-4139-A9BA-BE0BBBF5B74D}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
   <service>
      <name>wmiApSrv</name>
      <display-name>WMI Performans Bağdaştırıcısı</display-name>
      <description>Windows Yönetim Araçları (WMI) sağlayıcılarından ağdaki istemcilere performans kitaplığı bilgileri sağlar. Bu hizmet yalnızca Performans Veri Yardımcısı etkin olduğunda çalışır.</description>
      <path-to-executable>C:\Windows\system32\wbem\WmiApSrv.exe</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>900</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
   </service>
   <service>
      <name>workfolderssvc</name>
      <display-name>Çalışma Klasörleri</display-name>
      <description>Bu hizmet dosyaları Çalışma Klasörleri sunucusuyla eşitleyerek Çalışma Klasörleri&apos;ni ayarladığınız tüm bilgisayarlarda ve cihazlarda dosyaları kullanabilmenize olanak tanır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalService -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Stopped</status>
      <load-order-group>LocalService</load-order-group>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <depends-on>
         <service-name>RpcSs</service-name>
         <service-name>wsearch</service-name>
      </depends-on>
   </service>
   <service>
      <name>wscsvc</name>
      <display-name>Güvenlik Merkezi</display-name>
      <description>WSCSVC (Windows Güvenliği Merkezi) hizmeti bilgisayarda güvenlik sistem durumu ayarlarını izler ve bildirir. Sistem durumu ayarları güvenlik duvarını (açık/kapalı/güncel değil), virüsten korunmayı (açık/kapalı/güncel değil), casus yazılım önlemeyi (açık/kapalı/güncel değil), Windows Update&apos;i (güncelleştirmelerin otomatik/el ile yüklenmesi ve kurulması), Kullanıcı Hesabı Denetimi&apos;ni (açık/kapalı) ve Internet ayarlarını (önerilen/önerilmeyen) içerir. Hizmet, bağımsız yazılım satıcılarının ürünlerini Güvenlik Merkezi hizmetine kaydetmeleri ve ürünlerinin durumuna ilişkin kayıtları yapmaları için COM API&apos;ler sağlar. Güvenlik ve Bakım kullanıcı arabirimi bu hizmeti, sistem tepsisi uyarıları sağlamak ve Güvenlik ve Bakım denetim masasında güvenlik sistem durumlarını grafik olarak göstermek için kullanır. Ağ Erişim Koruması (NAP) bu hizmeti, ağda karantina kararlarını vermek amacıyla istemcilerin güvenlik sistem durumlarını NAP Ağ İlkesi Sunucusu&apos;na bildirmek için kullanır. Ayrıca hizmetin, sistemin derlenen güvenlik durumunu dış müşterilerin program aracılığıyla almasına olanak tanıyan bir genel API&apos;si de vardır.</description>
      <path-to-executable>C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p</path-to-executable>
      <startup-type>Disabled (Delayed Start)</startup-type>
      <status>Stopped</status>
      <log-on-as>
         <account>NT AUTHORITY\LocalService</account>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>120000</delay>
         </action>
         <action>
            <restart-service/>
            <delay>300000</delay>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>RpcSs</service-name>
      </depends-on>
   </service>
   <service>
      <name>wuauserv</name>
      <display-name>Windows Update</display-name>
      <description>Windows ve diğer programlarının güncelleştirilmesinin algılanmasını, karşıdan yüklenmesini ve kurulmasını etkinleştirir. Bu hizmet devre dışı bırakılırsa, bu bilgisayardaki kullanıcılar Windows Update veya otomatik güncelleştirme özelliğini ve programlar Windows Update Aracısı (WUA) API&apos;sini kullanamayacak.</description>
      <path-to-executable>C:\Windows\system32\svchost.exe -k netsvcs -p</path-to-executable>
      <startup-type>Manual</startup-type>
      <status>Running</status>
      <log-on-as>
         <local-system-account/>
      </log-on-as>
      <recovery>
         <reset-period>86400</reset-period>
         <action>
            <restart-service/>
            <delay>60000</delay>
         </action>
         <action>
            <no-action/>
         </action>
         <action>
            <no-action/>
         </action>
      </recovery>
      <depends-on>
         <service-name>rpcss</service-name>
      </depends-on>
      <triggers>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{659FCAE6-5BDB-4DA9-B1FF-CA2A178D46E0}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
         <trigger>
            <type>
               <policy-change/>
            </type>
            <type>
               <guid>{54FB46C8-F089-464C-B1FD-59D1B62C3B50}</guid>
            </type>
            <action>
               <start/>
            </action>
         </trigger>
      </triggers>
   </service>
</windows-service-auditor-services>
 

 

  • Like 1
Link to comment
Share on other sites

 

@canavar123 Cevabınız için teşekkür ederim. Aslında .reg olarak yedeklemek daha sağlıklı gibi geliyor. Ancak bazı programlar da sıkıntı çıkarır mı diye düşünüyorum. Geniş çaplı .reg dosyaları bazen kısır döngüye neden olabiliyor. Yine de denemekte fayda var. Düzenleme yaparken en çok uğraştıran işlerden birisi. Sürekli sıfırdan yaparken bazılarını unutabiliyorum yada gözden kaçabiliyor. 

@tayyar61 teşekkür ederim. Sıfırdan referans alarak yapmaya çalışayım bakalım nasıl bir sonuç çıkacak.

@MrRush Üstad kusura bakma. En üstteki mesaj donduğu için yazamadım. İçeriği ekleyince dondu. İçeriğin tamamını ekledim. Ancak bu benim kurulu sistemime ait olduğu için bunu kullanmayacağım. Sanal PC üzerinden temiz bir .xml dosyası alabilirim. 

Cevaplarınız için ayrı ayrı teşekkür ediyorum. Bu Hizmetler ayarlarıyla çok fazla oyun oynayamasam da sistemimin yettiği oyunlar da güzel sonuçlar alıyorum. Daha kapatmak istediğim birkaç servis daha var. Ancak devre dışı bıraktığım da nasıl olur bilemiyorum. Tüm yaptığım ayarları fingerprint arkadaşımızın yaptığı şekilde sanal pc de bir deneyeyim. Bakalım nasıl sonuç verecek...

Link to comment
Share on other sites

all-services_configuration.xml dosyasını inceledim bu şekilde pek kullanılacak gibi değil. İlk defa böyle bir dosya gördüm.

Please register to see this content.

Buradan servislerini tek tek düzenleyebilirsin. Ardından services.bat olarak indirebilirsin. İso için kullanımı nasıl neyle kullanacağına bağlı.

SetupCoplete.cmd ile kullanacaksan.

@echo off
"%WINDIR%\Setup\Files\services.bat"
rd /q /s "%WINDIR%\Setup\Files"
del /q /f "%0"

 

Yok ben bunları tek tek eklemek istiyorum dersen:

Örnek bir SetupComplete.cmd

:: 2>nul :: 

@echo off
chcp 65001 >nul
cd /d "%~dps0"
Set xOS=x64& (If "%PROCESSOR_ARCHITECTURE%"=="x86" If Not Defined PROCESSOR_ARCHITEW6432 Set xOS=x86)

:: Otomatik Kurulum dil seçenekleri görevini devre dışı bırakma
schtasks /Change /TN "Microsoft\Windows\LanguageComponentsInstaller\Installation" /Disable


:: Defender ve bileşenlerini devre dışı bırakmak
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d 1 /f

:: Microsoft Kötü Amaçlı Yazılım Koruması Komut Satırı Yardımcı Programı görevlerini devre dışı bırakın
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Disable
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Disable
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /Disable
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification" /Disable

 

::  Superfetch, Prefetch ve ReadyBoot'u devre dışı bırakın
::  Windows ve programların yüklenmesini optimize etmek için kullanılır
net stop SysMain
sc config SysMain start= disabled
reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnableSuperfetch" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\ReadyBoot" /v "Start" /t REG_DWORD /d 0 /f
schtasks /Change /TN "Microsoft\Windows\Sysmain\ResPriStaticDbSync" /Disable
schtasks /Change /TN "Microsoft\Windows\Sysmain\WsSwapAssessmentTask" /Disable


::   Arama için endekslemeyi devre dışı bırakın
net stop WSearch
sc config WSearch start= disabled
schtasks /Change /TN "Microsoft\Windows\Shell\IndexerAutomaticMaintenance" /Disable

 

 

 

  • Like 3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...