cislek34 adlı üyeden alıntı: mesajı görüntüle
powershell'i administrator olarak çalıştırıp aşağıdaki komutları tek tek uygulayıp kontrol edermisiniz.

1-
icacls "C:\Windows\System32\drivers\etc\hosts" /grant Everyone:(OI)(CI)F
2-
Get-ChildItem -Path "C:\Windows\System32\drivers\etc\hosts" -Recurse -File | % { $_.IsReadOnly=$False }

hocam bir sürü komut denedim ne yaptıysam olmuyor bu komut da böyle bir hata verdi
icacls "C:WindowsSystem32driversetchosts" /grant Everyone:F
denedim böyle oldu