Rehber: NTLite ile Windows 10 Lite/Performans sistem hazırlama

Aşağıda “Toplu Regler” yazdığım kısmı Technopat / Windows 10 Hızlandırma Rehberinden aldım. Detaylarını inceleyebilirsiniz.
[CODE title=”Txt belgesi içine bunları kopyalayıp uzantısını .reg olarak kaydedin.”]Windows Registry Editor Version 5.00

#~Disables SmartScreen
[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionAppHost]
“EnableWebContentEvaluation”=dword:00000000
“ContentEvaluation”=dword:00000000

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer]
“SmartScreenEnabled”=”Off”

#~Turns off Windows blocking installation of files downloaded from the web
#~İnternetten indirilen dosyaların yüklenmesini engellemiş olan Windows’u kapatır.
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesAttachments]
“ScanWithAntiVirus”=dword:00000003
“SaveZoneInformation”=dword:00000001

#~Toplu Regler
[HKEY_CURRENT_USERControl PanelDesktop]
“AutoEndTasks”=”1”
“HungAppTimeout”=”1000”
“MenuShowDelay”=”8”
“WaitToKillAppTimeout”=”2000”
“LowLevelHooksTimeout”=”1000”

[HKEY_CURRENT_USERControl PanelMouse]
“MouseHoverTime”=”8”

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
“NoLowDiskSpaceChecks”=dword:00000001
“LinkResolveIgnoreLinkInfo”=dword:00000001
“NoResolveSearch”=dword:00000001
“NoResolveTrack”=dword:00000001
“NoInternetOpenWith”=dword:00000001

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl]
“WaitToKillServiceTimeout”=”2000”

#~Clear PageFile at shutdown and ActiveProbing(Kapatma esnasında Pagefile dosyalarını temizle)
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management]
“ClearPageFileAtShutdown”=dword:00000001

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNlaSvcParametersInternet]
“EnableActiveProbing”=dword:00000000

#~Ayrılmış Depo Alanı Kapatma(Esasen kapattık sadece eklemek istersenizde bir ziyanı olmaz)
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionReserveManager]
“ShippedWithReserves”=dword:00000000

#~DiagTrack Kapatma
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesDiagTrack]
“Start”=dword:00000004

#~Disabled Startup Delay
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerSerialize]
“StartupDelayInMSec”=dword:00000000

#~Dosya Listesini Kopyala(Sağ tuşa dosya listesini kopyala seçeneği ekler)
[HKEY_CLASSES_ROOTDirectoryshellDosya Listesini Kopyalacommand]
@=”cmd /c dir “%1″ /b /a:-d /o:n | clip”

#~Prefetch Kapatma
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters]
“EnablePrefetcher”=dword:00000000
“EnableSuperFetch”=dword:00000000

#~Qos Limit Kaldırma
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPsched]
“NonBestEffortLimit”=dword:00000000

#~SMB1 Kapatma(Güvenlik için kapatmanızda yarar var, googledan araştırabilirsiniz)
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters]
“SMB1″=dword:00000000

#~Telemetry Kapatma
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsDataCollection]
“AllowTelemetry”=dword:00000000

#~Windows 255 Karakter Sınırını Kaldırma
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem]
“LongPathsEnabled”=dword:00000001

#~Kısayollardan kısayol yazısını kaldırma
[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorer]
“bağlantı”=hex:00,00,00,00
[/CODE]