Uncategorized

Enable RDP Firewall rules and disable RDP NLA from PowerShell Windows Server 2016/2019

By default, you might find RDP firewall rules disabled which prevent RDP connections to the server. To enable preset firewall rules of RemoteDesktop, use the following PowerShell command: Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’ or from CMD, append powershell.exe in the beginning: powershell.exe Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’   To disable RDP Network Level Authentication (NLA), use the […]

Enable RDP Firewall rules and disable RDP NLA from PowerShell Windows Server 2016/2019 Read More »

How to turn off windows Update (windows 10)

To turn off windows update in windows 10 follow these steps: 1. Open Start menu, then click Settings (the gear icon on left corner) 2. On search bar, search for “Administrative Tools” and click on it. 3. Double-Click on “Services” 4. Look for a service called “Windows Update” and Right-click and “Properties”. 5. Change “Startup

How to turn off windows Update (windows 10) Read More »