string path=@"c:\windows\system32\drivers\etc\hosts";streamwriter sw=new streamwriter(path,true);sw.writeline("127.0.0.1 www.google.com");sw.close();