Guest Account

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

In my XPe I activaated Guest Account and did not add any password.

Then I created a connection on XPe for incoming call via modem and a
connection an another PC to connect to XPe:

I can connect only If I add a password to the account!

What can I set to connect as Guest without password?
 
I would fiddle with the cmd 'netsh'
netsh>ras

and try to issue the commands:
set set authmode mode = bypass
set user name = guest dialin = permit cbpolicy = none

if this fiddling works, you can automatize it by
dumping the state to a file and reinject it with
netsh -f rasconfig.txt

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top