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

后端 未结 8 1211
不知归路
不知归路 2020-12-13 11:56

In older versions of Windows, it was just open the Control Panel, select the System applet, select the Advanced tab, and then hit the Environment variables button. As a nor

相关标签:
8条回答
  • 2020-12-13 12:47

    This can be done from the command line using the SETX command. For example to 'move' your temporary files to another disk:

    SETX TEMP d:\tmp
    
    0 讨论(0)
  • 2020-12-13 12:47

    I created a godmode folder on the desktop. just create a new folder on the desktop and call it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} it will name the folder as godmode and populate the content with various config options, you can then just type in ENVIRO in the search to find the relevant config option, open it and it opens sysdm.cpl in the advanced tab, you can change the environment variables from there.

    0 讨论(0)
提交回复
热议问题