Rsat windows 10 x64 не устанавливается

Все способы:

  • Способ 1: Настройка локальной политики
  • Способ 2: Переустановка RSAT
  • Способ 3: Перерегистрация библиотеки wups2
  • Вопросы и ответы: 1

Столкнуться с ошибкой с кодом 0x8024001d можно при установке или обновлении компонента Remote Server Administration Tools (RSAT), позволяющего управлять Windows 10 с удаленного клиентского компьютера. Сбой установки может быть вызван повреждением файлов RSAT, некоторых ключей реестра, а также некорректных настроек политик Windows.

Способ 1: Настройка локальной политики

Наиболее вероятной причиной описываемой ошибки является недоступность необходимых пакетов компонента при попытке его установки через доменный WSUS. Чтобы Windows 10 смогла скачать RSAT непосредственно из «Центра обновлений», в локальных политиках нужно включить и настроить один параметр.

  1. Откройте «Редактор локальных групповых политик», для чего выполните в вызванном нажатием комбинации Win + R окошке команду gpedit.msc.
  2. Как устранить ошибку 0x8024001d при установке компонента RSAT-1

  3. В левой колонке открывшейся оснастке перейдите по цепочке «Конфигурация компьютера»«Административные шаблоны»«Система» и дважды кликните по политике «Укажите параметры для установки необязательных компонентов и восстановления компонентов» в правой колонке, чтобы открыть ее настройки.
  4. Как устранить ошибку 0x8024001d при установке компонента RSAT-2

  5. Включив политику, отметьте флажком опцию «Скачайте содержимое для восстановления и дополнительные компоненты непосредственно из Центра обновления Windows вместо использования служб Windows Server Update Services (WSUS)». Сохраните настройки.
  6. Как устранить ошибку 0x8024001d при установке компонента RSAT-3

Готово, можете устанавливать RSAT через приложение «Параметры», перейдя в раздел «Приложения и возможности»«Добавить компонент»«Дополнительные компоненты».

Как устранить ошибку 0x8024001d при установке компонента RSAT-4

Способ 2: Переустановка RSAT

Поскольку ошибка также может быть вызвана повреждением файлов компонента, стоит попробовать выполнить переустановку средства удаленного администрирования сервера.

  1. Запустите от имени администратора «Командную строку» или «Windows PowerShell».
  2. Как устранить ошибку 0x8024001d при установке компонента RSAT-5

  3. Выполните в ней команду net stop wuauserv, чтобы остановить службу компонента обновления.
  4. Откройте «Редактор реестра», для чего тут же в консоли выполните команду regedit.
  5. Как устранить ошибку 0x8024001d при установке компонента RSAT-6

  6. Разверните в левой колонке ветку HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU и дважды кликните по параметру «UseWUServer» в правой колонке.
  7. Как устранить ошибку_ 0x8024001d при установке компонента RSAT-7

  8. В открывшемся диалоговом окошке измените его значение с «1» на «0». Не закрывайте окно редактора.
  9. Вернитесь в «Командную строку» и выполните одну за другой две эти команды:
    net start wuauserv
    DISM.exe /Online /add-capability /CapabilityName:Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0
  10. Как устранить ошибку_ 0x8024001d при установке компонента RSAT-09

  11. Вернитесь в «Редактор реестра» и восстановите исходное значение «UseWUServer», то есть «1».

Перезагрузите компьютер. В результате RSAT будет переустановлен.

Способ 3: Перерегистрация библиотеки wups2

Менее трудоемким, но и менее надежным решением является перерегистрация системной библиотеки wups2.dll. Воспользоваться этим способом вы можете, если модули RSAT не устанавливаются в разделе «Дополнительные компоненты» приложения «Параметры».

  1. Откройте «Редактор реестра» командой regedit как было показано выше.
  2. Перейдите к ключу HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU и измените значение параметра UseWUServer с «1» на «0» (см. шаги 4-5 в предыдущем способе).
  3. Откройте от имени администратора «Командную строку» или «Windows PowerShell» и последовательно выполните три эти команды:
    net stop wuauserv
    regsvr32 %windir%\system32\wups2.dll
    net start wuauserv
  4. Как устранить ошибку_ 0x8024001d при установке компонента RSAT-11

  5. Восстановите исходное значение параметра «UseWUServer» (см. шаг 7 в предыдущем способе).

Перезагрузите компьютер и попробуйте установить RSAT через «Дополнительные компоненты» (как это сделать, написано в конце Способа 1).

Если избавиться от ошибки 0x8024001d не получается, можно решиться на радикальную меру — сброс Windows 10 к исходному состоянию.

Подробнее: Возвращаем Windows 10 к заводскому состоянию

Наша группа в TelegramПолезные советы и помощь

  • Home
  • News
  • Top 4 Solutions to Fix RSAT Not Installing on Windows PC

By Aurelie | Follow |
Last Updated

RSAT is usually used for managing the roles and features of Windows Server remotely. Once RSAT not installing occurs, it might hinder the tasks of an IT administrator. Therefore, you had better take countermeasures as soon as possible. This post from MiniTool will take a closer look at this problem and share some feasible solutions with you.

RSAT Not Installing

RSAT (Remote Server Administration Tools) is designed to help IT administrators remotely manage roles and features in Windows Server from a Windows client machine. When attempting to install this tool on your computer, you are likely to encounter RSAT installation failure with error codes like 0x800f0954, 0x80244017, 0x8024001d, 0x8024402c, and more.

How to Fix RSAT Not Installing on Windows 10/11?

Fix 1: Install RSAT via Windows PowerShell

When RSAT install failed, you can consider reinstalling it manually via Windows PowerShell. Here’s how to do it:

Step 1. Open Windows PowerShell (Admin).

Step 2. Type the following command and hit Enter:

Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State

run this command

Step 3. Copy the name of the RSAT feature you want to install and then run the following command:

Add-WindowsCapability -Online -Name Tool-Name

Don’t forget to replace Tool-Name with the feature name you copied just now.

Fix 2: Edit Local Group Policy Editor

Also, you can configure Local Group Policy Editor to download optional features from Windows Update. Here’s how to do it:

Step 1. Right-click on Start icon and select Run.

Step 2. Type gpedit.msc and hit Enter to run Local Group Policy Editor.

Step 3. Expand Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business.

Step 4. In the right pane, find Enable optional updates and double-click on it.

hit Enable optional updates

Step 5. Under Enable optional updates, tick Enabled and hit OK. After completion, check if RSAT not installing vanishes.

Fix 3: Modify Windows Registry

To fix RSAT not installing, another way is to tweak Windows Registry. Here’s how to do it:

Tips:

If you mess with Windows Registry or remove essential registry accidentally, it will damage your system. Therefore, before making any changes to Registry Editor, you can either create a backup of Windows Registry or create a restore point in case there is anything wrong with the registry.

Step 1. Press Win + R to open the Run box.

Step 2. Type regedit and hit Enter to launch Registry Editor.

Step 3. Navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

Step 4. In the right pane, right-click on UseWUServer and select Modify.

Step 5. Set the Value data from 1 to 0 and save the changes.

Step 6. Quit Registry Editor and restart your computer.

Fix 4:  Reset This PC

After applying the solutions above, you can install RSAT successfully. If RSAT not installing still exists, you might need to reset your computer. Follow these prompts:

Tips:

Before resetting your computer, it is highly recommended to back up important items to an external hard drive or USB flash drive. Once your files are lost unexpectedly, you can easily restore them with the backup. When it comes to backup, MiniTool ShadowMaker is worth a try. This is a free PC backup software that allows you to back up & restore files, systems, partitions, or even the whole disk on Windows 11/10/8/7.

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

After creating the backup, follow these instructions to reset your PC:

Step 1. Press Win + I to open Windows Settings.

Step 2. Go to Update & Security > Recovery > Get started under Reset this PC.

hit Get started

Final Words

That’s all you can do to address RSAT not installing on Windows 10/11. At the same time, don’t forget to back anything up with MiniTool ShadowMaker before making any big changes to your operating system. Have a nice day!

About The Author

Position: Columnist

Aurelie is a passionate soul who always enjoys researching & writing articles and solutions to help others. Her posts mainly cover topics related to games, data backup & recovery, file sync and so on. Apart from writing, her primary interests include reading novels and poems, travelling and listening to country music.

The Remote Server Administration Tools (RSATs) are very helpful package for system administrators to manage other systems at their workplace. We have already shared you the download links for RSATs for Windows 10 and Windows 8.1 in past. The same article also shares you the way to install the package, read about it here:

Download and install Remote Server Administration Tools (RSAT) in Windows 8.1 and 10

Well, few days ago we tried to install RSATs on a Windows 10 running machine, using same procedure as mentioned in above article. But for an anonymous reason, the installation of RSATs on Windows 10 failed. Here, the Windows Update Standalone Installer given us following error:

Page Contents

The update is not applicable to your computer.

Actually we received this error, because we tried to install a non-English (US) package downloaded from MSDN Subscription. Although, atm we received this error, only English (US) package has to work on Windows 10. So in case if you’re facing this issue, you just need to download English (US) package only and it would install without any problem.

However, if you still want to install the package currently giving you error, use this workaround:

FIX : Cannot Install Remote Server Administration Tools (RSATs) In Windows 10

1. Copy the downloaded WindowsTH-KB2693643-x64.msu (64-bit edition) or WindowsTH-KB2693643-x86.msu (32-bit edition) file to C:\Temp.

2. Open administrative or elevated Command Prompt.

3. Type following commands one-by-one and hit Enter key after each command:

For 32-bit editions:

cd C:\Temp
WUSA WindowsTH-KB2693643-x86.msu /extract:c:\temp
Dism.exe /Online /Add-Package /PackagePath:C:\Temp\WindowsTH-KB2693643-x86.cab

For 64-bit editions:

cd C:\Temp
WUSA WindowsTH-KB2693643-x64.msu /extract:c:\temp
Dism.exe /Online /Add-Package /PackagePath:C:\Temp\WindowsTH-KB2693643-x64.cab

FIX Cannot Install Remote Server Administration Tools (RSAT) In Windows 10

Now wait for few moments to execute the command operation successfully. Once completed, you’ll be notified with The operation completed successfully message.

You can now go to Turn Windows Features On or Off window (search for it in Windows to get into it) and verify that the Remote Server Administration Tools (RSATs) tools are installed and can be located there. You can avail the package services by navigating to Control Panel -> Administrative Tools -> Remote Desktop Services.

Hope this helps! Go here to learn how to show or hide administrative tools in Windows.

RELATED ARTICLES

Компьютер в AD под управлением windows 10.0.10240 x64
Лицензия Корпоративная 2015 с долгосрочным обслуживанием
Обновления: KB3074678 KB3074686 KB3081444 KB3081449 KB3081452 KB3081455 KB3087916

При установке
RSAT windows 10 через *.msu установка завершается успешно, но обновление не появляется в установленных и не добавляются компоненты.
Во время установки через Dism.exe

expand -F:* WindowsTH-KB2693643-x64.msu C:\templocation\rsat
Dism.exe /Online /Add-Package /PackagePath:WindowsTH-KB2693643-x64.cab

в лог падает такая ошибка

The package Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel is not applicable to the image. - CPackageManagerCLIHandler::Private_ProcessPackageChange
Package Manager: PID=5304 TID=1248 Initiating Changes on Package with values: 4, 7 - CDISMPackage::Internal_ChangePackageState
Package Manager: PID=5304 TID=1248 CBS session options=0x100! - CDISMPackageManager::Internal_Finalize
Error in operation: the package is not applicable. (CBS HRESULT=0x800f081e) - CCbsConUIHandler::Error

Судя по статье необходимо установить английский как системный, но предложенные там пакеты не подходят к мой версии windows. При установке через панель управления язык не становится языком интерфейса.

Собственно вопрос Если все же удастся найти языковой пакет для моей системы, RSAT установится, или все равно необходимо ждать выхода RSAT мультиязычный под релиз 10 подоконника.
Если у кого есть ссылка на языковой пакет для 10240 буду весьма благодарен.

Issue

RSAT (Remote Server Administration Tools) for Windows 10 64bit (WindowsTH-KB2693643-x64.msu) installs without any errors but is nowhere to be found on a system. The only indication that something went wrong is the fact that installation completes in couple of seconds. Normally RSAT takes much longer to install. 

Windows Update Standalone Installer
Update for Windows (KB2693643)

Resolution

It seems that at this time, in order to install RSAT you must have US English Language Pack on your system (I’m sure Microsoft will fix this at some point). Obviously, if your Windows version is EN-US already, this doesn’t apply as you already have US language pack. In my case Windows version was EN-GB. To install the US language pack:

  • Start > Settings > Time & Language > Region & Language
  • Click on Add a language and add English (United States) 
  • Under English (United States) you should see “Language pack available” (if you don’t see this, check Note at the bottom of this article)

  • Click on Options and on the next page you will see an option to download and install the Language Pack
  • Restart Computer if prompted

Another way to install a Language Pack is via Control Panel > Language > Add a languageOptions

After installing the US English language pack, try running RSAT installer again. This time it should take much longer and your tools should appear in the Start Menu.

You can disable not required tools via Control Panel > Programs and Features > Turn Windows Features on or off

Note: On some system they may be no option to install a Language Pack.

In this case you will need to install the Language Pack manually. Check this article for instructions.

08.2015
Windows 10 Pro 64bit

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Ошибка входа в аккаунт windows
  • Iis manager windows 2008
  • Какой шрифт использует windows 10 по умолчанию
  • Sync files android windows
  • Посоветуйте windows 10 x64