C#

신뢰사이트 등록하기

탑~! 2010. 7. 13. 21:07



            //using Microsoft.Win32
            RegistryKey osKey = Registry.CurrentUser.OpenSubKey(@"Software\\Microsoft\\Windows\\CurrentVersion\Internet Settings\\ZoneMap\\Domains\\IP주소);


            if (osKey == null)
            {
                RegistryKey oNewKey = Registry.CurrentUser.CreateSubKey(@"Software\\Microsoft\\Windows\\CurrentVersion\Internet Settings\\ZoneMap\\Domains\\IP주소");
                oNewKey.SetValue("http", 0x00000002);
            }

728x90
반응형