Issue / Question
How to add host entries in MC32-CE7?
Applicable To
MC32-CE7
Resolution / Answer
Create a registry file (Addhost.reg) with content as below:
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Hosts\google.com]
"ipaddr"=hex:\
B2,79,3C,69
***Note:
Convert IP addresses to Hex value.
Hosts sub key is the host name, e.g. google.com
For more information, refer to Microsoft article How to load host entries into Windows CE device.