Có rất nhiều cách để mở và save file hosts ở Windows 7 ở đây mình hướng dẫn bạn làm 1 cách tương đối dễ nhất.
- Mở chương trình soạn thảo (notepad) chẳng hạn
@echo off
takeown /f "%windir%\system32\drivers\etc\hosts" && icacls "%windir%\system32\drivers\etc\hosts" /grant administrators:F
attrib -s -h -r %windir%\system32\drivers\etc\hosts
start %windir%\notepad.exe %windir%\system32\drivers\etc\hosts
exit
- Copy và Paste vào
- Save lại thành file .bat
Hoặc bạn download files này
- Run as Administrator
Bây giờ bạn có thể soạn thảo và save lại file hosts một cách thoải mái rồi đó
Comments[ 0 ]
Post a Comment