baidut / baidut/windowsSystemHelper
hosts编辑器
Open
- Dominant language
- CSS
- Stars
- 19
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://code.google.com/archive/p/hosteditor/
修改hosts权限 hosts-perm.bat
``` batchfile
@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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.