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
 
Back
Top