windowsSystemHelper icon indicating copy to clipboard operation
windowsSystemHelper copied to clipboard

hosts编辑器

Open baidut opened this issue 9 years ago • 0 comments

https://code.google.com/archive/p/hosteditor/

修改hosts权限 hosts-perm.bat

@echo off
echo,Y|cacls "%WinDir%\system32\drivers\etc\hosts" /G everyone:f
attrib -s -h -r "%WinDir%\system32\drivers\etc\hosts"
echo The Permissions on the HOSTS file have been reset.
pause

baidut avatar Feb 15 '16 01:02 baidut