놀이터 일간 추천 베스트 |
놀이터 일간 조회 베스트 |
작성자: Okami 조회 수: 581 PC모드
@echo off reg add HKLM\Software\Policies\Google\Chrome /v DefaultPluginsSetting /t REG_DWORD /d 1 /f echo - 네이버 지도 허용 reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 001 /t REG_SZ /d http://map.naver.com /f reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 002 /t REG_SZ /d https://map.naver.com /f echo - 다음 지도 허용 reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 003 /t REG_SZ /d http://map.daum.net /f reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 004 /t REG_SZ /d https://map.daum.net /f echo - 오에스 매니아 허용 reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 005 /t REG_SZ /d http://osmanias.com /f reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 006 /t REG_SZ /d https://osmanias.com /f pause exit |
아래의 파일을 다운로드하거나 위에 거로 cmd 파일로 만드셔서 관리자 권한으로 실행하시면 됩니다.
혹시 모든 사이트 플래시 다 허용 하실려면
echo - 전체 허용
reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 007 /t REG_SZ /d http://* /f
reg add HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls /v 008 /t REG_SZ /d https://* /f
대충 이렇게 추가해서 넣으시면 됩니다. ^^
모든 사이트가 허용 됩니다 ^^