How to Enable/Disable Remote Desktop Using PowerShell
In this video I will show you guys how to Enable or disable Windows 10 Remote Desktop using PowerShell. You can also try this method on your other Windows OS like Windows 7, Windows 8.1 or Windows Server OS.
Enable Remote Desktop: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0
Disable Remote Desktop: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 1
Enable Remote Desktop From Firewall: Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
Disable Remote Desktop From Firewall: Disable-NetFirewallRule -DisplayGroup "Remote Desktop"
Note:- This video has followed all the YouTube community guideline rules. The purpose of this video is to share my knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos. The videos are completely for legal purposes.
✅ ✅ ✅ My YouTube Parts -✅ ✅ ✅
🔵 1. Mic : https://amzn.to/2GEtCwi
🔵 2. Microphone Stand : https://amzn.to/2kg3JKw
🔵 3. Headphone : https://amzn.to/2x2Rdaf
🔵 4. Phone : https://amzn.to/2LfgKQN
🔵 5. Strip LED Light : https://amzn.to/2KGSyFW
🔵 6. Camera : https://amzn.to/2UkDHtb
___________________________________
Please Do Like, Share & Subscribe -Need Your Support
Subscribe: https://www.youtube.com/channel/UCf3jRtMiA4ZVlbNUzrt2mMw?sub_confirmation=1
Youtube: https://www.youtube.com/channel/UCf3jRtMiA4ZVlbNUzrt2mMw
Facebook Page: https://www.facebook.com/TapanYT/
Instagram: http://instagram.com/TapanHazrax
#RemoteDesktop #Powershell