Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. string key = @"SoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainslocalhost";
  2. RegistryKey localhost = Registry.CurrentUser.CreateSubKey(key);
  3. localhost.SetValue("http", 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement