Sign in as a Different User
Posted by CJ on May 7, 2009
This little feature has caused myself so many problems for different clients. Some of the main issues I have come across include:
- Still runs .Net code under the person who has logged into the computer
- Creates authentication issues for end users when trying to open an Intranet bowser. Have to remove their user profiles to fix
I recommend to anyone now to find the IExplore.exe (right click your shortcut and select Properties, then click the ”Find Target” button), right click and select the ”run as”. Enter the credentials of the user you wish to log in as.
This still won’t run .Net code under the new credentials you have entered but I have not come across any authentication issues using this approach so far.