1
我想通過PowerShell實例使用變量。 (我知道全局變量不好) 這是在PowerShell中通過實例定義變量的最佳方式嗎?其他想法? ($ global:變量未超過PowerShell實例)在PowerShell中使用全局變量的最佳方法?
[Environment]::SetEnvironmentVariable("TestVariable", "Test value.", "User")
[Environment]::GetEnvironmentVariable("TestVariable","User")
是的,我會建議使用一個文件,而不是使用註冊表,以及註冊表使用環境變量。 – JasonMArcher 2010-12-15 16:57:09