일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 구글메인화면
- 2013사진공모전
- 통합도서회원증
- 달력
- 구글웹화면
- 일정관리
- outwit hub
- 단축키
- Shortcut Key
- rainlendar
- web scrapping
- 번역툴
- Edge E125
- 여름
- 파워셸
- 가로화면
- 공유기 패스워드
- Firefox
- Asterisk password reveal
- Google Calendar
- 구글캘린더
- * 암호
- 레노버
- 패스워드
- 윈도우 탐색기
- Windows
- 아이콘크기
- 댓글스팸
- 스케쥴
- 가을
- Today
- Total
Black&White
Windows '인터넷 옵션' 레지스트리 값 본문
인터넷 옵션의 보안탭에서 인터넷영역의 설정에서 스크립팅-Active Scripting 에 대한 설정 변경
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v 1400 /t REG_DWORD /d 0 /f |
0 : Active Scripting 사용
1 : Active Scripting 확인
3 : Active Scripting 차단
The security zone settings for Internet Explorer are located at:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
AND
HKEY_Local_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
The values that are located in both keys are additive. If a Web site is added to both keys, only the HKCU sites can be seen in the GUI, but both settings are enforced.
If you only want machine based settings to be enforced, copy and paste the following to a HKLM_Only.reg file and Merge it with the computers registry:
REGEDIT4
\[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\]
"Security_HKLM_only"=dword:00000001
The sub-keys of the Internet Settings key, for both HKLM and HKCU paths, are:
TemplatePolicies
ZoneMap
Zones
The Zones sub-key contains a sub-key for each zone defined. The defaults are:
Key Meaning
0 My Computer, NOT available in the Zone box of the Security tab.
1 Local Intranet Zone.
2 Trusted sites Zone.
3 Internet Zone.
4 Restricted Sites Zone
These sub-keys contain the following Value Names:
Value Name Data Type Meaning
Description REG_SZ Displayed when you select a Zone in the Zone box of the GUI.
DisplayName REG_SZ Displayed when you select a Zone in the Zone box of the GUI.
Icon REG_SZ The icon that is displayed.
CurrentLevel REG_DWORD The current Security setting.
MinLevel REG_DWORD The lowest Security level allowed before a warning is issued.
RecommendedLevel REG_DWORD The recommended Security level.
Flags REG_DWORD Controls the users ability to modify the Security settings.
The data values for the CurrentLevel, MinLevel, and RecommendedLevel Value Names are:
Data value Meaning
0x00010000 Low Security.
0x00011000 Medium Security.
0x00012000 High Security.
The data values for the Flags value Name are additive:
Data value Meaning
1 Allow changes to custom settings.
2 Allow users to add Web sites to this zone.
4 Require HTTPS Web sites.
8 Include Web sites that bypass the proxy server.
16 Include Web sites not listed in other zones.
32 Do NOT show security zone in Internet Properties.
64 Show the Requires Server Verification dialog.
128 UNCs are treated as Intranet connections.
NOTE: The My Computer zone does NOT contain the CurrentLevel, MinLevel, and RecommendedLevel Value Names.
The following Value Names are all REG_DWORD data types. Their data values are:
Data value Meaning
0 This action is allowed.
1 This action will generate a prompt.
3 This action is prohibited.
Value Setting
Name
1001 Download signed ActiveX controls
1004 Download unsigned ActiveX controls
1200 Run ActiveX controls and plug-ins
1201 Initialize and script ActiveX controls not marked as safe
1206 Allow scripting of Internet Explorer Webbrowser control
1400 Active scripting
1402 Scripting of Java applets
1405 Script ActiveX controls marked as safe for scripting
1406 Access data sources across domains
1407 Allow paste operations via script
1601 Submit non-encrypted form data
1604 Font download
1605 Run Java
1606 Userdata persistence
1607 Navigate sub-frames across different domains
1608 Allow META REFRESH *
1609 Display mixed content *
1800 Installation of desktop items
1802 Drag and drop or copy and paste files
1803 File Download
1804 Launching programs and files in an IFRAME
1805 Launching programs and files in webview
1806 Launching applications and unsafe files
1807 Reserved **
1808 Reserved **
1809 Use Pop-up Blocker **
1A00 Logon
1A02 Allow persistent cookies that are stored on your computer
1A03 Allow per-session cookies (not stored)
1A04 Don't prompt for client certificate selection when no
certificates or only one certificate exists *
1A05 Allow 3rd party persistent cookies *
1A06 Allow 3rd party session cookies *
1A10 Privacy Settings *
1C00 Java permissions
1E05 Software channel permissions
1F00 Reserved **
2000 Binary and script behaviors
2001 Run .NET components signed with Authenticode
2004 Run .NET components not signed with Authenticode
2100 Open files based on content, not file extension **
2101 Web sites in less priveleged web content zone can navigate into this zone **
2102 Allow script initiated windows without size or position constraints **
2200 Automatic prompting for file downloads **
2201 Automatic prompting for ActiveX controls **
2300 Allow web pages to use restricted protocols for active content **
\{AEBA21FA-782A-4A90-978D-B72164C80120\} First Party Cookie *
\{A8A88C49-5EB2-4990-A1A2-0876022C854F\} Third Party Cookie *
* indicates an Internet Explorer 6 or later setting
** indicates a Windows XP Service Pack 2 or later setting
The 1A00 Value Name, a REG_DWORD data type, has the following possible data values:
Decimal Data value Meaning
0 Automatically logon with current username and password.
65536 Prompt for user name and password.
131072 Automatic logon only in the Intranet zone.
196608 Anonymous logon.
The 1C00 Value Name, a REG_DWORD data type, has the following possible JAVA data values:
Decimal Data value Meaning
0 Disable Java.
65536 High safety.
131072 Medium safety.
196608 Low safety.
8388608 Custom.
The 1E05 Value Name, a REG_DWORD data type, specifies software channel permissions.
The TemplatePolicies sub-key of the Internet Settings key has the default security zones settings. The Low, Medium, and High sub-keys contains Value Names that represents the Zones default values.
The ZoneMap sub-key of the Internet Settings key has the following sub-keys:
Domains - Contains domains and protocols that have been added. Each added domain is a sub-key of Domains. Sub-domains are sub-keys of the the domain that they belong to. Each domain has a protocol Value Name (ftp, http, https, etc.) whose data value is the numerical value of the security zone (0x00012000 is High Security) to which it is added.
The ProtocolDefaults sub-key of the Internet Settings key defines the default security zone for a given protocol, by adding a Value Name (file, ftp, http, https, etc.), with NO colons (:) or slashes (/). These REG_DWORD data types the following possible data values:
Key Meaning
0 My Computer, NOT available in the Zone box of the Security tab.
1 Local Intranet Zone.
2 Trusted sites Zone.
3 Internet Zone.
4 Restricted Sites Zone
The Ranges sub-key of the Internet Settings key contain arbitrary sub-keys that define the ranges of the TCP/IP address. The :Ranges Value Name of these arbitrary sub-keys, a REG_SZ data type, contains the range affected (192.168.0.*). A * Value Name, a REG_DWORD data type, contains the security zone that the range falls within (0x1 is Local Intranet).
0 COMMENTS
RELATED
supercomputing blue squares chip intelligence
2019 Brought Red Hat Enterprise Linux 8, k3s and HPC-in-a-Box
DEC 19, 2019
person uses tablet to get support help
A Guide to Open Source Support Providers
DEC 13, 2019
Network servers in data center
eBay Shares Server Designs as It Rebuilds IT Infrastructure
SEP 15, 2018
intel sign
Intel CEO List Is Said to Eye Outsiders in Break With Tradition
SEP 04, 2018
Logo
Powered by Informa
About
Advertise
Contact Us
Sitemap
Ad Choices
Privacy Policy
Terms of Service
Cookie Policy
Follow us:
© 2019 Informa USA, Inc., All Rights Reserved
'Windows' 카테고리의 다른 글
Windows 10 잠금화면에서 화면보호기 설정클릭시, 지정한 장치, 경로 또는 파일에 액세스 할 수 없습니다. .......오류발생시 (0) | 2019.06.21 |
---|---|
이 페이지에 안전하게 연결할 수 없음. 오류 해결 (0) | 2019.06.21 |
Windows 10 탐색기에서 이미지파일 미리보기 안될때 (0) | 2019.06.21 |
Windows 10 버전 1809 5월 14일 업데이트 KB4494441 업데이트 안될 시 (0) | 2019.05.15 |
Windows 경로(파일 및 폴더 포함) 길이 제한 (2) | 2018.06.29 |