I am happy to post the instructions on how to revert back. One of the assumptions will have to be that you have access to a Linux system to make the updates on, since that is what I am familiar with. Do you have access to another system that is running Linux (it could be another plug-device as long as there is a way to connect the media)? If not, I may be able to spend some time figuring out a way to to it in Windows, but it will take me longer to develop those procedures.
After a bit of searching, I was unable to find any Windows tools that allows you to create symbolic links on an ext2/ext3 file system. I will post the Linux based instructions, with the assumption that at the very least you have access to a PC that you boot into a "Linux Live" environment (like Parted Magic, ArchBang, Fedora Live, etc).
Here are the steps:
1. Shutdown the device
2. Remove the media that contains the Arch Linux ARM root filesystem
3. Insert the device into another Linux system
4. If the device does not auto-mount, mount the root filesystem (as root):
> mount /dev/<device_node, ie sda1> /<path_to_mount_location>
5. Change to the systemd system directory on the mounted file system:
> cd /<path_to_mount_location>/etc/systemd/system/
6. Remove the wicd service symlinks (as root):
> rm dbus-org.wicd.daemon.service
> rm multi-user.target.wants/wicd.service
7. Create a symlink for the netcfg service (as root):
> ln -s /usr/lib/systemd/system/netcfg.service multi-user.target.wants/netcfg.service
8. Unmount the device
9. Insert it back into the plug-type device
10. Boot the plug-type device