6 cmd commands to execute to improve windows 10 experience.

Опубликовано: 11 Апрель 2024
на канале: ULTIMATE THRILLER TV
1,561
67

Unlock the full potential of your Windows system with these powerful Command Prompt commands! In this tutorial, we'll show you how to streamline your Windows experience and optimize system performance with just a few simple commands.

6 cmd commands to execute to improve windows 10 experience.

Enable Automatic Updates:
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 4 /f

Adjust Power Plan:
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

Disable Telemetry and Data Collection:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f

Adjust Visual Effects:
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v VisualFXSetting /t REG_DWORD /d 2 /f

Disable Unnecessary Background Apps:
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v GlobalUserDisabled /t REG_DWORD /d 1 /f

Enable Storage Sense:
REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy" /v 01 /t REG_DWORD /d 1 /f

#PowerPlanOptimization
#HighPerformanceMode
#PCPowerSettings
#CommandPromptTutorials
#MaximizePerformance