What is the problem this feature would solve?
Script uses User scope when adding platform-tools dir to Path
[Environment]::SetEnvironmentVariable("Path", $newPath, "User")
So then will be good practice to install platform-tools to AppData/Local for current user
$LocalAppData = [Environment]::GetFolderPath("LocalApplicationData")
What is the feature you are proposing to solve the problem?
What alternatives have you considered?
No response