How to Install and Remove RSAT in Windows 11

How to Remove RSAT in Windows 11 with PowerShell

Another way to remove RSAT in Windows 11 is to use PowerShell. Here are the steps:

  1. Open PowerShell as administrator in the same way as above.
  2. Type the following command to remove all RSAT tools at once, and then press Enter:
Get-WindowsCapability -Name RSAT* -Online | Remove-WindowsCapability -Online
  1. Wait for the deletion process to complete. You’ll see an Operation completed message if successful. If you get an Error message, you can try running the command again or remove the RSAT from Settings.
  2. Close PowerShell.

Conclusion

That’s how to install and remove RSAT on Windows 11 easily and quickly. By using RSAT, you can manage the server remotely from a client computer running Windows 11. You can install RSAT from Settings or by using PowerShell. You can also remove RSAT from Settings or by using PowerShell if you don’t need them anymore. Hope this article is useful and good luck.

Latest Articles