🧾 Description
This article outlines two methods for disabling IPv6 on Datalogic devices running Windows Embedded Compact 7 (WEC7). Disabling IPv6 may be necessary for compatibility with certain networks or applications. The first method uses a command in the autostart.ini file, while the second involves modifying the system registry.
🛠️ Resolution Steps
Method 1: Using autostart.ini
Steps:
- Create or edit the autostart.ini file in the FlashDisk directory.
- Add the following command to unbind the IPv6 protocol from the wireless adapter: INIcmd.exe /C ndisconfig adapter unbind TIWLNAPI1 tcpip6Show more lines
- Save the file and reboot the device.
Note: This method may not persist after a cold boot. If it fails, proceed with the registry method below.
Method 2: Using Registry Keys
Steps:
- Open a registry editor on the device.
- Navigate to the following path: [HKEY_LOCAL_MACHINE\Comm\Tcpip6\Parms]
- Add or modify the following keys: INIreg isn’t fully supported. Syntax highlighting is based on INI."EnableDHCPv6"=dword:00000000"DisabledComponents"=dword:000000ffShow more lines
- Save the changes and reboot the device.
Note: Always back up the registry before making changes.
Important Notes
- Disabling IPv6 may affect connectivity with networks or services that rely on IPv6.
- Registry changes are persistent across reboots and are recommended for long-term configuration.
