The guest account is disabled by default to prevent unauthorised access from the network.
You can also create a batch file with the following command and put it in the startup folder
Code:
net use \\<server> "<password>" /user:<username>
Replace <server>, <password> and <username> by the values that apply to your system.
This prevents unauthorised access from other machines.