Windows 10: environment variable

Discus and support environment variable in Windows 10 Customization to solve the problem; What would happen when we deleted all the environment variable system directory.... Discussion in 'Windows 10 Customization' started by Hrithik Kumar_ind, May 4, 2020.

  1. environment variable


    What would happen when we deleted all the environment variable system directory.

    :)
     
    Hrithik Kumar_ind, May 4, 2020
    #1
  2. MCK
    mck Win User

    System environment variable won't stick

    Running Win10 Home on an Acer Spin 3, 64bit, i7cpu. I try to add a path to the system environment variables by:

    1. Control Panel > System > Advanced system settings > Advanced tab > Environment variables

    2. The "Environment Variables" window opens.
    3. In the "System Variables" pane I select "Path" and click the EDIT button.
    4. A list of the current system paths is displayed.
    5. I click the NEW button, browse to the path I want to add which is "C:\Python36-32" and click OK. The path "C:\Python36-32" is added to the list of current system paths.
    6. I click OK and am returned to the "Environment Variables" window.
    7. I click the "X" at the top right to close the "Environment Variables" window.

    Now if I click the "Environment Variables" button again (end of step-1) and repeat steps 2-4, the new path I added in step-5 is gone. IOW, adding a new path won't stick.

    What am I doing wrong?
     
  3. Searching environment variable in list

    I'm using a command that gives me a list of environment variables. When searching in the list, I want to find all environment variables with the word
    EXTERNAL; using the following command all that is occurring is all the environment variables are being listed instead of those environment variables with the word
    EXTERNAL ?

    findstr /c "EXTERNAL"
     
    StraightWorld, May 4, 2020
    #3
  4. Bree Win User

    environment variable

    System environment variable won't stick

    Yes, there's an OK button for each step.


    environment variable [​IMG]
     
    Bree, May 4, 2020
    #4
Thema:

environment variable

Loading...
  1. environment variable - Similar Threads - environment variable

  2. Environment Variables not working

    in Windows 10 Gaming
    Environment Variables not working: I try to set the environment variable eiamCli.I saw in powershell the the env var was set good using "Get-ChildItem Env:".But each time I try using it I get 'eiamCli' is not recognized as an internal or external command, operable program or batch fileOther vars work good.What...
  3. Environment Variables not working

    in Windows 10 Software and Apps
    Environment Variables not working: I try to set the environment variable eiamCli.I saw in powershell the the env var was set good using "Get-ChildItem Env:".But each time I try using it I get 'eiamCli' is not recognized as an internal or external command, operable program or batch fileOther vars work good.What...
  4. Environment Variables not working

    in Windows 10 Customization
    Environment Variables not working: I try to set the environment variable eiamCli.I saw in powershell the the env var was set good using "Get-ChildItem Env:".But each time I try using it I get 'eiamCli' is not recognized as an internal or external command, operable program or batch fileOther vars work good.What...
  5. i need help my school computer isnt working no directory for environment variable

    in Windows 10 Gaming
    i need help my school computer isnt working no directory for environment variable: i need help missing files and no app will download cant reset or do anythging at all https://answers.microsoft.com/en-us/windows/forum/all/i-need-help-my-school-computer-isnt-working-no/ec9a3b99-66a5-4516-a54b-439341f37143
  6. i need help my school computer isnt working no directory for environment variable

    in Windows 10 Software and Apps
    i need help my school computer isnt working no directory for environment variable: i need help missing files and no app will download cant reset or do anythging at all https://answers.microsoft.com/en-us/windows/forum/all/i-need-help-my-school-computer-isnt-working-no/ec9a3b99-66a5-4516-a54b-439341f37143
  7. Powershell breaks with semicolons in the PATH environment variable

    in Windows 10 Gaming
    Powershell breaks with semicolons in the PATH environment variable: I've been going down a rabbit hole with how Powershell processes the PATH environment variable. I am developing a program that helps manage the PATH, and I recently discovered that it has issues when a path containing semicolons is added to the PATH.According to [this comment...
  8. Powershell breaks with semicolons in the PATH environment variable

    in Windows 10 Software and Apps
    Powershell breaks with semicolons in the PATH environment variable: I've been going down a rabbit hole with how Powershell processes the PATH environment variable. I am developing a program that helps manage the PATH, and I recently discovered that it has issues when a path containing semicolons is added to the PATH.According to [this comment...
  9. Powershell breaks with semicolons in the PATH environment variable

    in Windows 10 Network and Sharing
    Powershell breaks with semicolons in the PATH environment variable: I've been going down a rabbit hole with how Powershell processes the PATH environment variable. I am developing a program that helps manage the PATH, and I recently discovered that it has issues when a path containing semicolons is added to the PATH.According to [this comment...
  10. How Do I Combine an Environment Variable?

    in Windows 10 Customization
    How Do I Combine an Environment Variable?: How do I combine an environment variable?Should a combined environment variable be something like this?“C:\mesa3d-24.0.1-release-msvc\x86” + “C:\mesa3d-24.0.1-release-msvc\x64” = “C:\mesa3d-24.0.1-release-msvc\;”...