title ioz Hosts Cleaner
@echo off
icacls "C:\Windows\System32\drivers\etc\hosts" /grant "Everyone":F
attrib -r -s -h "C:\Windows\System32\drivers\etc\hosts"
del "C:\Windows\System32\drivers\etc\hosts"
Eyw - Konuyu kitleye bilirmisinKod:title ioz Hosts Cleaner @echo off icacls "C:\Windows\System32\drivers\etc\hosts" /grant "Everyone":F attrib -r -s -h "C:\Windows\System32\drivers\etc\hosts" del "C:\Windows\System32\drivers\etc\hosts"
bat dosyası yapıp kullanabilirsin.