现在的位置: 首页 > 综合 > 正文

WinForm 修改Internet选项安全属性 。。。。。。。。。。

2012年07月05日 ⁄ 综合 ⁄ 共 17633字 ⁄ 字号 评论关闭
using System;
using Microsoft.Win32;
using System.Diagnostics;

public class ChangProxy
{
    public static void Main(string[] args)
    {

        int Proxy_Enabled;
        RegistryKey rkey = Registry.CurrentUser;
        RegistryKey software = rkey.OpenSubKey("Software");
        RegistryKey microsoft = software.OpenSubKey("Microsoft");
        RegistryKey windows = microsoft.OpenSubKey("Windows");
        RegistryKey currentversion = windows.OpenSubKey("CurrentVersion");
        RegistryKey internetsettings = currentversion.OpenSubKey("Internet Settings", true);
        Proxy_Enabled = Convert.ToInt32(internetsettings.GetValue("ProxyEnable"));
        if (Proxy_Enabled != 1)
        {
            internetsettings.SetValue("ProxyEnable", 1);
            Microsoft.VisualBasic.Interaction.Beep();
        }
        else
            internetsettings.SetValue("ProxyEnable", 0);
    }
}

以上为代码,通过读取注册表中的ProxyEnable的键值判断IE是否使用代理,如果使用了代理则取消代理,如果未使用代理则加上代理设置.
问题是,每次通过修改注册表键值更改IE代理设置状态后都必须重启IE才能使代理设置生效.

//*************************************************************************************************

2、我想将“对没有标记为安全的ActiveX控件进行初始化和脚本运行”设为提示或启用。

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet   Settings\Zones\3\1201
change   the   value   for   1201   to   0     
  0:启用  
  1:提示  
  3:禁用  

**-------------------------------------------------------------------------------------

1.新建 文本文档 放桌面,复制下面的信息进去 保存格式选 所有格式 后缀改.reg 以下内容:

Windows Registry Editor Version 5.00

;恢复被隐藏的语言栏

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]

@="语言栏"

"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories\{00021492-0000-0000-C000-000000000046}]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\InProcServer32]

@="C:\\WINDOWS\\system32\\msutb.dll"

"ThreadingModel"="Apartment"

;显示共享文档和用户文档

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

@=""

;恢复查看隐藏文件选项

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]

"Text"="@shell32.dll,-30499"

"Type"="group"

"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74, 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00, 48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00, 00

"HelpID"="shell.hlp#51131"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]

"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"

"Text"="@shell32.dll,-30501"

"Type"="radio"

"Checkedvalue"=dword:00000002

"valueName"="Hidden"

"Defaultvalue"=dword:00000002

"HKeyRoot"=dword:80000001

"HelpID"="shell.hlp#51104"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]

"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"

"Text"="@shell32.dll,-30500"

"Type"="radio"

"Checkedvalue"=dword:00000001

"valueName"="Hidden"

"Defaultvalue"=dword:00000002

"HKeyRoot"=dword:80000001

"HelpID"="shell.hlp#51105"

;恢复一系列文件名

;注意:如果还还没有改回来,请按F5刷新,或者重新启动一下

[HKEY_CLASSES_ROOT\CLSID\{BDEADF00-C265-11d0-BCED-00A0C90AB50F}]

@="Web 文件夹"

"InfoTip"="您可以创建快捷方式,使它们指向您公司 Intranet 或万维网上的 Web 文件夹。要将文档发布到 Web 文件夹中或要管理文件夹中的文件,请单击该文件夹的快捷方式。"

[HKEY_CLASSES_ROOT\CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}]

@="拨号网络"

"InfoTip"="即使计算机不在网络上,仍可以使用拨号网络来访问另一计算机上的共享信息。要使用共享资源,拨入的计算机必须设为网络服务器。"

[HKEY_CLASSES_ROOT\CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}]

@="打印机"

"InfoTip"="使用打印机文件夹添加并安装本地或网络打印机,或更改现有打印机的设置。"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]

@="回收站"

"InfoTip"="包含可以恢复或永久删除的已删除项目。"

[HKEY_CLASSES_ROOT\CLSID\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

@="计划任务"

"InfoTip"="使用“任务计划”安排重复的任务,如磁盘碎片整理或例程报告等在您最方便的时候运行。“任务计划”每次在启动 Windows 时启动并在后台运行,因此例程任务不会影响您的工作。"

[HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}]

@="控制面版"

"InfoTip"="使用“控制面板”个性化您的计算机。例如,您可以指定桌面的显示(“显示”图标)、事件的声音(“声音”图标)、音频音量的大小(“多媒体”图标)和其它内容。"

[HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]

@="Internet Explorer"

"InfoTip"="显示 WWW 或您所在公司 Intranet 上的网页,或者将您连接到 Internet。"

;功能:恢复被隐藏的控制面板

;注意:重启后生效

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSetFolders"=-

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSetFolders"=-

;功能:恢复网页右键菜单

;注意:需要把IE窗口全部关掉生效

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]

"NoBrowserContextMenu"=dword:00000000

;功能:还原桌面,我的电脑里面的右键菜单

;注意:重启或者注销后生效

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoViewContextMenu"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoViewContextMenu"=dword:00000000

;功能:恢复被隐藏的桌面图标

;注意:重启后生效

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDesktop"=-

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDesktop"=-

解除被禁止访问的任务栏属性

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSetTaskbar"=dword:00000000

解除故障恢复控制台限制

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole]

"SetCommand"=dword:00000001

"SecurityLevel"=dword:00000001

解决不能重新安装 IE6的问题

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}]

"IsInstalled"=dword:00000000

;功能:恢复internet选项

;注意:需要注销或者重启才能生效

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\restrictions]

"NoBrowserOptions"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoFolderOptions"=dword:00000000

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]

"GeneralTab"=dword:00000000

"SecurityTab"=dword:00000000

"ContentTab"=dword:00000000

"ConnectionsTab"=dword:00000000

"ProgramsTab"=dword:00000000

"AdvancedTab"=dword:00000000

//*******************************************************************

;功能:修复开始菜单的运行

;注意:运行后请注销

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoRun"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoRun"=dword:00000000

;EXE关联文件修复

[HKEY_CLASSES_ROOT\exefile\shell\open\command]

@="\"%1\" %*"

;解开注册表编辑器

[HKEY_LOCAL_MACHINE\Software\CLASSES\.reg]

@="regfile"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=dword:00000000

;删除IE分级审查密码

[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Ratings]

;功能:删除地址栏下拉菜单内的网址

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs]

;删除IE工具栏广告

[-HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions]

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions]

;功能:修复网页中右键菜单的广告

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\]

;显示被彻底隐藏的文件

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]

"Checkedvalue"=dword:00000001

;功能:修复文件属性里面的广告

[HKEY_CURRENT_USER\Control Panel\International]

"sLongDate"="yyyy'年'M'月'd'日"

;功能:修复IE察看,源文件按钮

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]

"NoViewSource"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]

"NoViewSource"=dword:00000000

;修复隐藏硬盘

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDrives"=dword:000000

;还原IE默认注册表项目

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]

@=""

"SmartDithering"=dword:00000001

"Show_FullURL"=dword:00000001

"Download Directory"="C:\\"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\CacheCLSID]

@="{523822C1-0006-917D-B233-9551387C8D89}"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor]

"Description"="Microsoft FrontPage"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit]

@="编辑(&E)"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\command]

@="C:\\PROGRA~1\\MICROS~2\\Office10\\FRONTPG.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\ddeexec]

@="[Open(\"%1\")]"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\ddeexec\Application]

@="Frontpg"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\ddeexec\Topic]

@="System"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor]

"Last"="\"C:\\Program Files\\Microsoft Office\\Office10\\WINWORD.EXE\" /n /dde"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell\edit]

@="编辑(&E)"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell\edit\command]

@="\"C:\\Program Files\\Microsoft Office\\Office10\\WINWORD.EXE\" /n /dde"

"command"=hex(7):42,00,48,00,34,00,44,00,56,00,6e,00,2d,00,7d,00,66,00,28,00, 59,00,52,00,5d,00,65,00,41,00,52,00,36,00,2e,00,6a,00,69,00,57,00,4f,00,52, 00,44,00,46,00,69,00,6c,00,65,00,73,00,3e,00,4c,00,26,00,72,00,66,00,55,00, 6d,00,57,00,2e,00,63,00,47,00,2e,00,65,00,25,00,66,00,49,00,34,00,47,00,7d, 00,6a,00,64,00,20,00,2f,00,6e,00,20,00,2f,00,64,00,64,00,65,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell\edit\ddeexec]

@="[REM _DDE_Direct][FileOpen(\"%1\")]"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell\edit\ddeexec\Application]

@="WinWord"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default MHTML Editor\shell\edit\ddeexec\Topic]

@="System"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Components]

"DeskHtmlVersion"=dword:00000110

"DeskHtmlMinorVersion"=dword:00000005

"Settings"=dword:00000001

"GeneralFlags"=dword:00000005

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Components\0]

"Source"="about:Home"

"SubscribedURL"="about:Home"

"FriendlyName"="当前主页"

"Flags"=dword:00000002

"Position"=hex:2c,00,00,00,cc,00,00,00,00,00,00,00,34,03,00,00,00,03,00,00,00, 00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00

"CurrentState"=hex:04,00,00,40

"OriginalStateInfo"=hex:18,00,00,00,cc,00,00,00,00,00,00,00,34,03,00,00,00,03, 00,00,04,00,00,40

"RestoredStateInfo"=hex:18,00,00,00,cc,00,00,00,00,00,00,00,34,03,00,00,00,03, 00,00,01,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\General]

"BackupWallpaper"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00, 6f,00,74,00,25,00,5c,00,57,00,61,00,6c,00,6c,00,70,00,61,00,70,00,65,00,72, 00,31,00,2e,00,62,00,6d,00,70,00,00,00

"WallpaperFileTime"=hex:c0,a3,0e,44,c5,3d,c1,01

"WallpaperLocalFileTime"=hex:c0,e3,31,52,08,3e,c1,01

"TileWallpaper"="0"

"WallpaperStyle"="2"

"Wallpaper"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00, 74,00,25,00,5c,00,57,00,61,00,6c,00,6c,00,70,00,61,00,70,00,65,00,72,00,31, 00,2e,00,62,00,6d,00,70,00,00,00

"ComponentsPositioned"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Old WorkAreas]

"NoOfOldWorkAreas"=dword:00000001

"OldWorkAreaRects"=hex:00,00,00,00,00,00,00,00,00,04,00,00,00,03,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\General]

"Wallpaper"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00, 74,00,25,00,5c,00,57,00,65,00,62,00,5c,00,53,00,61,00,66,00,65,00,4d,00,6f, 00,64,00,65,00,2e,00,68,00,74,00,74,00,00,00

"VisitGallery"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Scheme]

"Edit"=""

"Display"=""

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Document Windows]

"Maximized"="no"

"height"=hex:00,00,00,00

"width"=hex:00,00,00,80

"x"=hex:00,00,00,80

"y"=hex:00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]

"CheckExeSignatures"="no"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}]

@="媒体区"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Explorer Bars\{EFA24E64-B078-11D0-89E4-00C04FC9E26E}]

"BarSize"=hex:05,01,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions]

//****************************************************************

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Extensions\CmdMapping]

"{c95fe080-8f5d-11d2-a20b-00aa003c157a}"=dword:00002000

"NextId"=dword:00002008

"{D6E814A0-E0C5-11d4-8D29-0050BA6940E3}"=dword:00002001

"{8DE0FCD4-5EB5-11D3-AD25-00002100131B}"=dword:00002002

"{ABFC18BB-ED0C-425d-9EF4-42624205BBA4}"=dword:00002003

"{87680762-4A83-11B4-885B-0000E8ECA40F}"=dword:00002004

"{63A96E48-1CD6-4346-B1EE-F2CA91642FF8}"=dword:00002005

"{E1CC05A7-50AD-4A1A-8C5E-50145D933731}"=dword:00002006

"{FB5F1910-F110-11d2-BB9E-00C04F795683}"=dword:00002007

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Help_Menu_URLs]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]

"AskUser"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\SPW]

"PZYR50V3#\"NG+W^"=dword:00000000

"=L]P.KQ!;?BK?5,"=dword:00000000

" RY<;C@U&,J%8)A"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International]

@=""

"CNum_CpCache"=dword:00000001

"CpCache"=hex:af,6f,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\CpMRU]

"Enable"=dword:00000001

"Size"=dword:0000000a

"InitHits"=dword:00000064

"Factor"=dword:00000014

"Cache"=hex:af,6f,00,00,38,00,00,00,a8,03,00,00,28,00,00,00,e3,04,00,00,03,00, 00,00,e8,04,00,00,02,00,00,00,b6,03,00,00,01,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts\26]

"IEFontSize"=hex:02,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts\3]

"IEPropFontName"="Times New Roman"

"IEFixedFontName"="Courier New"

"IEFontSize"=hex:03,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"NoUpdateCheck"=dword:00000001

"NoJITSetup"=dword:00000001

"Disable Script Debugger"="yes"

"Show_ChannelBand"="No"

"Anchor Underline"="yes"

"Cache_Update_Frequency"="Once_Per_Session"

"Display Inline Images"="yes"

"Do404Search"=hex:01,00,00,00

"Local Page"="C:\\WINXP\\System32\\blank.htm"

"Save_Session_History_On_Exit"="no"

"Show_FullURL"="no"

"Show_StatusBar"="yes"

"Show_ToolBar"="yes"

"Show_URLinStatusBar"="yes"

"Show_URLToolBar"="yes"

"Start Page"=""

"Use_DlgBox_Colors"="yes"

"Search Page"="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch";

"Check_Associations"="No"

"FullScreen"="no"

"Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff, ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,04,00,00,de,02,00, 00

"ShowedCheckBrowser"="Yes"

"FavIntelliMenus"="yes"

"LastCheckedHi"=dword:01c18775

"AddToFavoritesExpanded"=dword:00000000

"NotifyDownloadComplete"="no"

"Use FormSuggest"="yes"

"Save Directory"="E:\\"

"AutoSearch"=dword:00000005

"Print_Background"="no"

"Play_Animations"="no"

"Play_Background_Sounds"="no"

"Display Inline Videos"="no"

"Enable_MyPics_Hoverbar"="yes"

"Enable AutoImageResize"="yes"

"Show image placeholders"=dword:00000001

"Expand Alt Text"="no"

"Move System Caret"="no"

"UseThemes"=dword:00000001

"NscSingleExpand"=dword:00000001

"Enable Browser Extensions"="yes"

"NoWebJITSetup"=dword:00000001

"Force Offscreen Composition"=dword:00000000

"SmoothScroll"=dword:00000001

"Error Dlg Displayed On Every Error"="no"

"Friendly http errors"="yes"

"Page_Transitions"=dword:00000001

"ShowGoButton"="yes"

"AllowWindowReuse"=dword:00000001

"Default_Page_URL"=""

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Media]

"SuppressOnlineContent"="no"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search\SearchProperties]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search\SearchProperties\zh-cn]

"PanelOrder"=hex:57,00,65,00,62,00,01,00,50,00,72,00,65,00,76,00

"Panel@Web"=hex:64,00,65,00,66,00,61,00,75,00,6c,00,74,00,03,00,65,00,78,00,63, 00,69,00,74,00,65,00

"SettingsVersion"=hex:42,00

"PreviousSearches"=hex:57,00,65,00,62,00,07,00,64,00,65,00,66,00,61,00,75,00, 6c,00,74,00,07,00,53,00,65,00,61,00,72,00,63,00,68,00,54,00,65,00,78,00,74, 00,3d,00,66,00,61,00,73,00,74,00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]

"provider"=""

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Security]

"Sending_Security"="Medium"

"Viewing_Security"="Low"

"Safety Warning Level"="Query"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Security\P3Global]

"Enabled"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Security\P3Sites]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Services]

@=""

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Settings]

"Anchor Color Visited"="128,0,128"

"Anchor Color"="0,0,255"

"Background Color"="192,192,192"

"Text Color"="0,0,0"

"Use Anchor Hover Color"="No"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]

"LinksFolderName"="链接"

"Locked"=dword:00000001

"ShowDiscussionButton"="Yes"

//*****************************************************************
http://360.qihoo.com/3330666/d_adz_3_1429868.html

抱歉!评论已关闭.