G
Guest
How do I enable my internet connection for a guest account?
Bert Kinney said:Hi Woodman,
a. Click Start, click Run, type cmd, and then click OK.
b. Type the following command, and then press ENTER:
net user guest
c. If the account is active, a line appears in the output of the
command that is similar to the following:
Account active Yes
d. If the account is not active, use the following command to give
the Guest account network access:
net user guest /active:yes
e. The following text returns after the command:
The command completed successfully.
--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/
How do I enable my internet connection for a guest
account?
Bert Kinney said:Hi Woodman,
a. Click Start, click Run, type cmd, and then click OK.
b. Type the following command, and then press ENTER:
net user guest
c. If the account is active, a line appears in the output of the
command that is similar to the following:
Account active Yes
d. If the account is not active, use the following command to give
the Guest account network access:
net user guest /active:yes
e. The following text returns after the command:
The command completed successfully.
--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/
How do I enable my internet connection for a guest
account?
Thanks Bert I will try this.
Wayne
Bert Kinney said:Hi Woodman,
a. Click Start, click Run, type cmd, and then click OK.
b. Type the following command, and then press ENTER:
net user guest
c. If the account is active, a line appears in the output of the
command that is similar to the following:
Account active Yes
d. If the account is not active, use the following command to give
the Guest account network access:
net user guest /active:yes
e. The following text returns after the command:
The command completed successfully.
--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/
How do I enable my internet connection for a guest
account?
bondo said:Thanks Bert I will try this.
Wayne
Bert Kinney said:Hi Woodman,
a. Click Start, click Run, type cmd, and then click OK.
b. Type the following command, and then press ENTER:
net user guest
c. If the account is active, a line appears in the output of the
command that is similar to the following:
Account active Yes
d. If the account is not active, use the following command to give
the Guest account network access:
net user guest /active:yes
e. The following text returns after the command:
The command completed successfully.
--
Regards,
Bert Kinney [MS-MVP DTS]
http://dts-l.org/
wwoodman wrote:
How do I enable my internet connection for a guest
account?