Microsoft/Windows2011. 12. 25. 15:00
ehrecvr.exe     -- Media Center Receiver Service
ehSched.exe   -- Media Center Scheduler Service
mcrdsvc.exe   -- MCRD Device Service

 세가지 모두 서비스에서 구동이 되며 
    Media Center Receiver Service
    Media Center Scheduler Service 
    Media Center Extender Service
이름으로 존재한다. 

'Microsoft > Windows' 카테고리의 다른 글

"System Volume Information" 폴더 들어가기  (2) 2012.02.24
LFH  (0) 2012.02.13
ntpasswd 주의점  (0) 2011.12.06
WinXP에서 SNMP 설치하기  (0) 2011.11.21
windows route 명령어  (0) 2011.11.18
Posted by 구차니
Microsoft/Windows2011. 12. 6. 10:33
아무생각없이 했는데...
최대절전모드(HIBERNATION) 으로 죽여놓은 노트북에는 접속이 안된다
반드시 최대절전모드를 풀고 정상종료후 해야 한다. 

2011/06/13 - [Microsoft] - windows 암호깨는 프로그램 
Posted by 구차니
Microsoft/Office2011. 11. 29. 13:29
친구가 물어봐서 검색을 하게 되었는데
흐음.. 이런 비밀이 있었군!

아무튼, 사용자 서식을 이용하면, 문자열 치환도 가능하고 색상도 줄수 있고
정말.. 생각외로 막강한 녀석이었구나...

[링크 : http://office.microsoft.com/ko-kr/excel-help/HP001216503.aspx]
Posted by 구차니
Microsoft/Office2011. 11. 22. 10:35
아이폰에서 보내면 꼭 깨지는데 UTF-8로 보내서 그럴려나? 

 
Posted by 구차니
Microsoft/Windows2011. 11. 21. 22:54
제어판 - 프로그램 추가/제거 - 구성 요소 추가/제거 -관리 및 모니터링 도구
에서 SNMP를 추가해주면 되는데.. 안된다 OTL
SP3 설치파일들 삭제하면서 문제가 생긴건가 -_-




[링크 : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/snmp_install.mspx]
Posted by 구차니
Microsoft/Visual Studio2011. 11. 18. 23:47
잘되던 녀석인데 오류났을리는 없고..
특정 프로젝트에서 이런 에러가 발생을 한다 -_-


해결책은 그냥 명령어 라인에서 그대로 따라치면 된다.
regsrv "C:\Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"


Posted by 구차니
Microsoft/Windows2011. 11. 18. 22:40
내 네트워크 환경에서 라우팅을 잡기에는 제약이 많은것 같아서
일단 명령어 레벨에서 하는 것들 조사 -ㅁ-

C:\>route

Manipulates network routing tables.

ROUTE [-f] [-p] [command [destination]
                  [MASK netmask]  [gateway] [METRIC metric]  [IF interface]

  -f           Clears the routing tables of all gateway entries.  If this is
               used in conjunction with one of the commands, the tables are
               cleared prior to running the command.
  -p           When used with the ADD command, makes a route persistent across
               boots of the system. By default, routes are not preserved
               when the system is restarted. Ignored for all other commands,
               which always affect the appropriate persistent routes. This
               option is not supported in Windows 95.
  command      One of these:
                 PRINT     Prints  a route
                 ADD       Adds    a route
                 DELETE    Deletes a route
                 CHANGE    Modifies an existing route
  destination  Specifies the host.
  MASK         Specifies that the next parameter is the 'netmask' value.
  netmask      Specifies a subnet mask value for this route entry.
               If not specified, it defaults to 255.255.255.255.
  gateway      Specifies gateway.
  interface    the interface number for the specified route.
  METRIC       specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star '*'), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
    Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
    Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
             The route addition failed: The specified mask parameter is invalid.
 (Destination & Mask) != Destination.

Examples:

    > route PRINT
    > route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
             destination^      ^mask      ^gateway     metric^    ^
                                                         Interface^
      If IF is not given, it tries to find the best interface for a given
      gateway.
    > route PRINT
    > route PRINT 157*          .... Only prints those matching 157*
    > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

      CHANGE is used to modify gateway and/or metric only.
    > route PRINT
    > route DELETE 157.0.0.0
    > route PRINT 
 
[링크 : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/route.mspx?mfr=true]
[링크 : http://support.microsoft.com/kb/140859]
[링크 : http://kkanari.egloos.com/3495484]
Posted by 구차니
Microsoft/Windows2011. 11. 13. 19:14
Guest 계정이라던가
여러가지 문제가 있지만 이래저래 설정을 해봐도 해결이 안되는 이 넘의 써글 MCE 같으니라고 -_-
마음 같아서는 XP Pro로 깔고 싶긴하지만 후음...

보안설정에서 Guest 계정 상태에 대한 로컬 보안 설정을 사용함으로 바꿀수가 없으니 이거 영~ 방법이 안보인다 


아래 링크의 것들을 다 확인해도 이래저래..
MCE 에서의 네크워크 환경은 영 답이 안나온다

[링크: http://befreepark.tistory.com/602]

'Microsoft > Windows' 카테고리의 다른 글

WinXP에서 SNMP 설치하기  (0) 2011.11.21
windows route 명령어  (0) 2011.11.18
Windows Media Center Edition  (0) 2011.10.29
vista ultimate 버전의 다국어 지원기능  (0) 2011.08.13
windows7 ultimate 버전의 다국어 지원기능  (0) 2011.08.10
Posted by 구차니
Microsoft/Windows2011. 10. 29. 19:13
미디어 센터라는 녀석은 XP Home에 기반하여 홈 엔터테인먼트를 중심으로 하는 버전이라는데..


개인적인 차이점으로는 윈도우 테마창의 색상이 약간 다르고, (XP 테마도 잘 적용 안해서 그렇게 느끼는건가?)


Windows Media Center 라는 프로그램이 추가되어 있는 정도?
문제는 이녀석.. 구형인지라 자막도 안되고(smi 지원이 안됨) mkv도 인식못하고
게다가 더 큰 문제는 듀얼 모니터를 지원하지 않는다는 점!
동영상을 전체화면으로 하면 메인 모니터에 전체화면으로 뜨면서 보조 화면으로 마우스를 넘길수 없다.


그리고, IPX가 추가되어 있지 않다는 점이다 -_-
(없으면 어때 스타도 안하는데...)


또한, 방화벽 설정에서 "파일 및 프린터 공유" 보안정책이 예외로 되어 있지 않아 기본적으로는
내 네트워크 환경에서 제대로 사용을 할 수 없다.
2011/03/22 - [Microsoft/Windows] - winXP에서 파일공유가 안될경우

[링크 : http://en.wikipedia.org/wiki/Windows_XP_Media_Center_Edition]
[링크 : http://en.wikipedia.org/wiki/Windows_Media_Center]



Posted by 구차니
Microsoft/Visual Studio2011. 10. 22. 19:38
예전에 ctrl-w를 눌러서 반응이 없어서 사용을 포기했었는데 2010에서는 다시 추가되었다는 이야기도 들리고 흐음..
아무튼 클래스 위저드가 사라진 2008 버전에서는 class wizard가 아닌 class property로 존재한다.

단, dialog가 아닌 class 이므로
좌측의 class view에서 해당 class를 눌러 property에서 추가해야 한다.

아래는 별다른 설정을 하지 않은 기본화면 구성이다.
좌측에 각종 탐색 탭들과 우측에 속성이 존재한다.


클래스 위저드를 대체할 방법은 아래 내용을 참고!

Step 1. 좌측의 네비게이션 바에서 "클래스 뷰"를 선택 Dialog based Project에서는
          C..Dlg 클래스를 선택한다.


Step 2. 오른쪽 하단의 속성 혹은 "Alt-Enter"를 눌러준다.

           메뉴에서는 "보기 - 다른 창 - 속성 창" 을 눌러줘도 된다.


Step 3. "재정의"를 눌러주고


          원하는 함수를 누르면 <추가> 라는 것이 뜨며 자동으로 함수가 등록되게 된다.



만약에 다이얼로그 창을 클릭한다면 아래와 같이 3개의 아이콘 밖에 존재하지 않으며


반드시 "클래스 뷰"에서 눌러주어야 아래와 같이 "재정의" / "Overrides" 라는 이름으로 뜨게 된다.



[링크 : http://seolis.tistory.com/entry/visual-2008에서-ClassWiard-따라하기]

[링크 : http://lafirr.tistory.com/59]


+

2017.02.19

[링크 : http://jgh0721.tistory.com/entry/Visual-Studio-2010-Beta-2-클래스-위저드의-귀환]

[링크 : http://ghebook.blogspot.com/2010/05/vs2008-class-wizard.html]

Posted by 구차니