반응형
Windows 7 원격 서버 관리 도구 설치 또는 제거
Windows 7 (64bit) 에 2008 Active Directory 를 개발, 테스트 하려고 설치를 하려고 하였다.
설치 방법..
http://technet.microsoft.com/ko-kr/library/ee449483(WS.10).aspx#BKMK_installui
다운 받고 설치를 클릭하여도 설치할 수 없다고만 나온다.
이전에 설치한 적도 없는데..
제어판>프로그램>프로그램및기능>업데이트설치
로 들어가서 Windows 기능 사용/사용 안함을 봐도
기본적인 원격 서버 관리 도구가 나타나지 않는다..
이럴때 구글링으로 찾아 본 결과..
http://technet.microsoft.com/en-us/library/ee449475(WS.10).aspx
아래 쪽에 나온다.
Solution to "the update is not applicable to your computer" on Win7 SP1
휴 다행이 이렇게 하고 나서 부터 설치를 누르면 설치가 진행된다. 휴~ 이제 부터 시작..
Windows 7 (64bit) 에 2008 Active Directory 를 개발, 테스트 하려고 설치를 하려고 하였다.
설치 방법..
http://technet.microsoft.com/ko-kr/library/ee449483(WS.10).aspx#BKMK_installui
다운 받고 설치를 클릭하여도 설치할 수 없다고만 나온다.
이전에 설치한 적도 없는데..
제어판>프로그램>프로그램및기능>업데이트설치
로 들어가서 Windows 기능 사용/사용 안함을 봐도
기본적인 원격 서버 관리 도구가 나타나지 않는다..
이럴때 구글링으로 찾아 본 결과..
http://technet.microsoft.com/en-us/library/ee449475(WS.10).aspx
아래 쪽에 나온다.
Solution to "the update is not applicable to your computer" on Win7 SP1
Solution to "the update is not applicable to your computer" on Win7 SP1 when trying to install "Remote Administration Tools"
Create one of these scripts in the same folder as the downloaded administration package.
(x86.cmd)
MD C:\RSAT
expand -f:* "%~dp0x86fre_GRMRSAT_MSU.msu" C:\RSAT
CD\RSAT
pkgmgr.exe /n:C:\RSAT\Windows6.1-KB958830-x86.xml
pause
(x64.cmd)
MD C:\RSAT
expand -f:* "%~dp0amd64fre_GRMRSATX_MSU.msu" C:\RSAT
CD\RSAT
pkgmgr.exe /n:C:\RSAT\Windows6.1-KB958830-x64.xml
pause
Note: "%~dp0" is a special command and should not be part of the saved file name.
Create one of these scripts in the same folder as the downloaded administration package.
(x86.cmd)
MD C:\RSAT
expand -f:* "%~dp0x86fre_GRMRSAT_MSU.msu" C:\RSAT
CD\RSAT
pkgmgr.exe /n:C:\RSAT\Windows6.1-KB958830-x86.xml
pause
(x64.cmd)
MD C:\RSAT
expand -f:* "%~dp0amd64fre_GRMRSATX_MSU.msu" C:\RSAT
CD\RSAT
pkgmgr.exe /n:C:\RSAT\Windows6.1-KB958830-x64.xml
pause
Note: "%~dp0" is a special command and should not be part of the saved file name.
휴 다행이 이렇게 하고 나서 부터 설치를 누르면 설치가 진행된다. 휴~ 이제 부터 시작..
반응형
'윈도우&PC' 카테고리의 다른 글
개발자가 사야 할 것은??? (0) | 2016.07.22 |
---|---|
애버노트 에서 원노트 전환 ( evernote -> onenote ) (0) | 2016.07.14 |
NSIS Uninstall 시작메뉴 항목들 삭제시 삭제 안되는 부분 처리. 비스타, 윈도우 7 처리 (0) | 2011.05.19 |
.net c# RegularExpressions 정규화방법 영문,숫자만 (0) | 2011.03.08 |
스마트 폰의 기대주 HTC "디자이어", "HD2", 소니에릭슨 "X10" 5월 출시 예정 (0) | 2010.03.31 |
파워블로거 777분 윈도우 7 런칭파티에 초대 : 당첨시 윈도우 7 증정. (0) | 2009.09.22 |