Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
The topic "Velocidade de Rolagem" translates to "Scroll Speed" in English. Adjusting the scroll speed can significantly enhance user experience, especially for those who spend a lot of time reading or navigating through documents and web pages. In the Windows environment, this setting can be customized to suit individual preferences. This article will guide you through the steps to adjust the scroll speed using both the graphical user interface (GUI) and command line methods.
Examples:
Open Settings:
Win + I
to open the Settings app.Navigate to Devices:
Adjust Scroll Speed:
Open Registry Editor:
Win + R
, type regedit
, and press Enter.Navigate to the Scroll Settings:
HKEY_CURRENT_USER\Control Panel\Desktop
Modify Scroll Settings:
WheelScrollLines
. Double-click it to edit its value. The default value is usually set to 3. You can increase or decrease this number to adjust the scroll speed.Apply Changes:
Open PowerShell:
Win + X
and select “Windows PowerShell (Admin)”.Run the Following Command:
Set-ItemProperty -Path "HKCU:\Control Panel\Desktop" -Name "WheelScrollLines" -Value 5
5
with your desired scroll speed value.Restart Computer: