Windows Server 2003 msinfo32 실행 불가
서버 운영 정보 리스트업을 위해서 Windows Server 2003 OS 가 설치 된 서버에 접속하여 msinfo32 명령어를 실행 했음.
그런데 실행이 되지는 않고, 메시지 박스가 호출 됨. 도움말 서비스를 실행 할 수 없음 뭐 이런 내용임.
서비스 리스트에 "Help and Support" 가 보이지 않음.
구글링 시작.
Step I
Restore missing Help and Support Files
1. Click Start, Run and type %windir%\INF
2. Locate the file pchealth.inf, right-click and choose Install
There will be two files namely PCHealth.INF and PCHealth.PNF. You'll need to right-click on the INF file (identified by a text pad and Gear icon in it) and choose Install. Note that the .INF suffix is not shown in Windows Explorer unless the Hide extensions for known file types setting is disabled in Control Panel / Folder Options / View tab.
3. In the next step, you'll be asked for the Windows XP CD (to extract dataspec.xml and many other files). Insert your Windows XP CD and point to the i386 folder in the CD. The i386 folder is usually located at the root of the drive for retail Windows XP CD. (DriveLetter:\I386)
4. Click OK. This restores missing Help and Support files.
Step II
End the Help and Support services
Click Start, click Run and type Taskmgr and click OK. This opens Task Manager. Click the Process tab. Terminate the following processes if running:
- helpsvc.exe
- helphost.exe
- helpctr.exe
Step III
Reinstall Help and Support
Click Start, click Run and type cmd.exe, and click OK.
In Command Prompt, type the following commands one by one and press {ENTER} after each line. Alternately, you can copy the commands below to Notepad, save the file with .bat extension (e.g. helpfix.bat) and run it. Then RESTART your computer.
net stop helpsvc
cd /d %windir%\pchealth\helpctr\binaries
start /w helpsvc /svchost netsvcs /regserver /install
start /w helpsvc /register
start /w helpctr /regserver
그냥 세 번째 단계만 진행해도 잘 됨.
cd /d %windir%\pchealth\helpctr\binaries
start /w helpsvc /svchost netsvcs /regserver /install
start /w helpsvc /register
start /w helpctr /regserver
'오류 메시지 정리' 카테고리의 다른 글
오류, Schannel, 36887 (Event ID : 36887) (3) | 2017.09.14 |
---|---|
[오라클] TNSListener 실행 불가 (TNS-12560, TNS-00583) (0) | 2017.09.11 |
[MS-SQL] 로그인 '계정' 에 대한 삭제이(가) 실패했습니다. Microsoft SQL Server, 오류:15170 (0) | 2017.07.20 |
블루스크린 : driver_irql_not_less_or_equal (0) | 2017.02.27 |
VSS 백업 실패, 0x8004231f, '2155348249' (0) | 2017.02.13 |
특정 작업의 소유자로 등록되어 있어서 삭제가 되지 않음.
위와 같이 해당 계정으로 등록되어 있는 작업명이 출력 됨.
SQL Server 에이전트 - 작업 - 목록을 확인하여
스케쥴 선택 - 속성 - 소유자 계정을 변경하거나, 작업 스케쥴 자체를 삭제 후 계정을 삭제하면 정상 삭제 완료.
'오류 메시지 정리' 카테고리의 다른 글
[오라클] TNSListener 실행 불가 (TNS-12560, TNS-00583) (0) | 2017.09.11 |
---|---|
Windows Server 2003 msinfo32 실행 불가 (0) | 2017.08.24 |
블루스크린 : driver_irql_not_less_or_equal (0) | 2017.02.27 |
VSS 백업 실패, 0x8004231f, '2155348249' (0) | 2017.02.13 |
[오라클] 덤프 실행시 오류 발생 / ORA-39002: 부적합한 작업 ORA-39070: 로그 파일을 열 수 없습니다. ORA-39088: 파일 이름은 경로 사양을 포함할 수 없음 (0) | 2017.01.18 |
블루스크린 : driver_irql_not_less_or_equal
DB 미러링 Slave 서버에서 블루 스크린 발생
오류 발생 하드웨어 드라이버 : lsi_sas.sys (LSI SAS 컨트롤러)
'오류 메시지 정리' 카테고리의 다른 글
Windows Server 2003 msinfo32 실행 불가 (0) | 2017.08.24 |
---|---|
[MS-SQL] 로그인 '계정' 에 대한 삭제이(가) 실패했습니다. Microsoft SQL Server, 오류:15170 (0) | 2017.07.20 |
VSS 백업 실패, 0x8004231f, '2155348249' (0) | 2017.02.13 |
[오라클] 덤프 실행시 오류 발생 / ORA-39002: 부적합한 작업 ORA-39070: 로그 파일을 열 수 없습니다. ORA-39088: 파일 이름은 경로 사양을 포함할 수 없음 (0) | 2017.01.18 |
톰캣 : 캐시 여유 공간 부족 (0) | 2017.01.12 |