Mapping network drive for a non-domain computer, we need to provide the user credential before access the share folder. We can use command line to achieve this.
net use * \192.168.0.5ShareFolder PassWord /user:UserAccount
Note: the account must have proper permission to access the share folder.