Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

관리 콘솔을 실행하면 "This app has been blocked for your protection" 오류 발생

딱히 뭐가 문제였는지는 알 수 없지만, 잘못 삭제한 프로그램을 복구하느라 이거저거 만지고 부팅한 순간 모든 "관리 콘솔"들이 실행할 때마다 다음과 같은 창이 뜨면서,

mmc_blocked_1.png

"
User Access Control

This app has been blocked for your protection.

An administrator has blocked you from running this app. For more information, contact the administrator.

mmc.exe

Publisher: Unknown
File origin: Hard drive on this computer
Program location: "C:\WINDOWS\system32\mmc.exe" "C:\WINDOWS\system32\comexp.msc"

Show information about the publisher's certificate
"


실행이 안됩니다. 오류 메시지에 나오는 데로, "mmc.exe"를 경유한 모든 관리 도구들을 사용할 수 없는 상태가 된 것입니다. 불편하지만, 일단 "관리자 권한"으로 실행한 command prompt를 띄워 실행하는 것은 가능합니다. 이렇게!

C:\Windows\System32>mmc comexp.msc

검색해 보면 다음의 글이 나오는데,

Can't open Device Manager in Windows 10 - blocked by Administrator 
; https://answers.microsoft.com/en-us/windows/forum/windows_10-hardware/cant-open-device-manager-in-windows-10-blocked-by/70e3a320-6ffe-4df3-9a5f-b9611e864a5c

별로 도움이 되지 않았습니다. sfc.exe를 실행하라는 결과에서도 이상한 점이 나옵니다.

C:\Windows\System32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

못 고친다니... 저더러 어쩌란 말입니까? ^^;




결국, 해결책은 찾지 못했고 혹시나 하는 마음에 "복구 모드"로 부팅한 다음, 마지막 복구 지점이 하나 있길래 그 시점으로 복원하는 것으로 문제를 해결했습니다. 뭐가 문제를 발생시킨 것인지 원인을 모르니,,, 여전히 찝찝하지만! ^^;




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 6/1/2017]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 



2017-09-04 02시26분
후기를 써야겠군요. 이 현상이 복구 모드를 하면 복원은 되지만 향후 어느 시점에 또 발생하게 됩니다. 개인적으로 해결책은 못 찾았고, 결국 다시 설치를 했습니다. 혹시 저 현상을 해결하신 분이 있다면 덧글 부탁드립니다. ^^ (또는, 일단 급한 대로 복구 모드로 복원을 한 후 시간있을 때 안전하게 재설치를 하실 것을 권장합니다.)
정성태

... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
12695정성태7/3/20217968VC++: 145. C 언어의 setjmp/longjmp 기능을 Thread Context를 이용해 유사하게 구현하는 방법파일 다운로드1
12694정성태7/2/20219870Java: 24. Azure - Spring Boot 앱을 Java SE(Embedded Web Server)로 호스팅 시 로그 파일 남기는 방법 [1]
12693정성태6/30/20217647오류 유형: 731. Azure Web App Site Extension - Failed to install web app extension [...]. {1}
12692정성태6/30/20217519디버깅 기술: 180. Azure - Web App의 비정상 종료 시 남겨지는 로그 확인
12691정성태6/30/20218342개발 환경 구성: 573. 테스트 용도이지만 테스트에 적합하지 않은 Azure D1 공유(shared) 요금제
12690정성태6/28/20219130Java: 23. Azure - 자바(Java)로 만드는 Web App Service - Tomcat 호스팅
12689정성태6/25/20219695오류 유형: 730. Windows Forms 디자이너 - The class Form1 can be designed, but is not the first class in the file. [1]
12688정성태6/24/20219406.NET Framework: 1073. C# - JSON 역/직렬화 시 리플렉션 손실을 없애는 JsonSrcGen [2]파일 다운로드1
12687정성태6/22/20217424오류 유형: 729. Invalid data: Invalid artifact, java se app service only supports .jar artifact
12686정성태6/21/20219816Java: 22. Azure - 자바(Java)로 만드는 Web App Service - Java SE (Embedded Web Server) 호스팅
12685정성태6/21/202110042Java: 21. Azure Web App Service에 배포된 Java 프로세스의 메모리 및 힙(Heap) 덤프 뜨는 방법
12684정성태6/19/20218490오류 유형: 728. Visual Studio 2022부터 DTE.get_Properties 속성 접근 시 System.MissingMethodException 예외 발생
12683정성태6/18/20219937VS.NET IDE: 166. Visual Studio 2022 - Windows Forms 프로젝트의 x86 DLL 컨트롤이 Designer에서 오류가 발생하는 문제 [1]파일 다운로드1
12682정성태6/18/20217715VS.NET IDE: 165. Visual Studio 2022를 위한 Extension 마이그레이션
12681정성태6/18/20217035오류 유형: 727. .NET 2.0 ~ 3.5 + x64 환경에서 System.EnterpriseServices 참조 시 CS8012 경고
12680정성태6/18/20218123오류 유형: 726. python2.7.exe 실행 시 0xc000007b 오류
12679정성태6/18/20218730COM 개체 관련: 23. CoInitializeSecurity의 전역 설정을 재정의하는 CoSetProxyBlanket 함수 사용법파일 다운로드1
12678정성태6/17/20217998.NET Framework: 1072. C# - CoCreateInstance 관련 Inteop 오류 정리파일 다운로드1
12677정성태6/17/20219433VC++: 144. 역공학을 통한 lxssmanager.dll의 ILxssSession 사용법 분석파일 다운로드1
12676정성태6/16/20219510VC++: 143. ionescu007/lxss github repo에 공개된 lxssmanager.dll의 CLSID_LxssUserSession/IID_ILxssSession 사용법파일 다운로드1
12675정성태6/16/20217551Java: 20. maven package 명령어 결과물로 (war가 아닌) jar 생성 방법
12674정성태6/15/20218307VC++: 142. DEFINE_GUID 사용법
12673정성태6/15/20219469Java: 19. IntelliJ - 자바(Java)로 만드는 Web App을 Tomcat에서 실행하는 방법
12672정성태6/15/202110586오류 유형: 725. IntelliJ에서 Java webapp 실행 시 "Address localhost:1099 is already in use" 오류
12671정성태6/15/202117242오류 유형: 724. Tomcat 실행 시 Failed to initialize connector [Connector[HTTP/1.1-8080]] 오류
12670정성태6/13/20218845.NET Framework: 1071. DLL Surrogate를 이용한 Out-of-process COM 개체에서의 CoInitializeSecurity 문제파일 다운로드1
... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...