windowsSystemHelper
windowsSystemHelper copied to clipboard
hosts编辑器
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