Hola 승우 정,
Based on the symptoms and the Code 43 on the discrete GPU, I'd treat the graphics stack as the likely cause and move directly to forcing RDP away from the hardware GPU.
The key policy is: Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Remote Session Environment > Use hardware graphics adapters for all Remote Desktop Services sessions
Set that policy to Disabled, then reboot the server. When disabled, Remote Desktop Services uses the Microsoft Basic Render Driver instead of the physical GPU for remote sessions. Microsoft documents that behavior here.
I would also set Use the WDDM graphics display driver for Remote Desktop Connections to Disabled and reboot again. That forces RDP off the WDDM remote display path and onto the older XDDM path. Microsoft still documents this behavior for the policy.
This combination is the most practical workaround when a faulty or incompatible display driver disrupts RDP session initialization. There are also multiple Microsoft Q&A cases in which disabling the WDDM RDP display driver resolved RDP freezes/crashes associated with NVIDIA and other display driver issues.
The fact that disabling the physical GPU in Device Manager didn't fix the problem doesn't completely rule out the graphics stack. RDP can still initialize through WDDM components and the remote display driver, even when the discrete adapter itself is disabled. That is why changing the RDP rendering policies is more important here than simply turning off the device.
I would not remove the GPU physically or turn off the PCIe slot yet. First force RDP to use the Microsoft software rendering path and legacy remote display driver. If the server becomes stable after that, you've confirmed that the graphics subsystem is the source of the issue without making any hardware changes.
If that resolves the issue, I'd then replace or reinstall the GPU driver before deciding whether the card itself is faulty. Code 43 can be caused by hardware failure, but it can also be raised when the display driver cannot initialize the device correctly.
Thanks,
James