RSAT thiếu công cụ máy chủ DNS trong Windows 10
Sau khi bạn tải xuống và cài đặt máy khách RSAT ( Công cụ quản trị máy chủ từ xa(Remote Server Administration Tool) ) bằng cách nhấp đúp vào gói, bạn có thể nhận thấy các công cụ máy chủ DNS bị thiếu. (DNS)Trong bài đăng này, chúng tôi sẽ cung cấp các bước thay thế để cài đặt RSATClient để tất cả các công cụ được cài đặt chính xác.
RSAT thiếu công cụ máy chủ DNS trong Windows 10
Để khắc phục sự cố này, hãy làm như sau:
Đảm bảo rằng bản cập nhật KB2693643 chưa được cài đặt trên máy tính. Nếu bản cập nhật được cài đặt, hãy gỡ cài đặt bản cập nhật(uninstall the update) .
Tạo một thư mục mới - ví dụ: tạm thời(temp) .
Đối với phiên bản x64 của Windows , hãy tạo tệp unattend_x64.xml và installx64.bat như sau:
unattend_x64.xml
<?xml version="1.0" encoding="UTF-8"?> <unattend xmlns="urn:schemas-microsoft-com:setup" description="Auto unattend" author="pkgmgr.exe"> <servicing> <package action="stage"> <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="10.0.16299.2"/> <source location="." permanence="temporary"/> </package> </servicing> </unattend>
installx64.bat
@echo off md ex expand -f:* WindowsTH-RSAT_WS_1709-x64.msu ex\ cd ex md ex copy ..\unattend_x64.xml ex\ expand -f:* WindowsTH-KB2693643-x64.cab ex\ cd ex dism /online /apply-unattend="unattend_x64.xml" cd ..\ dism /online /Add-Package /PackagePath:"WindowsTH-KB2693643-x64.cab" cd ..\ rmdir ex /s /q
Đối với các phiên bản x86 của Windows , hãy tạo tệp unattend_x86.xml và installx86.bat như sau:
unattend_x86.xml
<?xml version="1.0" encoding="UTF-8"?> <unattend xmlns="urn:schemas-microsoft-com:setup" description="Auto unattend" author="pkgmgr.exe"> <servicing> <package action="stage"> <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" version="10.0.16299.2"/> <source location="." permanence="temporary"/> </package> </servicing> </unattend>
installx86.bat
@echo off md ex expand -f:* WindowsTH-RSAT_WS_1709-x86.msu ex\ cd ex md ex copy ..\unattend_x86.xml ex\ expand -f:* WindowsTH-KB2693643-x86.cab ex\ cd ex dism /online /apply-unattend="unattend_x86.xml" cd ..\ dism /online /Add-Package /PackagePath:"WindowsTH-KB2693643-x86.cab" cd ..\ rmdir ex /s /q
Bây giờ, hãy tải xuống gói RSATClient msu(RSATClient) cho phiên bản x64 của Windows hoặc phiên bản x86 của Windows và lưu gói vào thư mục mới.
Khởi chạy File Explorer , duyệt đến thư mục tạm thời và nhấn tổ hợp ALT + D , gõ CMD và nhấn Enter â € “(Enter –) để bắt đầu dấu nhắc lệnh với quyền quản trị
Chạy installx64.bat hoặc installx86.bat(Run installx64.bat or installx86.bat) cho phiên bản Windows 10 của bạn .
Sau khi cài đặt, bạn có thể xóa nội dung của thư mục tạm thời. Không cần khởi động lại trừ khi bạn được nhắc.
And that’s it, folks!
Related posts
Làm thế nào để cài đặt Remote Server Administration Tools trên Windows 11/10
Public DNS Server Tool là DNS changer miễn phí cho Windows 10
3 cách thay đổi cài đặt DNS trong Windows 10
Cách cấu hình Global Proxy Server Settings trong Windows 10
Access FTP Server Sử dụng Command Prompt trong Windows 10
Làm thế nào để kích hoạt các DNS Client Service nếu màu xám trong Windows 10
Làm thế nào để tạo ra một VPN Server cộng đồng về Windows 10
Cách chỉnh sửa hoặc thay đổi System Information trong Windows 10
Làm thế nào để bắt đầu Windows 10 trong Safe Mode với Networking
Change Colors của kích thước System Elements & Font trong Windows 10
Kích hoạt tính năng System Print Dialog trong Microsoft Edge trong Windows 10
Làm thế nào để cấu hình cài đặt máy chủ proxy trong Windows 10
Cách mở, ngắt kết nối hoặc gắn vĩnh viễn VHD file bằng Windows 10
Cách biến Off Notification and System Sounds trong Windows 10
Get ransomware Bảo vệ với folder access được điều khiển bằng Windows 10
Tạo Full System Image Backup trong Windows 10 [Hướng dẫn cuối cùng]
Cách tìm System Uptime trong Windows 10
Có tính năng từ Windows 7 không còn có sẵn trong Windows 10?
Vô hiệu hóa Automatic Restart trên System Failure trong Windows 10
Encrypt Files and Folders với Encrypting File System (EFS) trong Windows 10