STSADM 명령어를 통해서 Features를 삭제 하실 수 있습니다.
STSADM.exe 는 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN 에 있습니다.
우선 Command Prompt(윈도우키+R -> cmd -> Enter -> cd\ -> Enter)로 가서 아래 경로로 이동
cd Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN 라고 쳐 주시면
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>
여기서 14 폴더는 버전에 따라서 12가 될 수 있습니다..
이 상태에서 stsadm -o uninstallfeature -name "폴더 이름" -force 라고 치면 feature가 삭제 됩니다.
여기서 폴더 이름이 feature의 이름이긴 하나
탐색기 상에서 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\ 에 들어가서 보면 feature 이름에 공백이 있는 경우나 _가 붙어 있기도 하기 때문에 정확한 이름은 탐색기로 확인하는 것이 좋습니다.
'SharePoint > Etc' 카테고리의 다른 글
SharePoint 설치 - 기존 서버팜 (0) | 2012.04.16 |
---|---|
SharePoint 설치 - 새 서버팜 (0) | 2012.04.10 |
SharePoint Config database Log file 줄이기 (0) | 2012.03.28 |
SharePoint 설치 - AD 설치 (0) | 2012.03.28 |
Sharepoint?? (0) | 2012.03.27 |