Windows 11 ke common RDP issues fix karta hai

 

🧾 Use ka tareeqa

  1. Notepad kholo
  2. Upar wala code paste karo
  3. File save karo as: rdp_fix.bat
  4. Right-click → Run as Administrator

⚠️ Note

  • Yeh script Windows 11 ke common RDP issues fix karta hai
  • Agar phir bhi issue aaye to network ya server-side config check karna padega


--------------------------------------------------------------------------

@echo off
title RDP Fix Tool - Windows 11
color 0A

echo ===============================
echo RDP Fix Script (Win11)
echo ===============================
echo.

:: Run as admin check
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo [ERROR] Please run this script as Administrator!
pause
exit
)

echo [1] Disabling RDP UDP (Fix for disconnect/lag)...
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client" /v fClientDisableUDP /t REG_DWORD /d 1 /f

echo [2] Enabling Remote Desktop Firewall Rules...
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes

echo [3] Opening Port 3389...
netsh advfirewall firewall add rule name="RDP Port 3389" dir=in action=allow protocol=TCP localport=3389

echo [4] Restarting Remote Desktop Service...
net stop TermService /y
net start TermService

echo.
echo ===============================
echo RDP Fix Applied Successfully
echo ===============================
echo.

pause

Comments

Popular posts from this blog

Windows 11 rdp problem resolved

Microsoft Activation Scripts (MAS)