runas works with the same credentials current login

I have a client with a very strange problem I need help to solve. They have Windows XP computers on a network that is very locked. When they try to run my application normally, they get an error message (trying to access resources of the computer locked by the permissions). However, if they do a "run as" and then enter the exact same credentials, suddenly it works.
For example: they connect to XP using username mydomain/Myadmin and double-click the shortcut. It does not work. But if they right click on the shortcut and select "run as" and enter the same username mydomain/Myadmin. This method works.

I wouldn't understand why entering a different credentials might work, but I cannot understand why entering the exact same credentials used to connect to windows will work. Any ideas?

Hello Warren McDonald,

If the computer is connected to the domain network, then the question would be better suited on the TechNet support forum. I suggest you to post the question on the following link.

http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

Tags: Windows

Similar Questions

  • Limitation of connection with the same credentials of AD to EHT

    Hi all

    I want that if a client has a successful login - started session in the company with access to its network domain account, it cannot connect to the network with the same domain to another account at the same time.

    I have to try to prevent the connection several successful sessions simultaneously with the same credentials of domain of different devices.

    Thank you

    Hello

    I have already spoken here, and also with local Cisco SE and for the moment, the ISE does not have a mechanism to limit the number of sessions per user name, this feature is only available for guest users.

    In addition, we have a work around for this on Cisco WLC (wireless) since the WLC has a feature to limit the number of sessions per user name, and also you can limit the number of sessions on the SAA for VPN access.

    There is no work around to access switches, so you need to make a policy on the AD domain / itself, if necessary.

    Thank you.

    Ahmad.

  • PREVENT CONNECTION WITH THE SAME CREDENTIALS

    I developed an application. I gave 5 business users access, but more users are using it in connection with the same user name and password. I use custom authetication based on apex.

    Is it possible to prevent two simultaneous connection with the same credentials.

    Thank you

    Umesh

    A suggestion, it is NOT perfect...

    You must use custom authentication... In this configuration, you add a column to the table with user names, call it online and use a car1. When the user connects and you check their authentication, if it passes, you update the table with a 'Y' in the line with their ID card.

    When they log out, you're going to run a process to update at the same table, replacing the 'Y' by "n" or null...

    So when a user connects, you will also verify their line use an if the column is set to 'Y', then your custom authentication MUST return the error that this connection is already recorded...

    Thank you

    Tony Miller
    Webster, TX

    Follow your passion; the rest will take care of itself.

    JMS

    If you answer this question, please mark the thread as closed and give points where won...

  • in Acrobat 8 Standard advanced editing tool is grayed out in Windows 7 and Windows 10 but works with the same pdf file in Windows XP Professional. Why?

    in Acrobat 8 Standard advanced editing tool is grayed out in Windows 7 and Windows 10 but works with the same pdf file in Windows XP Professional. Why?

    Perhaps because Acrobat 8 is not compatible with Windows 7 or 10.

    Friday, October 9, 2015 at 22:11, thosdelaney [email protected]>

  • Firewall said diagnostic tool blocks IE to open up. But my laptop wireless works with the same settings as desktop?

    The two are running with the same security settings.

    Hi dblackid,

    1. you remember any changes made to the computer before the show?

    2. you use a third party firewall?

    I would refer to the links below try the steps and check if this is useful:

    Method1: Perform the clean boot and check if it helps to solve the problem:

    Windows7 or vista link: http://support.microsoft.com/kb/929135

    Windows XP link: http://support.microsoft.com/kb/310353

    Note: For vista or windows7, please see step 7 of the article to set the computer to a normal startup

    For XP, follow the steps described in the article, "steps to configure windows to use a normal startup state."

    Method2: Turn on or off Windows Firewall

    http://Windows.Microsoft.com/en-us/Windows7/turn-Windows-Firewall-on-or-off

    Method3: Open a port in Windows Firewall

    http://Windows.Microsoft.com/en-us/Windows7/open-a-port-in-Windows-Firewall

    Remplacement4: Allow a program to communicate through Windows Firewall

    http://Windows.Microsoft.com/en-us/Windows7/allow-a-program-to-communicate-through-Windows-Firewall

    Reference:

    Firewall: Frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/firewall-frequently-asked-questions

    Note: Please mention on the operating system that is installed on your computer.

    I hope this helps.

  • Work with the same files - is possible?

    Hello

    I would like to run several identical PDF files so that in each separate file I can make bookmarks and comments on various topics that relate to the same content, rather than attempt to differentiate between bookmarks and comments.

    Clearly, I could just duplicate the master file several times, I get it. But what I really want to do, it's often update the master file by adding new PDF files and subsidiary files update automatically with new content without disturbing the existing bookmarks etc. Eventually this will save me a lot of time.

    Please don't tell me that such a straight forward task cannot be achieved within the Acrobat software. If this is the case is an app pack or third-party software that can do?

    No, this is not possible, unless you use an Action or script to insert the new file in the existing files, or something like that. This can happen automatically, in any case.

  • Possible to use two views and controllers to work with the same MovieClip?

    Gidday

    I have a movieclip library I added in a view. The view has a controller and a model.

    The current view and the controller are an ok size, but I need another datagrid in the moviclip above addChild, and there is a good amount of features to go with it.

    I could continue to use the same view and the controller, but I was wondering how I could addChild datagrid to the movieclip and use a different point of view and the controller, but share the model?

    My controller of origin (for short)...

    public void Controller1 (sharedModel:sharedModel, stadium: Stadium)

    View1 = new View1 (_sharedModel, this, several)

    and my opinion...

    public void View1 (sharedModel:sharedModel, controller: Controller1, target: Stadium)

    I managed to infuse a second point of view one through Controller1...

    View2 = new View2 (_sharedModel, Controller2, several)

    View1 = new View1 (_sharedModel, this, several, view2)

    I addChild (datagrid) in mode 2, then addChild (view2) in view 1 and got the datagrid control to appear where it should.

    However, to view 2 does not evolve successfully all the properties of the controller 2.

    The other option was to instatntiate a whole new set VC of root, as I've done so far for every major aspect of the project, but then I wouldn't be able to add the datagrid control to the above movieclip.

    What is a better way to put in place the add items to a movieclip of two VCs?

    See you soon

    You already know the answer - you are simply not see the forest for the trees.

    If you have the code of the controller like this:

    public function get theViewIcontrol (): {SomeViewType}

    Return _theViewIcontrol;

    }

    public function set {theViewIcontrol(value:SomeViewType):void}

    If {(_theViewIcontrol)

    Remove outgoing view headphones

    }

    _theViewIcontrol = value;

    If {(_theViewIcontrol)

    setting properties, add listeners, etc.

    }

    }

    How is it that not connected?

    RobotLegs done automatically, through the [insert] metadata tag.  Look at their documentation around mediators.

    Note that in RL, the "controller" is not really a thing. The Ombudsman would simply transmit queries of the view for the event bus, and from there, the Control Board would launch everything that controls are necessary.

  • Try to connect with valid credentials, CC sign me out, I can't connect to the web page with the same credentials. What is going on?

    I need to know if everyone is having the same problem. I'm on a MacPro, to 2009, with 32 GB of RAM, OSX 10.9.4 - is there any required software, Java, for example, it's that I need installed? Need help. Thanks in advance for any help.

    Hi William,.

    Please see the below help document to uninstall the creative cloud of your machine:

    Use the CC cleaning tool to resolve installation problems. CC, CS3 - CS6

    Kind regards

    Sheena

  • It Possible to work with the same object instance Calendar?

    Dear Experts

    Can you please help me with this one... I get the same experience for all employees even if I changed the dates:

    Maybe to get the complete code you will be an overview
    import java.util.Calendar;
    
     class Employee {
        private Calendar doj;
        private String empname;
        void setEmpName(String empname)
        {
            this.empname = empname;
        }
        String getEmpName()
        {
            return this.empname ;
        }
        void setDoj(Calendar doj)
        {
            this.doj = doj;
        }
        Calendar setDoj()
        {
            return this.doj ;
        }
        int ExperienceInYears(Calendar now)
        {
                int todayday=0,dobday=0;
                if (doj.after(now)) {
                throw new IllegalArgumentException("Date Error! Doj > today");
            }
            int year1 = now.get(Calendar.YEAR);
            int year2 = doj.get(Calendar.YEAR);
            int yrs = year1 - year2;
            int todaymonth = now.get(Calendar.MONTH);
            int dobmonth = doj.get(Calendar.MONTH);
            if (dobmonth > todaymonth)
            {
                yrs--;
            }
            else if (todaymonth == dobmonth)
            {
                todayday = now.get(Calendar.DAY_OF_MONTH);
                dobday = doj.get(Calendar.DAY_OF_MONTH);
                if (dobday > todayday)
                {
                    yrs--;
                }
            }
            return yrs;
        }
    }
    
    public class Main {
        public static void main(String[] args) {
            Calendar doj,today;
            int yrs;
            today = Calendar.getInstance();
            doj = Calendar.getInstance();
            today.set(2011, 3, 14);
    
            Employee e1 = new Employee();
            Employee e2 = new Employee();
            Employee e3 = new Employee();
    
            e1.setEmpName("John Denver");
            doj.set(1990, 1, 2);   // First Time
            e1.setDoj(doj);
         
            e2.setEmpName("Olivia Newton");
            doj.set(2002, 12, 12); // Second Time
            e2.setDoj(doj);
    
            e3.setEmpName("Neil Diamond");
            doj.set(2005, 3,3);    //Third time
            e3.setDoj(doj);
    
            yrs=e1.ExperienceInYears(today);
            System.out.println("The Employee " + e1.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e2.ExperienceInYears(today);
            System.out.println("The Employee " + e2.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e3.ExperienceInYears(today);
            System.out.println("The Employee " + e3.getEmpName()+ " has " + yrs + " years of exprience" );
        }
    }
    Published by: standman on March 14, 2011 12:37

    standman wrote:
    If I have three different dojs can I get the right answer! But why?

    What said Kayaman; However, now that you know this, you see that there is a much better way to set up your employees? (Hint: think of an employee (String, int, int, int) constructor).

    Winston

  • Computer with the best care runs slower with the same VI

    We just build new computers to run our labview acquisition program. However, the new computers are running much slower than the 'old' software. The new computers are Intel (Core i7) clocked at 2.66 GHz with 2 GB of DDR3 1333 MHz ram, while old computers are Dell Dimension 9150 Pentium D 2.8 GHz processors with 1 GB 667 MHz ram. Two computers use a PCI-6711, 6052 for acquisition of data and National Instruments. The decrease in speed is particularly evident during the acquisition of data (for both saved and unsaved data). Any ideas why our newest computer to run a slower program?

    Thank you.

    Jordan

    Apparently, this is a problem with multi-threading. NOR has a multi-threading manual in the labview library.

  • Can I work with the same proyect in two Macs?

    I have created a book iPhoto in Mac Pro on a trip, it is possible to continue this project with my Mac at home? If it were possible, how?

    By moving the library from one Mac to the other.

    But... Apple is no longer selling books and other documents printed via iPhoto or Aperture. This service ceased on 3 March 2016. Print products can be purchased through the new Photos.app which comes with OS 10.10 or later version.

  • Multiple simultaneous connections to a secure area with the same id/password user

    I was wondering if someone can answer this.

    We are creating a secure member area - there will be 3 area secure, air-conditioned and equipped with identical conent - a (one-time) 3 day trial, monthly subscription (recurring) and annual subscription (recurring).

    The user logs in the generic secure area.

    At this point, we can have multiple simultaneous connections with the same credentials in the secure area user - I was expecting it to be like the administration area where you get hunted if someone else logs into your account.

    Is there a way to limit the number of simultaneous connections with the same ID and password to a secure area (generic)?

    See you soon

    Pat

    This is actually a bug that they re not for awhile. If you connect to another place he should expel you from the other source of security.

  • Why ERP login does not work in the same host?

    Hello
    I installed 5 OEL and Oracle ERP 12.0.4. Everything went smoothly, all services are up & running and capable of connection/working from a remote computer on the network using microsoft xp. Why don't ERP login page does not work in the same host (linux server) using Mozilla Firefox? I missed extra configuration?

    Concerning

    Hello

    You go head with the downloaded version. It will work Fine.

    Thank you
    Yakub.

    Published by: 900856 on November 27, 2012 12:58 AM

  • Nightly Ubuntu connects not with Ubuntu 11.10 3.0.0 - 17-generic, but firefox 11.0 kernel is still working in the same kernel version (the source of the problem since 3.0.0 - 16A gave no problem)

    Every night of Ubuntu does not connect (crashes and doesn't stop not withouyt one kill pkill or root) with Ubuntu 11.10 and the recent 3.0.0 - 17-generic kernel

    11.0 Firefox still works in the same kernel version and I use it now. The source of the problem is perhaps the core Ubuntu since 3.0.0 - 16 core gave no problem

    Hello

    Please also check if this happens in a new profile. If the new profile is correct, you can later copy the necessary personal data of the old profile. Firefox stores your personal data and settings in a different location (folder profile) separated from its files/folder. A new profile would default Firefox settings (Tools (Alt + T) > Options, and topic: config ) and usually also would be vacuum of Extensions and themes (appearance) in tools > Add-ons) and their parameters. In addition, a new profile would have no previous website stored data/settings etc, (Tools > clear recent history).

    Profiles Howto

    Files & profile folder

    Subject: config entries

    You may also be able to find useful info here.

  • X 800 VS X 1600: I currently have a 256 MB x 1600... IM wondering if it is better than x 800 with the same memory. (256 MB)

    I currently have a 256 MB x 1600... IM wondering if it is better than x 800 with the same memory. (256 MB)

    I currently have a 256 MB x 1600... IM wondering if it is better than x 800 with the same memory. (256 MB)

    If you're talking about Ati graphics cards, then Yes, but both are very old.

Maybe you are looking for

  • IMac G5 will not load into recovery mode

    I have a 2005/2006 IMac G5. I started it yesterday, after a few years in the area. He started well, so I ran the updates. After the system shuts down, it has not restarted. When I turn it on it come to la? and file screen. I tried both Internet recov

  • 12 pics of the Firefox processor

    Pics of the uncontrollable processor because of Firefox. I just read the pages of text (documentation), all the computer is running at 2% cpu and occasionally firefox uses 100% of CPU for 10-15 s. very unpleasant. Cooler to become noisy, I check the

  • Airport Extreme with AC wireless D-Link dongle

    Does anyone know the best Setup for this configuration?  I'm running the extreme last, among other airports, and I'm trying to connect on the side of the 5 g AC with a mid 2009 unibody MBP running El Capitan and a usb wifi interface D-Link DWA - 182

  • DEP close the nvidia Control Panel

    I have windows update and software Nvidia.  DEP stops repeatedly 3.9.731.0 Nvidia Control Panel application it is supposedly compatible with windows and requires the DEP run.  I don't have the ability to disable DEP.  Any suggestions?

  • 11.1.2.3 configuration maintenance for Standalone Essbase

    Hello gurus,We strive to apply 11.1.2.3 patching on Standalone Essbase 11.1.2.2.Here, we wanted to confirm as to how the EMP Configurator must be launched to the configuration of the components of the EMP?Should I run Setup using -forceRegistry comma