nsswitch.conf
Remove comments and empty lines:
sed -i -r '/^[\s\t]*[#;]/d' nsswitch.conf sed -i -r '/^\s*$/d' nsswitch.conf
Set a custom home directory for Cygwin.