View Single Post
Old 06-10-2001, 11:33 AM   #5
mosquito
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
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.

Last edited by mosquito; 06-10-2001 at 11:47 AM.
mosquito is offline   Reply With Quote