• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • I’m only commenting this because you said you’re stuck on Win11 and not defending it, but…

    Using winget and Chocolately will make your app installation much better.

    Also, to reload your path variable in a PowerShell prompt you can run the following:

    $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

    Again, your gripes are all legitimate, but these might help ease your pain.