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

... 46  47  48  49  50  51  52  [53]  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12302정성태8/30/202010103.NET Framework: 936. C# - ETW 관련 Win32 API 사용 예제 코드 (5) - Private Logger파일 다운로드1
12301정성태8/30/202010373오류 유형: 641. error MSB4044: The "Fody.WeavingTask" task was not given a value for the required parameter "IntermediateDir".
12300정성태8/29/20209823.NET Framework: 935. C# - ETW 관련 Win32 API 사용 예제 코드 (4) CLR ETW Consumer파일 다운로드1
12299정성태8/27/202010742.NET Framework: 934. C# - ETW 관련 Win32 API 사용 예제 코드 (3) ETW Consumer 구현파일 다운로드1
12298정성태8/27/202010464오류 유형: 640. livekd - Could not resolve symbols for ntoskrnl.exe: MmPfnDatabase
12297정성태8/25/20209671개발 환경 구성: 503. SHA256 테스트 인증서 생성 방법
12296정성태8/24/202010124.NET Framework: 933. C# - ETW 관련 Win32 API 사용 예제 코드 (2) NT Kernel Logger파일 다운로드1
12295정성태8/24/20209534오류 유형: 639. Bitvise - Address is already in use; bind() in ListeningSocket::StartListening() failed: Windows error 10013: An attempt was made to access a socket ,,,
12293정성태8/24/202010849Windows: 171. "Administered port exclusions" 설명
12292정성태8/20/202012107.NET Framework: 932. C# - ETW 관련 Win32 API 사용 예제 코드 (1)파일 다운로드2
12291정성태8/15/202011019오류 유형: 638. error 1297: Device driver does not install on any devices, use primitive driver if this is intended.
12290정성태8/11/202011740.NET Framework: 931. C# - IP 주소에 따른 국가별 위치 확인 [8]파일 다운로드1
12289정성태8/6/20209220개발 환경 구성: 502. Portainer에 윈도우 컨테이너를 등록하는 방법
12288정성태8/5/20209188오류 유형: 637. WCF - The protocol 'net.tcp' does not have an implementation of HostedTransportConfiguration type registered.
12287정성태8/5/20209690오류 유형: 636. C# - libdl.so를 DllImport로 연결 시 docker container 내에서 System.DllNotFoundException 예외 발생
12286정성태8/5/202010549개발 환경 구성: 501. .NET Core 용 container 이미지 만들 때 unzip이 필요한 경우
12285정성태8/4/202010931오류 유형: 635. 윈도우 10 업데이트 - 0xc1900209 [2]
12284정성태8/4/202010294디버깅 기술: 169. Hyper-V의 VM에 대한 메모리 덤프를 뜨는 방법
12283정성태8/3/202010793디버깅 기술: 168. windbg - 필터 드라이버 확인하는 확장 명령어(!fltkd) [2]
12282정성태8/2/20209539디버깅 기술: 167. windbg 디버깅 사례: AppDomain 간의 static 변수 사용으로 인한 crash (2)
12281정성태8/2/202012049개발 환경 구성: 500. (PDB 연결이 없는) DLL의 소스 코드 디버깅을 dotPeek 도구로 해결하는 방법
12280정성태8/2/202011217오류 유형: 634. 오라클 (평생) 무료 클라우드 VM 생성 후 SSH 접속 시 키 오류 발생 [2]
12279정성태7/29/202012054개발 환경 구성: 499. 닷넷에서 접근해보는 InterSystems의 Cache 데이터베이스파일 다운로드1
12278정성태7/23/20209406VS.NET IDE: 149. ("Binary was not built with debug information" 상태로) 소스 코드 디버깅이 안되는 경우
12277정성태7/23/202010839개발 환경 구성: 498. DEVPATH 환경 변수의 사용 예 - .NET Reflector의 (PDB 연결이 없는) DLL의 소스 코드 디버깅
12276정성태7/23/202010045.NET Framework: 930. 개발자를 위한 닷넷 어셈블리 바인딩 - DEVPATH 환경 변수
... 46  47  48  49  50  51  52  [53]  54  55  56  57  58  59  60  ...