0% found this document useful (0 votes)
429 views2 pages

Otimizacao

This document provides instructions for optimizing a Windows system through various commands (CMD), downloads, and registry edits. It includes commands to scan for issues, disable features like hibernation, clean temporary files and optimize storage, download optimization tools, and make numerous registry changes to disable telemetry, optimize performance for games, and disable accessibility features. The goal is to clean, optimize, and disable unnecessary processes and features for improved system performance.

Uploaded by

Henrique
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
429 views2 pages

Otimizacao

This document provides instructions for optimizing a Windows system through various commands (CMD), downloads, and registry edits. It includes commands to scan for issues, disable features like hibernation, clean temporary files and optimize storage, download optimization tools, and make numerous registry changes to disable telemetry, optimize performance for games, and disable accessibility features. The goal is to clean, optimize, and disable unnecessary processes and features for improved system performance.

Uploaded by

Henrique
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

====================

Serviços Desativar
====================
Esperiências do Usuário Conectado e Telemetria
Serviço de Politíca de Diagnóstico
SysMan

=====
CMD
=====

sfc /scannow
powercfg.exe /hibernate off
bcdedit /set useplatformtick yes - synthetic timers
bcdedit /set disabledynamictick yes - dynamic tick
bcdedit /deletevalue useplatformclock - hpet
cleanmgr.exe C
Fsutil behavior query memoryusage
Fsutil behavior set memory usage 2
Fsutil behavior query DisableDeleteNotify
fsutil behavior set disabledeletenotify 0
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset

Otimizar HDD/SSD

========
Baixar
========

Wise Memory Optimizer


https://www.wisecleaner.com/wise-memory-optimizer.html

ParkControl
https://bitsum.com/parkcontrol/

FPS BOOST
https://docs.google.com/uc?export=download&id=1kGv5PE2wBYoVvfK-nG9Ia65ajVeRQvWp

DDU
https://www.guru3d.com/files-details/display-driver-uninstaller-download.html

====================
Editor de Registro
====================

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control
SvcHostSplitThresholdInKB 16777216

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management
FeatureSettings 1
FeatureSettingsOverride 3
FeaturesSettingsOverrideMask 3

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching
SearchOrderConfig 0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\
AllowGameDVR
value 0

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
pasta power - new - key PowerThrottling
dword32 : PowerThrottlingOff 1 hexa

HKEY_CURRENT_USER\System\GameConfigStore
GameDVR_DXGIHonorFSEWindowsCompatible 1
GameDVR_FSEBehaviorMode 0
delete children and parents

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\
SystemProfile\Tasks\Games
GPU Priority 8
Priority 6
Scheduling Category High
SFIO Priority High

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\
SystemProfile
SystemResponsiveness 0
NetworkThrottlingIndex ffffffff

HKEY_CURRENT_USER\Control Panel\Desktop
MenuShowDelay 0

HKEY_CURRENT_USER\Control Panel\Accessibility\MouseKeys
Flags 0

HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys
Flags 0

HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response


Flags 0

HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys
Flags 0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\
Maintenance
new - dword - MaintenanceDisabled 1 hexa

You might also like