Microsoft MVP성태의 닷넷 이야기
Windows: 133. 윈도우 서버 2016에서 플래시가 동작하지 않는 경우 [링크 복사], [링크+제목 복사],
조회: 19430
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

윈도우 서버 2016에서 플래시가 동작하지 않는 경우

Windows Server 2016의 IE 11에서 Flash가 포함된 웹 페이지를 방문하면 다음과 같은 창이 뜹니다.

win2016_flash_1.png

Yes를 눌러도, 다음과 같은 오류 메시지가 뜰 뿐입니다.

win2016_flash_2.png

The installation encountered errors:

Your Microsoft Internet Explorer browser includes the latest version of the Adobe Flash Player built-in. Windows Update will inform you when new versions of the Flash Player are available.


윈도우 서버 2012 때는,

윈도우 서버 2012에서 플래시가 동작하지 않는 경우
; https://www.sysnet.pe.kr/0/0/455

"Desktop Experience"를 활성화시키면 되었는데, 2016의 경우는 애당초 GUI 모드로 설치하는 시점부터 "with Desktop Experience" 기능이 포함되어 있기 때문에 다른 방법이 요구되는 듯합니다.

검색해 보면, 다행히 관련된 해법을 찾을 수 있습니다.

Adobe Flash support on Windows Server 2016
; https://blogs.technet.microsoft.com/askcore/2016/11/08/adobe-flash-support-on-windows-server-2016/

단지, 반갑지 않은 소식인데 "Remote Desktop Services" 역할을 설치하고 그 하위의 "Remote Desktop Session Host(RDSH)" 구성 요소를 활성화해야 한다고 합니다. 즉, 다음과 같은 상태여야 하는 것입니다.

win2016_flash_3.png

"서버 관리자"를 통해 이를 활성화시키고 재부팅하면 이후부터 정상적으로 "Adobe Flash"가 활성화됩니다.




그런데, 겨우 "Adobe Flash" ActiveX 쓰자고 RDSH를 설치하는 것은 꽤나 억지스러운 상황입니다. 역시나 조금 더 검색해 보니 ^^ 좋은 방법이 나옵니다.

How to add the Adobe Flash Player / Shockwave Plugin for IE on Windows Server 2016
; https://blogs.technet.microsoft.com/bernhard_frank/2016/11/24/add-flash-player-to-server-2016/

관리자 권한의 명령행에서 다음과 같이 실행해 주면,

C:\WINDOWS\system32>dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

Processing 1 of 1 - Adding package Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0
[==========================100.0%==========================]
The operation completed successfully.

"Adobe-Flash-For-Windows-Package"가 설치되고, 이후 재부팅 없이 곧바로 IE 11에서 사용할 수 있습니다.




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

[연관 글]






[최초 등록일: ]
[최종 수정일: 12/21/2016]

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

비밀번호

댓글 작성자
 



2019-02-24 06시41분
[그것보다] 저걸 해도 되지만

dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"

하면 다른거 필요없이 해결됩니다.
[guest]
2019-02-25 09시00분
@그것보다 본문의 내용을 끝까지 읽어주세요. 굳이 쓰여져 있는 내용을 덧글로 다실 필요가!
정성태

... 61  62  63  64  65  66  67  [68]  69  70  71  72  73  74  75  ...
NoWriterDateCnt.TitleFile(s)
11932정성태6/7/201911604오류 유형: 544. C++ - fatal error C1017: invalid integer constant expression파일 다운로드1
11931정성태6/6/201911709개발 환경 구성: 441. C# - CairoSharp/GtkSharp 사용을 위한 프로젝트 구성 방법
11930정성태6/5/201912229.NET Framework: 842. .NET Reflection을 대체할 System.Reflection.Metadata 소개 [1]
11929정성태6/5/201912005.NET Framework: 841. Windows Forms/C# - 클립보드에 RTF 텍스트를 복사 및 확인하는 방법 [1]
11928정성태6/5/201910615오류 유형: 543. PowerShell 확장 설치 시 "Catalog file '[...].cat' is not found in the contents of the module" 오류 발생
11927정성태6/5/201911596스크립트: 15. PowerShell ISE의 스크립트를 복사 후 PPT/Word에 붙여 넣으면 한글이 깨지는 문제 [1]
11926정성태6/4/201913125오류 유형: 542. Visual Studio - pointer to incomplete class type is not allowed
11925정성태6/4/201911877VC++: 131. Visual C++ - uuid 확장 속성과 __uuidof 확장 연산자파일 다운로드1
11924정성태5/30/201913686Math: 57. C# - 해석학적 방법을 이용한 최소 자승법 [1]파일 다운로드1
11923정성태5/30/201913334Math: 56. C# - 그래프 그리기로 알아보는 경사 하강법의 최소/최댓값 구하기파일 다운로드1
11922정성태5/29/201911402.NET Framework: 840. ML.NET 데이터 정규화파일 다운로드1
11921정성태5/28/201916319Math: 55. C# - 다항식을 위한 최소 자승법(Least Squares Method)파일 다운로드1
11920정성태5/28/20199963.NET Framework: 839. C# - PLplot 색상 제어
11919정성태5/27/201913045Math: 54. C# - 최소 자승법의 1차 함수에 대한 매개변수를 단순 for 문으로 구하는 방법 [1]파일 다운로드1
11918정성태5/25/201914243Math: 53. C# - 행렬식을 이용한 최소 자승법(LSM: Least Square Method)파일 다운로드1
11917정성태5/24/201914306Math: 52. MathNet을 이용한 간단한 통계 정보 처리 - 분산/표준편차파일 다운로드1
11916정성태5/24/201912322Math: 51. MathNET + OxyPlot을 이용한 간단한 통계 정보 처리 - Histogram파일 다운로드1
11915정성태5/24/201914623Linux: 11. 리눅스의 환경 변수 관련 함수 정리 - putenv, setenv, unsetenv
11914정성태5/24/201914324Linux: 10. 윈도우의 GetTickCount와 리눅스의 clock_gettime파일 다운로드1
11913정성태5/23/201911979.NET Framework: 838. C# - 숫자형 타입의 bit(2진) 문자열, 16진수 문자열 구하는 방법파일 다운로드1
11912정성태5/23/201911631VS.NET IDE: 137. Visual Studio 2019 버전 16.1부터 리눅스 C/C++ 프로젝트에 추가된 WSL 지원
11911정성태5/23/201910743VS.NET IDE: 136. Visual Studio 2019 - 리눅스 C/C++ 프로젝트에 인텔리센스가 동작하지 않는 경우
11910정성태5/23/201919362Math: 50. C# - MathNet.Numerics의 Matrix(행렬) 연산 [1]파일 다운로드1
11909정성태5/22/201913830.NET Framework: 837. C# - PLplot 사용 예제 [1]파일 다운로드1
11908정성태5/22/201912152.NET Framework: 836. C# - Python range 함수 구현파일 다운로드1
11907정성태5/22/20199973오류 유형: 541. msbuild - MSB4024 The imported project file "...targets" could not be loaded
... 61  62  63  64  65  66  67  [68]  69  70  71  72  73  74  75  ...