79257731

Date: 2024-12-06 10:59:11
Score: 1
Natty:
Report link

So you want to refresh the Environment variable in current session. You could try:

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

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