Author Topic: login / logout with XP without restart  (Read 2192 times)

Bzh7000

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
login / logout with XP without restart
« on: March 21, 2011, 07:22:10 pm »
Hello,
I have a Zentyal server in a little school.
Users have a login and password to acces to theyre private directory.

But often, they are two peoples on the same computer to learn.
And if the second user want to accès in his own directory, he can't, because the first user isn't logout.

For the moment, the solution is to restart the computer and login on Zentyal directory with the second user.

Wich solution could be better to don't need to restart ?

Thank you.

Escorpiom

  • Zen Hero
  • *****
  • Posts: 897
  • Karma: +25/-1
    • View Profile
Re: login / logout with XP without restart
« Reply #1 on: March 21, 2011, 10:19:20 pm »
This is not something to ask here, you should ask it in a Windows XP specific forum.
You can logout XP without restart.
Just go to start and choose "log off", you will be presented with the option "switch user" or "log off".
Choose the first option.
In that way two users will be active on the system at the same time.

Cheers.
Marcus' Rule:
Blanks & capitals = avoid it and you'll avoid problems...

soulfrax88

  • Zen Apprentice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: login / logout with XP without restart
« Reply #2 on: July 11, 2011, 05:29:48 pm »
yeah i know ur problem, i have the same one where i work, i want to access to my admin directory to get some apps and files but i have to restart the sys to log with my user, thats kind of annoying.

well here is my solution, u can create another session and when u change to the another one, ull be asked to log in again by the time u access to the file server, i hope ur understanding what im saying, my english needs practice. just as simple as having 2 users in XP.

if this works let me now man! good luck.

Josep

  • Zen Samurai
  • ****
  • Posts: 255
  • Karma: +6/-0
    • View Profile
Re: login / logout with XP without restart
« Reply #3 on: July 15, 2011, 05:10:48 pm »
I know the problem.
We solved by creating a short script in Windows called disconnect.bat.
Contents should be:
Code: [Select]
net use \\<yourservername /delete /yes
net use * /delete /yes

Mark the script to run as Administrator if you can.
Test it and let us know how it works for you.