Tag Archives: Software
Windows Mobile 平台上的Hosts修改软件
准确的说Windows Mobile上是没有Windows平台上的那个Hosts文件的,它的这些信息存放在注册表中。 在这篇文章中展示了WM平台上域名对应IP地址的信息存放形式: 存放于HKEY_LOCAL_MACHINE\Comm\Tcpip\Hosts 直接修改注册表添加信息的方法: -增加一个以域名命名的子键 -增加ipaddr,数值为ip地址的十六进制值。 -增加ExpireTime,设置为99 99 99 99 99 99 99 代表永不过期 图例: 这样比较麻烦,该网站直接提供了一个免费的修改工具,省去了你计算16进制数值的时间。 软件的下载地址: http://mobilitydojo.net/2008/10/09/using-a-hosts-file-on-windows-mobile/ Windows Mobile Professional http://mobilitydojo.net/files/HostsFileEditPro.exe Windows Mobile Standardhttp://mobilitydojo.net/files/HostsFileEditStd.exe 软件截图两张: PS:勾选上Show SIP即可打开输入面板。
简单的Hosts文件修改工具Win Hosts File Editor
这是在yo2.cn上写的第一篇网志 : 在ip被咔嚓的如此迅速的情况下,每次修改hosts文件都要进的这么深的确是一件很头疼的事情,Hosts文件一般存放于C:\WINDOWS\system32\drivers\etc\hosts。有两方法可以让你迅速打开并修改hosts文件。 1.在桌面或常用的目录新建一个快捷方式只想hosts文件。 2.使用Win Hosts File Editor。 Win Hosts File Editor是一个简单的host修改工具。 软件介绍:Get to your Windows HOSTS file with the click of a button (quick launch shortcut or desktop shortcut). This simple editor saves you the time of having to … Continue reading