Run Desktop and Web Application as different Windows User Announcing the arrival of Valued...
I am having problem understanding the behavior of below code in JavaScript
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
Do I really need to have a message in a novel to appeal to readers?
Why do we bend a book to keep it straight?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Effects on objects due to a brief relocation of massive amounts of mass
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
What do you call the main part of a joke?
Hangman Game with C++
Is a ledger board required if the side of my house is wood?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
Trademark violation for app?
Why is it faster to reheat something than it is to cook it?
Is there a kind of relay that only consumes power when switching?
A term for a woman complaining about things/begging in a cute/childish way
How does Python know the values already stored in its memory?
What is this clumpy 20-30cm high yellow-flowered plant?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How does light 'choose' between wave and particle behaviour?
How do living politicians protect their readily obtainable signatures from misuse?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Is it fair for a professor to grade us on the possession of past papers?
Is there any word for a place full of confusion?
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
Run Desktop and Web Application as different Windows User
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to prompt a user for run-as credentials when double-clicking an icon?run vb6 application (.exe) on windows startup with out loginHow can I create a Windows shared folder which requires absolutely no authentication to write data?In Windows 7 Where/what are (if any) the settings that bypass the switch user screen and go directly to the authenication screen?Can windows allow a group of users remote control over a single user/desktop/environment?In Windows, is there a visual indicator for applications that are “run as different user”?Switching between user sessions in Windows (Virtual Desktop)Windows Server 2012 R2 - One Desktop, no matter the userCreate an application specific user on windowsRun Windows application with different locale setting
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a small Group of End Users who will be testing an Application. I need them to be able to sign in as different Users to test the Application's Windows Authentication capabilities. They are non technical End Users so I want to make this as easy as possible.
Ideally, I would like to create 5 batch files that embed each User's Windows credentials and distribute this to each of the End Users so they can emulate logging in as other people to the Test Application from their Windows 10 desktop. I don't want them to know the other passwords. If possible, all I want them to do is double click the file and have it launch the application as the Desired User. Is that possible without being prompted for User Credentials. I need to do this for both the desktop and web versions of the Application. Thanks
windows
New contributor
add a comment |
I have a small Group of End Users who will be testing an Application. I need them to be able to sign in as different Users to test the Application's Windows Authentication capabilities. They are non technical End Users so I want to make this as easy as possible.
Ideally, I would like to create 5 batch files that embed each User's Windows credentials and distribute this to each of the End Users so they can emulate logging in as other people to the Test Application from their Windows 10 desktop. I don't want them to know the other passwords. If possible, all I want them to do is double click the file and have it launch the application as the Desired User. Is that possible without being prompted for User Credentials. I need to do this for both the desktop and web versions of the Application. Thanks
windows
New contributor
add a comment |
I have a small Group of End Users who will be testing an Application. I need them to be able to sign in as different Users to test the Application's Windows Authentication capabilities. They are non technical End Users so I want to make this as easy as possible.
Ideally, I would like to create 5 batch files that embed each User's Windows credentials and distribute this to each of the End Users so they can emulate logging in as other people to the Test Application from their Windows 10 desktop. I don't want them to know the other passwords. If possible, all I want them to do is double click the file and have it launch the application as the Desired User. Is that possible without being prompted for User Credentials. I need to do this for both the desktop and web versions of the Application. Thanks
windows
New contributor
I have a small Group of End Users who will be testing an Application. I need them to be able to sign in as different Users to test the Application's Windows Authentication capabilities. They are non technical End Users so I want to make this as easy as possible.
Ideally, I would like to create 5 batch files that embed each User's Windows credentials and distribute this to each of the End Users so they can emulate logging in as other people to the Test Application from their Windows 10 desktop. I don't want them to know the other passwords. If possible, all I want them to do is double click the file and have it launch the application as the Desired User. Is that possible without being prompted for User Credentials. I need to do this for both the desktop and web versions of the Application. Thanks
windows
windows
New contributor
New contributor
New contributor
asked 10 hours ago
DMACDMAC
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
DMAC is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427146%2frun-desktop-and-web-application-as-different-windows-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
DMAC is a new contributor. Be nice, and check out our Code of Conduct.
DMAC is a new contributor. Be nice, and check out our Code of Conduct.
DMAC is a new contributor. Be nice, and check out our Code of Conduct.
DMAC is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427146%2frun-desktop-and-web-application-as-different-windows-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown