mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Rename disable-dnscache-service-win to bat
This commit is contained in:
@@ -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)
|
||||
::
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user