Danny Moran

How to change Windows 11 RDP Frame Rate

Published December 31, 2022 by Danny Moran

Table of Contents
PAGE CONTENT

Introduction

Learn how to change the framerate of a Windows RDP session from the standard 30 frames per second (30 FPS) to 60 FPS. In this example, I show you how to use the registry to create a new registry key to change the FPS cap of remote desktop sessions from 30 FPS to 60 FPS.

How to change Windows 11 RDP Frame Rate video

How to change Windows 11 RDP Frame Rate

To change the framerate limit of an RDP session, run the following command:

reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations" /v DWMFRAMEINTERVAL /t REG_DWORD /d 15 /f