How to set user environment variables in Windows Server 2008 R2 as a normal user?












0















Edit

This is a duplicate of a question, however not the one identified. It is a duplicate of this question.



I am remotely logged into an instance of Windows Server 2012 as a regular user. I can't get administrative privileges. I have opened the environment variables control from control panel. The Path variable apparently can only be changed by the administrator. How do I modify the Path variable to include C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDE?



enter image description here










share|improve this question




















  • 1





    The path is in two parts. You can change the user part of the path variable.

    – DavidPostill
    Jan 2 at 19:47











  • Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

    – music2myear
    Jan 2 at 19:48











  • Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

    – Ramhound
    Jan 2 at 19:49













  • The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

    – music2myear
    Jan 2 at 19:50











  • @Ramhound I don't believe that user-session variables can be set that way.

    – music2myear
    Jan 2 at 19:52
















0















Edit

This is a duplicate of a question, however not the one identified. It is a duplicate of this question.



I am remotely logged into an instance of Windows Server 2012 as a regular user. I can't get administrative privileges. I have opened the environment variables control from control panel. The Path variable apparently can only be changed by the administrator. How do I modify the Path variable to include C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDE?



enter image description here










share|improve this question




















  • 1





    The path is in two parts. You can change the user part of the path variable.

    – DavidPostill
    Jan 2 at 19:47











  • Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

    – music2myear
    Jan 2 at 19:48











  • Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

    – Ramhound
    Jan 2 at 19:49













  • The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

    – music2myear
    Jan 2 at 19:50











  • @Ramhound I don't believe that user-session variables can be set that way.

    – music2myear
    Jan 2 at 19:52














0












0








0








Edit

This is a duplicate of a question, however not the one identified. It is a duplicate of this question.



I am remotely logged into an instance of Windows Server 2012 as a regular user. I can't get administrative privileges. I have opened the environment variables control from control panel. The Path variable apparently can only be changed by the administrator. How do I modify the Path variable to include C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDE?



enter image description here










share|improve this question
















Edit

This is a duplicate of a question, however not the one identified. It is a duplicate of this question.



I am remotely logged into an instance of Windows Server 2012 as a regular user. I can't get administrative privileges. I have opened the environment variables control from control panel. The Path variable apparently can only be changed by the administrator. How do I modify the Path variable to include C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDE?



enter image description here







environment-variables path windows-server-2012






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 3 at 1:17







pacmaninbw

















asked Jan 2 at 19:43









pacmaninbwpacmaninbw

1264




1264








  • 1





    The path is in two parts. You can change the user part of the path variable.

    – DavidPostill
    Jan 2 at 19:47











  • Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

    – music2myear
    Jan 2 at 19:48











  • Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

    – Ramhound
    Jan 2 at 19:49













  • The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

    – music2myear
    Jan 2 at 19:50











  • @Ramhound I don't believe that user-session variables can be set that way.

    – music2myear
    Jan 2 at 19:52














  • 1





    The path is in two parts. You can change the user part of the path variable.

    – DavidPostill
    Jan 2 at 19:47











  • Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

    – music2myear
    Jan 2 at 19:48











  • Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

    – Ramhound
    Jan 2 at 19:49













  • The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

    – music2myear
    Jan 2 at 19:50











  • @Ramhound I don't believe that user-session variables can be set that way.

    – music2myear
    Jan 2 at 19:52








1




1





The path is in two parts. You can change the user part of the path variable.

– DavidPostill
Jan 2 at 19:47





The path is in two parts. You can change the user part of the path variable.

– DavidPostill
Jan 2 at 19:47













Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

– music2myear
Jan 2 at 19:48





Do not cross-post. This is not a programming question, so the SO question should be closed/deleted.

– music2myear
Jan 2 at 19:48













Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

– Ramhound
Jan 2 at 19:49







Possible duplicate of Windows Server 2008 R2 Environment Variables. While the duplicate is with regards to Windows Server 2008 R2, the answer is still applicable to Windows Server 2012, since given the constraints only the user variable can be changed. It should only be necessary to modify the system Path variable if the application is being run as a different user while logged into another user.

– Ramhound
Jan 2 at 19:49















The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

– music2myear
Jan 2 at 19:50





The command prompt allows you to set Global (requiring admin rights) variables using SET, or User (not requiring admin rights) variables using the SETX command: superuser.com/questions/341192/…

– music2myear
Jan 2 at 19:50













@Ramhound I don't believe that user-session variables can be set that way.

– music2myear
Jan 2 at 19:52





@Ramhound I don't believe that user-session variables can be set that way.

– music2myear
Jan 2 at 19:52










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389909%2fhow-to-set-user-environment-variables-in-windows-server-2008-r2-as-a-normal-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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1389909%2fhow-to-set-user-environment-variables-in-windows-server-2008-r2-as-a-normal-user%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...