Add the ability to Remote Desktop (RDP) into Windows 11 Home Edition (Script)

How to add the ability to Remote Desktop into Windows 11 Home Edition.

I'm not 100% sure if the steps for this warrants an entire article, but I wrote a quick PowerShell script that will download the the latest installer for forked version of rdpwrap, add the required directory to the Windows Defender exclusion list, and execute the rdpwrap installer for you.

The Install-Latest-rdpwrap.ps1 script can be found here or you can view the contents directly down below.