Windows 10에서 RSAT 누락된 DNS 서버 도구
패키지를 두 번 클릭하여 RSAT ( 원격 서버 관리 도구(Remote Server Administration Tool) ) 클라이언트 를 다운로드하고 설치한 후 DNS 서버 도구가 누락되었음을 알 수 있습니다. 이 게시물에서는 모든 도구가 올바르게 설치되도록 RSATClient 를 설치하는 대체 단계를 제공합니다.( RSATClient)
(RSAT)Windows 10 에서 (Windows 10)RSAT 누락된 DNS 서버 도구
이 문제를 해결하려면 다음을 수행하십시오.
업데이트 KB2693643(KB2693643) 이 컴퓨터에 이미 설치되어 있지 않은지 확인하십시오 . 업데이트가 설치된 경우 업데이트를 제거합니다(uninstall the update) .
새 디렉토리를 만듭니다(예: temp ) .
Windows 의 x64 버전의 경우 다음과 같이 unattend_x64.xml 및 installx64.bat 파일을 만듭니다 .
무인_x64.xml(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>
설치x64.bat(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
Windows 의 x86 버전의 경우 다음과 같이 unattend_x86.xml 및 installx86.bat 파일을 만듭니다 .
무인_x86.xml(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>
설치x86.bat(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
이제 Windows의 x64 버전 또는 Windows의 x86 버전용 RSATClient msu 패키지를 다운로드하고 패키지 (Windows)를(Windows) 새 디렉터리(RSATClient) 에 저장합니다.
파일 탐색기(File Explorer) 를 시작 하고 임시 디렉토리로 이동한 다음 ALT + D 키 콤보를 누르고 CMD 를 입력하고 (CMD)Enter 키 를 눌러 관리 권한으로 명령 프롬프트를 시작합니다.
(Run installx64.bat or installx86.bat)Windows 10 버전에 맞게 installx64.bat 또는 installx86.bat 를 실행합니다 .
설치 후 임시 디렉토리의 내용을 지울 수 있습니다. 메시지가 표시되지 않는 한 다시 시작할 필요가 없습니다.
And that’s it, folks!
Related posts
Windows 11/10에 Remote Server Administration Tools 설치하는 방법
Public DNS Server Tool는 Windows 10의 무료 DNS changer입니다
Windows 10에서 DNS 설정을 변경하는 3가지 방법
Windows 10에서 Global Proxy Server Settings를 구성하는 방법
Access FTP Server Windows 10에서 Command Prompt 사용
Rstrui.exe 작동 또는 Windows 10에서 인식되지
Windows 10에서 프록시 서버 설정을 구성하는 방법
Flush and Reset Windows 10의 DNS Cache의 방법
Windows 10에서 System Restore shortcut을 만드는 방법
Windows 10에서 System Restore Point에서 파일을 복구하는 방법
Rapid Environment Editor : Windows 10의 환경 Variables Editor
Windows 10에서 Off Notification and System Sounds를 돌리는 방법
방법 Repair Corrupted System Files에 Windows 10
System Elements & Font Change Colors Windows 10의 크기
Windows 10에 WinMute와 System Lock에 자동으로 음소거 오디오
Windows 7의 기능은 Windows 10에서 더 이상 사용할 수 없습니까?
Fix System 아이콘 Windows 10 작업 표시 줄에 표시되지
Delete System Image Restore Point System Restore에서 Windows 10에서
Windows 10에서 restore point을 만드는 3 가지 방법
Best Windows 10 무료 Network Monitoring Tools