Remove the log-in user

We have two users on one single computer, two separate log-ins, how can I remove one of the users, all have two access it administration.

This article describes how to add and remove accounts:

"How to create and configure user accounts in Windows XP"
  <>http://support.Microsoft.com/kb/279783 >

HTH,
JW

Tags: Windows

Similar Questions

  • What are the causes of the log of user account on missing cursor in Windows XP? I have two trays of office that they have this same problem. If you restart them the cursor returns?

    What are the causes of the log of user account on missing cursor in Windows XP? I have two trays of office that they have this same problem. If you restart them the cursor returns?

    Hi DaddyJeff,

    1. don't you make changes before the show?
    2. are you referring to the cursor in the area of user password on the login screen of Windows?
    3. when the cursor goes missing, the mouse pointer works on screen?

    It is difficult to say what is causing this problem. If the mouse pointer freezes or stops working, then we recommend you to reinstall the mouse. To do this, try the following steps:
    a. sign in to Windows.
    b. Click Start, click Run, type devmgmt.msc, and then click ok.
    c. in the list of objects, expand mice and other pointing devices.
    d. right click on the sub element and click on uninstall.
    e. unplug the mouse and plug it back.
    f. the Device Manager, select an item in the list, click the Action menu, click scan for hardware changes.
    g. check if the mouse is detected, if so, then install it.

    See mouse USB which is connected to a USB 2.0 hub is not detected by Windows XP


    Note:
    if the problem persists, restore the computer to an earlier time. See How to restore Windows XP to a previous state

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Show/hide menu based on the logged in user

    Hello

    12.1.3 Jdev

    I want to show/hide some menu items based on the logged in user.

    I will explain the current design:

    In my application, I created a menu as below. (It is created using 'Create or Update ADF Menu' file adfc_config).

    ibis_menu. XML

    <?xml version="1.0" encoding="windows-1252" ?>
    <menu xmlns="http://myfaces.apache.org/trinidad/menu">
      <itemNode id="itemNode_home" label="Home" action="goHome" focusViewId="/home"/>
      <itemNode id="itemNode_transaction" label="Transaction" action="goTransaction" focusViewId="/transaction"/>
      <itemNode id="itemNode_customer" label="Customer" action="goCustomer" focusViewId="/customer"/>
      <itemNode id="itemNode_upload" label="Upload" action="goUpload" focusViewId="/upload"/>
      <itemNode id="itemNode_profile" label="Profile" action="goProfile" focusViewId="/profile"/>
      <itemNode id="itemNode_serviceRequest" label="Service Request" action="goServiceRequest"
                focusViewId="/serviceRequest"/>
      <itemNode id="itemNode_report" label="Report" action="goReport" focusViewId="/report"/>
    </menu>
    

    I have a navigation pane in my Pages that use this menu as below:

    <af:navigationPane hint="bar" id="np1" value="#{ibis_menu}" var="menuInfo">
                            <f:facet name="nodeStamp">
                                <af:commandNavigationItem id="ni1" text="#{menuInfo.label}"
                                                          destination="#{menuInfo.destination}"
                                                          action="#{menuInfo.doAction}"/>
                            </f:facet>
                        </af:navigationPane>
    

    Now, I want to hide some items on the menu, depending on the Type of user loggedIn. I have the userType stored in the managed bean.

    How can I get this feature.

    An approach which I think is as below:

    Define a variable for each itemNode in a managedbean(session scope) and who associate with the property ' visible ' / ' rendering ' of the itemNode in the Menu xml.

    Please let me know is a good way to do it or is there another solution better?

    See you soon

    AJ

    So, maybe this can help:

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/48-sitemenu-protection-169190.PDF

  • How can I get the ENTERPRISE_ID of the logged-on user?

    Hello

    Is there a PL/SQL function that I could use to get the ENTERPRISE_ID of the user logged on so that I can use it in a report query for example as below.

    SELECT package.function

    FROM DUAL;

    "package.function" must be able to return to the ENTERPRISE_ID of the logged in user.

    Kind regards

    Santhosh Jose

    I think that you can access the ENTERPRISE_ID with:

    • SYS_CONTEXT ('FND_VPD_CTX', 'ENTERPRISE_ID')

    Assuming that the ApplCore session has been initialized or alternatively:

    Note that since it is related to the VPD implementation, that you can't question simply through companies, rather restrictions are applied at the level of the table. Also note that since its code internal, it is subject to change without notice.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • Event ID: 637 is not triggered after you remove the remote desktop user

    Hello

    Suddenly, three of the users to the remote desktop users group has been removed, but I'm not able to find the event: 637 in the security event log.  However, I got a test to remove a user from the remote desktop users group, but the event id: 637 has triggered and found.

    I need to check what the user has been deleted?

    Thank you
    Yasser

    Hi Yasir,

    Thanks for keeping us posted and share this information with us.

    I would have you post your query in the TechNet Forums.

    Check out the link-

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

    Back to us for any issues related to Windows in the future. We will be happy to help you.

  • Problem by removing the frontendCallback of user folder

    Hello

    I'm customizing my own reminder seq frontend and during application installation that copies to the Frontendcallback user folder (IE D:\Documents and Settings All Users\Documents\National Instruments\TestStand 4.2.1\Components\Callbacks\FrontEnd) it overrided the default reminder and worked well.

    and during the uninstallation am removing the frontend reminder of this place, but after deleting the files get "WINDOWS TRY TO CONFIGURE TESTSTAND" (see attachment) on opening the TestStand after deleting the messages callbacks.this continues until I have copy the frontend deleted in tht call fuser older.

    Why this is happening? any help to get rid of this?

    Thank you

    Biki

    This is caused by the frontendcallbacks.seq file is missing.  The Setup program detects that a component is not properly installed (in this case, the frontendcallbacks.seq file) and attempts to repair by re-running the installer.

    However, the installation program is not properly designed to take into account your ability to edit or even delete this file.  Question #257564 was created to fix this in a future version of TestStand.  However, until the installer has been changed, the only way to avoid this is to have a file with the name frontendcallbacks.seq to this place.  I would say on uninstall handing the default file in place to avoid this problem.  I apologize for the inconvenience.

    -Allen P

    NEITHER

  • [ADF, JDev12.1.3] That is the approach recommended to store the information of the logged-on user?

    Hallo,

    I would like to know which are:

    • approaches possible and advised to store the main information (which will be used throughout the application) of the user that is logged;
    • for each of the approaches that are the main advantages and disadvantages.

    For example

    I have my doubts if store info in variables private module request or if I'd better use the HttpSession.

    The use of HttpsSession back to store the information in a range session bean?

    A scope session bean should be used only to store information?

    Sorry if these question may be stupid but I'm starting to take care of the security of my application and I am a bit confused about the available possibilities.

    I use ADF Essentials, so I can't use ADFSecurity.

    Thank you

    Federico

    I have my doubts if store info in variables private module request or if I'd better use the HttpSession.

    Never use app module variables to store data. If you need to store data in the model project, you can use the UserData card, but you must implement the serialization/deserialization.

    Read this blog post for more information: http://andrejusb.blogspot.com/2012/05/solution-for-sharing-global-user-data.html

    The use of HttpsSession back to store the information in a range session bean?

    They are similar.

    Difference is that you can put data directly to the session http (as an attribute) and if you use managed bean then keep you data in the attributes of bean and framework will put bean in scope of the session.

    A scope session bean should be used only to store information?

    Well, do not store the amount of data in session bean because it will influence the performance of the server (if the number of users increases you need more RAM, if you assign more RAM to the server it will be time for garbage collection, will also increase if you have clustering then great session bean (s) will increase the time of synchronization of the session) ", etc...)

    Dario

  • [ADF, JDev 12.1.3] How to hide menu items based on the logged in user

    Hallo,

    When the user logs on successfully, the applitacions led him to the main.jspx page.

    The main.jspx page has a menu bar that contains all of the available menus, submenus and menu items.

    After the connection, when the main.jspx page loads I would hide all the menus, submenus and menu items that the user is not qualified to see/use (I read the database).

    You kindly tell me which is the way the cleaner to achieve?

    Thank you

    Federico

    user10709360 wrote:

    Hello rohanwalia,

    Sorry, but I need more help

    I guess that the solution is to create a method in the AM who - reading form the database - returns a structure that indicates for each menu item should be visible or hidden.

    • How can I use the data returned by this method?
    • I call in a managed bean specifically dedicated to the management of the menu? Can I also use the already existing media bean, I created for the page?
    • What scope should have the bean?
    • Don't you think that it is better to define a 'visible' variable Boolean (initilized depending on the result of the AM method) for each menu item and how to bind the Visible property of each menu item to the variable respective in the bean in the bean?
    • Or I can loop the result of the method AM setting the Visible property of the menu items? In this case, I guess that all the menu items must be mapped into the bean by user interface variable. Am I wrong?
    • Is it not possible to write a method which, of the AM directly, hide the menus not necessary on the page (so without using a bean)?
    • In general, which are the correct always to hide menu items:
      • (1) before the page is sent to the browser (as "I can do it with PHP);
      • (2) once the page is loaded in the browser (as I can do it with JavaScript)?

    If you could give me some more detailed advice... I would be very happy.

    Thank you

    Federico

    (1) its best to make the treatment inside the method. You can return the parameters as normal java method.

    (2) Yes, you can use bean already exists in the project. But better to create a separate bean for this task of menu.

    (3) scope should be request unless you need to persist the attributes between requests.

    (4) Yes it is possible. You can define and initialize a Boolean variable with the results you get from the table based on the menu items should be made visible.

    (5) If you use the approach to point 4, then also you have to loop through the table menu items and set Boolean variables of bean. Yes you are right for the second part.

    (6) I'm not sure about this approach. How will you map it to your menu mode. It takes research.

    (7) before the page is loaded. I share with you links in above post with which you can do this.

    I hope this helps.

    Thank you

  • Remove the Mobile (jqm) User Interface

    I'm on Apex 4.2.3

    I created the mobile UI in one of my applications. By default, he created the global page 999 and 1001 login page. I want to remove the mobile UI but constantly hit an error: "a UI only can be deleted when there are no pages associated with the user interface.". What happens even after I removed the global 999 and 1001 connection. Can someone help please...

    HI - this can be a great help, but you could check actually have removed all mobile pages, global mobile incl., mobile login page page and global home page? I just tried to reproduce your problem on apex.oracle.com and had no problems. I have create a new desktop application with, and then added a mobile UI, which included mobile, global connectivity and home pages. Which I removed then one by one, and after that, I was able to successfully remove the mobile user interface,

    Kind regards

    Marc

  • remove the logs of archiving in log_archive_dest_2 with RMAN

    Hello

    Installation program:
    Primary DB: oracle 10g
    Standby DB: Oracle 10g
    Physical active DataGuard paused.

    We nun RMAN on the primary db every night, which also removes the archives connects log_archive_dest_1 located on the primary server. How to activate the same working RMAN delete logs archiving in log_archive_dest_2 located on the backup server.

    -Shashi

    Hey Shashi,

    You can use similar job on your backup server for the removal of the old archivelogs in about 1 week. Also, please pay attention to the setting of the RMAN ARCHIVELOG DELETION POLICY on the primary database. Maybe it's to set as APPLIES ON STANDBY to prevent the removal of the archivelogs not yet applied to the primary.

    Best regards
    Alex

  • How to remove the password of user on Portege M HARD drive

    Hi, is it possible to remove the HARD drive password after recording a? If so, how?

    Hello

    Check it please this document http://support.toshiba-tro.de/kb0/TSB6301F90006R01.htm

    I know, HARD drive password cannot be removed and if so, do you really think that will be released this information to the public. ;)

  • remove the old registered user or name of the owner for this operating system

    I would like to remove the old name of the owner of the operating system of my computer and update the info with my own.

    With a used computer, regardless of its origin, recommended is to do a clean/Windows factory restore install. If you don't want to do it (not recommended), you can change the owner registered as follows:

    How Do I Change The registered owner name in Windows Vista - http://vistasupport.mvps.org/change_registered_owner_name.htm
    MS - MVP - Elephant Boy computers - don't panic!

  • Remove the log during recovery, but everything is ok

    Hello

    I delete the log during recovery file, insert a value in a table and commit, it is committed and no error in the alert.log file
    I turn on logfile, it switches, once again no error

    What is the reason?

    Thank you

    John

    But when I commit, where do the Oracle stores data?

    First of all in the log buffer which is empty on commit to the CURRENT redo log in the redo log writer.

    As stated previously the writer newspaper most likely open the file before you delete - so he acquired a file descriptor and is still able to write to this file, even if you subsequently deleted. The journal writer retains the redo log permanently open at least until the file becomes inactive (I think even the file handles are never closed for performance reasons; but this should be verified).

  • Remove the log from external Table file?

    Hello

    I don't want the log file to create each time I use an external table.

    Is is possible?

    You can specify one or more of the following options:

    NOBADFILE NODISCARDFILE NOLOGFILE
    

    In the passage of ACCESS SETTINGS of your table definition.

    I hope this helps!

  • How can I remove the administrator in users and groups

    I give my MacBook to a family member.  I just upgraded to El Capitan.

    I opened system preferences > users and groups > and added my brother as a new user and administrator.  I was unable to remove me as an administrator, and now I can't stop computer without getting the warning "stop can cause other users connected to this computer to lose unsaved changes."  If I switch to the user the same message appears then try to stop.

    Help please

    What to do before you sell or give away your Mac - Apple Support

Maybe you are looking for

  • 15 G-212NL HP: HP 15G 212 BROKEN HINGE LAPTOP NL

    HI, the left hinge of the laptop of my girlfriend broke: it started with a gap between the bezel and the screen that does not have a link initially to the hinge. So I decided to remove the bezel of the screen to look underneath and I realized that th

  • T6 IR remote?

    Received a T6 digital SLR kit for a trip. Camera and objectives are functioning as they should, but it came with an infrared remote shutter release. I can't find a setting on the camera to enable it. The T6 has an infrared sensor and if so, how do I

  • HP 8600 and HP 5510: try to install two HP printers on my iMac

    I installed an 8600 and 5510 on my iMac and print wireless, but only appears in HP scan.  What I am doing wrong?

  • problem starting then Startup Repair

    OK, I had this problem a few weeks ago, sometimes to any day and time when I turn the computer the morning it does not start, I turn works a few times and it starts to work, then I freezes everything trying to start, restart and then comes an option

  • How do you set to print large.

    I have a document that is really small print, it is difficult to see after printing... How to fix in a larger image and print. Thank you