Forum Discussion
RSAT missing DNS Server Tools?
- Jan 18, 2018
[UPDATE] The final 1803 release of RSAT is now on the public RSAT download page. Look for the WS_1803 package there, thanks!
-----
Here's the official KB workaround published by the DNS team:
https://support.microsoft.com/en-us/help/4055558/rsat-missing-dns-server-tool-in-windows-10-version-1709 (thanks Christoff MOrlOck for posting this previously)
The RSAT download page now also has this info under Additional Information:
Issue: DNS Tools missing
Impact: WS_1709 RSAT package users
Resolution: Use the WS2016 RSAT package or apply this workaroundThe DNS team has also fixed the root cause for RS4 and so the workaround will not be required for the upcoming RS4 RSAT package update.
Anyone have a clue how to successfully uninstall KB2693643?
PS> Uninstall-Package -Name "Update for Windows (KB2693643)" PS> Get-Package -Name "Update for Windows (KB2693643)" Name Version Source ProviderName ---- ------- ------ ------------ Update for Windows (KB2693643) msu
As you can see, uninstall seems to succeed without throwing any errors, but Get-Package says it is still installed.
Appwiz.cpl updates still lists a slightly different named "Update for Microsoft Windows (KB2693643)" with "An error has occurred. Not all of the updates were successfully uninstalled."
PS> wusa.exe /uninstall /kb:2693643
results in the following error message box:
"Windows Update Standalone Installer
"Installer encountered an error: 0x80070005
Access is denied."
In all cases, I have elevated PS.
@dareames posted the answer to uninstalling in the link below. My CBS.log had ~hundreds of error entries of not being able to remove mostly en-us folders, but none of those mattered when the registry key is deleted.
"https://social.technet.microsoft.com/Forums/en-US/win10itprogeneral/thread/8d35bcb6-011a-420c-83d7-196101e8b7eb"