TRWE_2012
Süper Moderatör
- Üyelik Tarihi
- 2 Haz 2020
- Konular
- 3,072
- Mesajlar
- 5,819
- MFC Puanı
- 20,180
1.Windows Defenderi Kapatma
************************************************************
2.Güncellemeleri Süresiz Duraklatma (100 yıl duraksatma)
******************************************************************
3.Cortana’yı Devre Dışı Bırakma
*****************************************************************
4.Otomatik Yüklenen Uygulamaları Kapatma
***********************************************************************
5.Uygulamaların arka planda çalışmasını engelleme
************************************************************************
6. Gereksiz Windows Servislerini Kapatma
Devre dışı bırakabileceğiniz Windows hizmetleri:
İlk beş reg kaydı + gamebar'ın oyun esnasında yazmasını engellemek için (SSD'in ömrü ve FSP takılmalarının önüne geçmek için gerekli) reg kaydı
Gereksiz Win10 Servislerini Bir Tıkla Kapatan .bat dosyası
Tüm değişiklikleri uyguladıktan sonra sistemi yeniden başlatınız.Sonuç %30 daha hızlı ve stabil Windows 10 Yapı 22H2....!!!
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableScanOnRealtimeEnable"=dword:00000001
************************************************************
2.Güncellemeleri Süresiz Duraklatma (100 yıl duraksatma)
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseUpdatesExpiryTime"="2099-11-11T16:38:59Z"
"PauseFeatureUpdatesEndTime"="2099-11-11T11:11:11Z"
"PauseQualityUpdatesEndTime"="2099-11-11T11:11:11Z"
******************************************************************
3.Cortana’yı Devre Dışı Bırakma
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"ConnectedSearchUseWeb"=dword:00000000
"AllowCortana"=dword:00000000
"AllowCortanaAboveLock"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
"PreventIndexOnBattery"=dword:00000001
*****************************************************************
4.Otomatik Yüklenen Uygulamaları Kapatma
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableWindowsConsumerFeatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SilentInstalledAppsEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
"AutoDownload"=dword:00000002
***********************************************************************
5.Uygulamaların arka planda çalışmasını engelleme
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
"LetAppsRunInBackground"=dword:00000002
"LetAppsRunInBackground_UserInControlOfTheseApps"=-
"LetAppsRunInBackground_ForceAllowTheseApps"=-
"LetAppsRunInBackground_ForceDenyTheseApps"=-
************************************************************************
6. Gereksiz Windows Servislerini Kapatma
Devre dışı bırakabileceğiniz Windows hizmetleri:
Kod:
sc stop "WSearch"
sc config "WSearch" start= disabled
sc stop "DiagTrack"
sc config "DiagTrack" start= disabled
sc stop "lfsvc"
sc config "lfsvc" start= disabled
sc stop "WerSvc"
sc config "WerSvc" start= disabled
sc stop "CscService"
sc config "CscService" start= disabled
sc stop "SmsRouter"
sc config "SmsRouter" start= disabled
sc stop "PhoneSvc"
sc config "PhoneSvc" start= disabled
sc stop "dmwappushservice"
sc config "dmwappushservice" start= disabled
@pause
İlk beş reg kaydı + gamebar'ın oyun esnasında yazmasını engellemek için (SSD'in ömrü ve FSP takılmalarının önüne geçmek için gerekli) reg kaydı
Kod:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableScanOnRealtimeEnable"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseUpdatesExpiryTime"="2099-11-11T16:38:59Z"
"PauseFeatureUpdatesEndTime"="2099-11-11T11:11:11Z"
"PauseQualityUpdatesEndTime"="2099-11-11T11:11:11Z"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"ConnectedSearchUseWeb"=dword:00000000
"AllowCortana"=dword:00000000
"AllowCortanaAboveLock"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
"PreventIndexOnBattery"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableWindowsConsumerFeatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SilentInstalledAppsEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
"AutoDownload"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
"LetAppsRunInBackground"=dword:00000002
"LetAppsRunInBackground_UserInControlOfTheseApps"=-
"LetAppsRunInBackground_ForceAllowTheseApps"=-
"LetAppsRunInBackground_ForceDenyTheseApps"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000000
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
Gereksiz Win10 Servislerini Bir Tıkla Kapatan .bat dosyası
Kod:
sc stop "WSearch"
sc config "WSearch" start= disabled
sc stop "DiagTrack"
sc config "DiagTrack" start= disabled
sc stop "lfsvc"
sc config "lfsvc" start= disabled
sc stop "WerSvc"
sc config "WerSvc" start= disabled
sc stop "CscService"
sc config "CscService" start= disabled
sc stop "SmsRouter"
sc config "SmsRouter" start= disabled
sc stop "PhoneSvc"
sc config "PhoneSvc" start= disabled
sc stop "dmwappushservice"
sc config "dmwappushservice" start= disabled
@pause
Tüm değişiklikleri uyguladıktan sonra sistemi yeniden başlatınız.Sonuç %30 daha hızlı ve stabil Windows 10 Yapı 22H2....!!!