Showing posts with label Remote Server Administration Tool. Show all posts
Showing posts with label Remote Server Administration Tool. Show all posts

Thursday, September 5, 2024

How to Install RSAT on Windows 11 - 23H2

 Run Powershell as Admin

Change the following registry key that manages the Windows Update source.

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

SetPolicyDrivenUpdateSourceForQualityUpdates REG_DWORD 0

Use the below command to install all RSAT Features

Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online

Once you've installed it, revert the value back to 1.


How to Install RSAT on Windows 11 - 23H2

 Run Powershell as Admin Change the following registry key that manages the Windows Update source. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Micr...