XPSp3: Logging disable a user to log on to the other - stop programs?

I have two users on XPSp3.  Both are administrator-level.  I wanted to disconnect a user and connect to each other and got the warning that unsaved work will be lost.

Is it just open the files that are closed?  Done also closed programs or the whe switch you users?

Ed

When you disconnect a user, all programs started by this user have been completed.

However, there is a feature called 'Fast user change' which allows you to switch from one user to another without logging the first user... so all programs that are running with the first user are kept in their current state, while the second user can start and run their own programs.   Refer to the following Microsoft KB article:

"How to use the Windows XP Fast User Switching feature"
  <>http://support.Microsoft.com/kb/279765/en-us >

HTH,
JW

Tags: Windows

Similar Questions

  • Activate the user audit logs and hide the other audit logs account system on computers in a domain by using Group Policy

    Hello

    Please could someone advise me on how to activate the user audit logs and hide the other audit logs account system on computers in a domain by using Group Policy. Your help would be much appreciated.

    Kind regards

    RocknRollTim

    Hello

    Please contact Microsoft Community.

    We have a specific forum for the computers in the domain and they are experts in this field of investigation and would be in a better position to address the concerns. So refer to the link below and post your query on the TechNet Forums.

    https://social.technet.Microsoft.com/forums/en-us/home

    I hope this helps. If you have any questions on Windows, please answer. We will be happy to help you.

  • I have Windows Server 2008 R2. I have set up the desktop remotely for 5 users, but each time a user logged on to the other user will be disconnected.

    issue license remote dekstop

    I have Windows Server 2008 R2. I have set up the desktop remotely for 5 users, but each time a user logged on to the other user will be disconnected. Is this a problem with the license? Is it how do I get license for 10 users remote desktop? Thank you

    You will get the best answers by posting in the dedicated remote desktop on TechNet Forum:

    Remote Desktop Forum services (Terminal Services)

  • How can I disable a user after two month on the inactivity in my application?

    I'm looking a parameter to check or query to run in a State, to list all the users connected in the last two months at my request.

    Thanks for some tips

    Massimo

    Hello

    You can check the APEX APEX_USER_ACCESS_LOG view

    for example query below can give you all the details of the user with their last access date

    SELECT LOGIN_NAME, MAX(ACCESS_DATE) latest_access_date
    FROM  APEX_USER_ACCESS_LOG
    WHERE APPLICATION = :application_id
    GROUP BY LOGIN_NAME
    

    You can use it to allow users who have not accessed to the last X days

    WITH T AS (SELECT LOGIN_NAME, MAX(ACCESS_DATE) latest_access_date
    FROM  APEX_USER_ACCESS_LOG
    WHERE APPLICATION = :application_id
    GROUP BY LOGIN_NAME)
    SELECT T.LOGIN_NAME
    FROM T
    WHERE T.latest_access_date < TRUNC(SYSDATE) - :X
    

    You can OUTER JOIN this request with the list of users to see who has not accessed to the last x days.

    Now, you can install some jobs (using http://docs.oracle.com/cd/E11882_01/appdev.112/e40758/d_sched.htm) to see the list and disable users.

    Kind regards

    Hari

  • How to disable a user interface messageCheckBox based on the value of the parameter system?

    Hello

    I implement a messageCheckBox on the UI, and I need, it is not not editable if a system parameter was set to Yes and editable if the defined system parameter or not. Is this feasible? The syntax to use? I think to put it in the field 'Disabled' for the checkBox control.

    Very much appreciate your comments.

    Thank you!

    Hi Michelle,

    What you mean by system setting. If is the value of say certain attribute VO should first read the value of the attribute of the VO.

    and create a transitional attribute in the same VO and set the property accordingly.

    The syntax is ${oa. VewInstanceName.ViewAttributeName}

    Thank you
    -Anil

  • Address bar works on a user account and not on the other

    Hello

    I searched on through so many forums to find an answer to my problem - it is perhaps quite unique.

    A year ago, stopped my firefox address bar AutoComplete works not at all. I have the latest version and I tried all the stuff around dumping cache etc. Anyway, I got a new Mac yesterday and I opened Firefox and everything worked as it should - great.

    However, I moved all my files/settings/applications etc in front of my ole mac via migration assistant and now firefox is not working properly on this user account. So, I have two user accounts on the same mac, both running the same software applications. The user account with all the old files etc is that I want to continue to use, but Firefox will not properly work on this subject.

    I uninstalled and reinstalled, updated, deleted version cache... all I can think.

    I'm sick of Chrome crashing on me.

    Can anyone help?

    This may be a problem with the places.sqlite file that stores the bookmarks and history.

  • Problem with the migration of the user to a workspace to the other to pass

    Hi Experts,

    I have a problem:
    (1) I exported the users of the DEV instance using the export_users procedure.
    (2) if I import the user to another instance, the user is created but the password does not match...
    The environments are the same versions of the DB and APEX.

    I need the password to be the same on both instances without inviting users.

    Is there a problem with it? Or a hash problem?

    Example:
    wwv_flow_fnd_user_api.create_fnd_user (
      p_user_id      => '123456789',
      p_user_name    => 'XXX',
      p_first_name   => 'XXX',
      p_last_name    => 'XXX',
      p_description  => '',
      p_email_address=> '[email protected]',
      p_web_password => '3307E4D6A8F8AE7503D0DCC1EA338A31',
      p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
      p_group_ids    => '',
      p_developer_privs=> '',
      p_default_schema=> 'XXXX',
      p_account_locked=> 'N',
      p_account_expiry=> to_date('201210221106','YYYYMMDDHH24MI'),
      p_failed_access_attempts=> 0,
      p_change_password_on_first_use=> 'N',
      p_first_password_use_occurred=> 'N',
      p_allow_app_building_yn=> 'N',
      p_allow_sql_workshop_yn=> 'N',
      p_allow_websheet_dev_yn=> 'N',
      p_allow_team_development_yn=> 'N',
      p_allow_access_to_schemas => '');
    Data sheet: DB 11 g, APEX 4.1

    Kind regards.
    J :D

    Hi Jozef,

    I understand your dilemma, if it's any help, but I can't tell you how Apex crypt passwords, which would be a security problem.

    There is always the possibility to reset the passwords to the new random values and send the new password to the users.

    If these are end users and you need to keep 2 or more spaces to work in sync, maybe you should switch to a custom authentication scheme where you have more control. I just posted an example of an authentication plugin function in another thread:

    Re: Display of custom on the Login Page Messages

    Kind regards
    Christian

  • Approval workflow when you disable a user - IOM

    Hello

    I want to set up an approval workflow when you disable a user via a Wizard of the application. Can someone let me know how?. Thanks in advance.

    Simply create a trust for this resource and make a determination of the process rule as Action query is Revoke

    And attach this rule with your resources. It should work.

  • Windows 7: user created again, but everything is on an account effects the other

    I just created a new account on our desktop PC which is still currently running Windows 7 (please no screaming response to update me), and some of the desktop icons, files and other content transferred to the new account. Ask lots of questions, I found by searching for a response to mine the reverse - how to share files between user accounts - but I don't want all that transferred from the original to the new user account user, because I have not much to transfer and can do it myself. If it were just copies, it wouldn't matter, because I could just delete everything on the new account when I log - on, but everything I've done on a single account for the effects of one, which makes it completely unusable. (For example, if I delete a shortcut on my new user account, it removes on the other account, too.)

    I already have...

    • Checked to see if desktop computers and other info has been in the shared folder Public and it is not (the Public folder is almost completely empty except for the example of media it came with.)
    • Checked to see if data has been copied to the new folder automatically somehow, but it wasn't (it is shown as empty in the library.) The new user folder shows that there is nothing in there, but when I log - on the profile, there are a bunch of icons and so on which, as I said, can't be handled on the new account without the former. The original user profile folder has everything listed in it as seen in the library.

    How can I change this? There is no point to have a separate user account, if I can't customize differently than the other!

    Thanks in advance for your kind attention and assistance.

    Run this little test:

    1. Log in as a.
    2. Create a shortcut on the desktop that launches notepad.exe. Call him "notebook has.
    3. Log in as B. The shortcut on the desktop "Notepad A" is visible?
    4. Create a shortcut on the desktop that launches notepad.exe. Call it "Notepad B.
    5. Log in as a. Is the shortcut on the desktop "Notepad B" visible?

    I suspect that the answer to questions 3 and 5 is 'no '.

  • Why all the users do not appear on the start screen?

    Our MacBook Pro has two users with administrator privileges. At the start, that a user is displayed. How the other user is on the device without going through the first users of connection and disconnection?

    If only a user will appear, how to change the user who first appears?

    You have activated the automatic connection?

    «System preferences > users and groups, select the "connection options" in the list on the left.»

    Unlock the control panel and disable the automatic connection if you want to start on the screen that allows you to choose a user to connect as.

    It is better for safety if you disable the automatic connection. I would also say that you do not work as an admin for 'everyday' tasks if you can help it.

  • User account control appears when the is not necessary.

    The user account control appears everytime I open Windows Live Mail. How can I stop this, but retain control of active user account when needed on the other actions of the computer?   Thank you

    Hi JosephDoherty,

    UAC (User Account Control) notifies you when changes will be made to your computer that require administrator-level permissions.

    You can try to change UAC settings and see if it helps.

    Note: You must restart your computer when you enable or disable UAC. Change levels of notification does not require that you restart your computer.

    Important: Turn on UAC after you complete the steps.

    For more information, you can consult the following articles:

    How can I change the behavior of user account control by using the slider?

    What is user account control?

    Enable or disable the User Account Control

    Hope this information is useful.

  • registered shortcuts on the desktop does not open on a user account, but will be on the other account

    If you right click and save the web page at the top of the office it will open and operate very well on a user account, but not on the other account they are all two administor account

    What is the solution

    Hello! :) I think that if you try to go to the Web page that you saved to the original account and save this page on the desktop on that account, it should work. I think they are two separate, accounts and so maybe that's why we couldn't see the shortcut on the other account. I really hope this helps. :)

  • Logging on to the user account

    I tried to connect to my computer at home today however, he did not accept my password.  I don't have I changed password so I'm not sure why this problem occurred.  There is only one account on the computer, so I don't know how to log on to the computer at all.

    The error msg I get is the following:

    The user profile Service service has no logon.
    User profile cannot be loaded.

    This error can usually be fixed by following the steps below. All this requires a certain level of computer skills. You know better and that take the machine to a competent local computer tech (not a type of BigComputerStore/GeekSquad place) is the best solution for you.

    1 log on to a different user account with administrative privileges. If you neglected to make an account additional administrative steps 2-3. Otherwise, continue to step 4. See also General information on setting up user accounts in Vista at the end of this post.

    2 in Mode safe boot. This, by repeatedly pressing the F8 key as the computer starts. That you will get to the menu on the right where you can use your arrow key to select Mode safe [Enter]. The built-in Administrator account is disabled by default in Vista. However, if no other administrative accounts exist on the system it can be activated. If this is the case, you will see an icon for the administrator on the homescreen mode without failure. Login to the administrator.

    3 If you don't see the icon for the administrator mode safe account, then the built-in Administrator account is always disabled so you will need to work more.

    a. If you have a Vista DVD installation (not a recovery DVDs), you can start the system with it. Select the default language, then select "repair your computer". Then select "Command Prompt". At the command prompt, type:

    NET user administrator / Active: Yes [Enter]

    If you do not have a Vista installation DVD, you can do a repair file Vista bootable DVD in this link:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Note: All the Neosmart recovery disk downloads are torrent files. There is a good explanation of the torrent on the site Web of Neosmart files. You will need a torrent as muTorrent client to get the files. Torrent client will download the .iso file with which to create the bootable DVD.

    Now remove the rescue CD/DVD, you have done, reboot Windows and log on to the built-in Administrator account, you enabled.

    4. try a system restore to when things worked. If you can log in to your user account, you are finished. Otherwise, continue to step 5.

    5. the critical files are under % systemdrive%\users\user-account\ntuser. The ntuser.dat file is actually a registry hive. Run Regedit high and select HKEY_USERS and "load hive" in the menu. Now, go to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

    There is a line for each profile. If a profile is bad, check:

    (a) that the name of the key does not stop in ".bak" (remove .bak If it)
    (b) that the RefCount value is 0 (change it if it is different)
    (c) that the State value is 0 (change if different)

    Make the necessary changes, close Regedit and try to connect as this user.

    6. If that doesn't solve your profile, it is corrupt. At this point you can either make a new user account and copy your data on it or simply make a new user account and delete the old a corrupt. Do not delete the old account until you have recovered data you need! Post back if you need help by creating a new user account and copy of data to it.

    You absolutely don't want to have only one user account. As XP and all the other modern operating systems, Vista is an OS multi-user with system built-in accounts such as administrator, by default, all users and guest. These accounts should be left alone because they are part of the structure of the operating system.

    In particular, you do not want one account user with administrative privileges on Vista because the administrator account integrated (normally only used in emergencies) is disabled by default. If you use as an administrator for your daily work, and this account is corrupt, things will be difficult. It is not impossible to activate the built-in administrator to rescue things, but it will take third-party tools and work outside the operating system.

    The user account that is for your daily work must be a Standard user, with the extra administrative user (call it something like 'CompAdmin' or 'Tech' or similar) only it for elevation purposes. As a user Standard is recommended for security reasons and will help protect your computer against infections. After you have created "CompAdmin", connect to it and change your normal user account Standard. Then log on to your regular account.

    If you want to go directly to the desktop and ignore the Welcome screen with the icons of the user accounts, you can do this:

    Start Orb > Search box > type: netplwiz [Enter]
    Click continue (or provide an administrator password) when you are prompted by UAC

    Uncheck "users must enter a user name and password to use this computer". Select a user account to connect automatically by clicking on the account you want to highlight and press OK. Enter the password for this user account (when it exists) when you are prompted. Leave blank if there is no password (null).
    MS - MVP - Elephant Boy computers - don't panic!

  • window of 2008: ' I can't open Group Policy Management "group policy to manage, you must log on to the computer with a domain user account.

    Hi, please advise, I can't open Group on win Server 2008 policy management, it is said
    "To manage Group Policy, you must log on to the computer with a domain user account.

    Hi Cucu KurniaPutra,

    Thanks for asking this question to Microsoft Community!

    The problem occurs in Windows Server 2008 Network, please post your request on the Microsoft TechNet forums to get help.

    Here is the link:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

    It will be useful. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

    Kind regards!

  • Web application of timesheet before the user log on to the domain network

    We have Windows 2003 server where active directory is installed and used as a domain controller, we also have another server where our web timesheet application developed in .net is installed.

    What we would like to do is before any user logs on his computer that he must complete the timesheet of the yestarday, if there already fillied timesheets can log or the system must raise message to fill the first timesheet. UserCan bypass the timesheet for max 3 days after that the system does not allow the user to log on to the field and exhausted once the time sheets he can log.

    access to the application of the timesheet using ipaddress with connection by port.

    Kind regards

    Houria.

    It is just a bit beyond, issues of the support that we offer in these forums, because we support the public versions of Windows and their security.  I suggest you post this kind of question in the forums TechNet (http://social.technet.microsoft.com/Forums/en-us/categories), as this is where people from Active Directory and the server will be found.

Maybe you are looking for