If mouse movement on your VPS feels smooth, but dragging windows or typing seems delayed or clunky — don't worry, that's normal on Windows Server editions (2019, 2022, or 2025).
When you drag a window, you'll often only see a rectangular outline instead of the full window moving. This is a built-in optimization by Microsoft to reduce visual motion and graphical overhead in Remote Desktop Protocol (RDP) sessions. It's a standard feature in all server operating systems, which are optimized for backend performance and stability, not front-end visuals like consumer versions of Windows.
Important:
This behavior does not affect your VPS performance or strategy execution in any way. Your trading environment continues to operate at full speed inside the datacenter — this is purely a visual effect.
Optional: Enable Full Window Drag
If you prefer the visual experience of full window movement (as on a local PC), you can change this behavior — but note that enabling additional visual effects may increase bandwidth usage or reduce responsiveness over RDP.
Enable via Control Panel (GUI Method)
Open System Properties:
Right-click the Start Menu > click System
Click Advanced system settings on the right
Open Performance Settings:
Under the Advanced tab, click Settings in the Performance section
Adjust Visual Effects:
Either:
Select "Adjust for best appearance"
Or manually check "Show window contents while dragging"
Click Apply, then OK
Enable via PowerShell (Advanced Users)
If you prefer using PowerShell:
Set-ItemProperty -Path 'HKCU:\Control Panel\Desktop' -Name 'DragFullWindows' -Value '1'
Stop-Process -Name explorer -Force
This will apply the setting and restart the File Explorer process.
Need Assistance?
Our support team is available 24/7. If you have any questions or run into issues, open a support ticket from your QuantVPS dashboard and we'll get back to you as quickly as possible.
