how can i access this file . can i modify this by opening it directly
and change user limitations ,name,passwords etc...
is there a way to have admin rights for guest user.?
Do not use the Guest account. That is a special purpose account with higher
privileges. It's a special purpose account used in a network setting. If
you don't have a network then it's not needed.
Here are instructions on how to disable the guest account
For XP Pro:
Right-click My Computer, and then click Manage.
Click Local Users and Groups.
Click Users.
Right-click the Guest account, choose Properties.
On the General tab, select Account is Disabled.
Click Ok.
For Windows XP Home Edition:
Use the NET USER command from the command prompt . To do so open a Command
Prompt from Start | Run | CMD.EXE | Ok.
Use the following syntax:
net user Guest /active:no
Create a limited user account or accounts for use by casual visitors. Call
it Visitor or whatever you want. Make sure all admin level accounts have
strong passwords.
I gave you a link in a previous post with info on how to create a user
account.