Windows 10 - %30 - Performans İyileştirmesi

Cevapla
Kullanıcı avatarı
TRWE_2012
Mesaj Panosu Yöneticisi
Mesaj Panosu Yöneticisi
Mesajlar: 580
Kayıt: 30 Ağu 2022 21:59
Konum: BERTUNA/Orion Takım Yıldızı
Meslek: MADEN MÜHENDİSİ
Teşekkür etti: 123 kez
Teşekkür edildi: 421 kez

Windows 10 - %30 - Performans İyileştirmesi

Mesaj gönderen TRWE_2012 »

1.Windows Defenderi Kapatma

Kod: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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: Tümünü seç

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....!!!
Verily We have granted thee a manifest Victory
Fetih Suresi - 1.Ayet

Etiketler:
Cevapla

“Windows 10” sayfasına dön