티스토리 뷰

Windows Server

Svchost 서비스 분리

GCB 2014. 2. 19. 16:07

-- Svchost 서비스 확인

Tasklist /svc /fi "imagename eq svchost.exe"

   

   

   

-- 서비스 분리

eventlog 서비스를 다시 시작하려고 하면 액세스 거부 문제가 발생하므로 다른 서비스 dhcp, lmhosts 를 분리.

Sc config dhcp type= own

Sc config lmhosts type= own

   

-- 설정을 변경한 서비스는 다시 시작해야 적용 됨.

   

   

-- 서비스가 잘 분리 되었음을 확인.

 

   

-- 분리된 dhcp, lmhosts 서비스를 다시 병합하려면?

Sc config lmhosts type= share

Sc config dhcp type= share

   

-- 명령 입력 후 해당 서비스 다시 시작

   

   

댓글
글 보관함
최근에 달린 댓글
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Total
Today
Yesterday