79257721

Date: 2024-12-06 10:56:09
Score: 0.5
Natty:
Report link

Otherwise to avoid mistype when load Environment variable value to the current session, you could try:

$env:MY_VARIABLE = [Environment]::GetEnvironmentVariable("MY_VARIABLE", "User")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ygautomo