Rename disable-dnscache-service-win to bat

This commit is contained in:
XhmikosR 2022-03-06 21:06:13 +02:00
parent e6da3b0fbf
commit 11632cc2d6
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ if '%errorlevel%' NEQ '0' (
::sc config Dnscache start= disabled
::sc stop Dnscache
:: VALUE
:: VALUE
:: 2 (Automatic) (DEFAULT)
:: 4 (Disabled) (prevent freeze network after applying huge hosts file)
::

View File

@ -401,9 +401,9 @@ You can also refer to the "Third-Party Hosts Managers" section for further recom
### Warning: Using this `hosts` file in Windows may require disabling DNS Cache service
Windows has issues with larger hosts files. Recent changes in security within Windows 10 denies
access to changing services via other tools except registry hacks. Use the `disable-dnscache-service-win.cmd`
access to changing services via other tools except registry hacks. Use the `disable-dnscache-service-win.bat`
file to make proper changes to the Windows registry. You will need to reboot your device once that's done.
See the [the comments within the `cmd` file](https://github.com/StevenBlack/hosts/blob/master/disable-dnscache-service-win.cmd)
See the [the comments within the `bat` file](https://github.com/StevenBlack/hosts/blob/master/disable-dnscache-service-win.bat)
for more details.
## Reloading hosts file