You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I tried many powershell scripts, including yours, but none of them work. While the cmd script is running
@ECHO OFF
REM usage: append_system_path "path"
SET Key="HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"
FOR /F "usebackq tokens=2*" %%A IN (`REG QUERY %Key% /v PATH`) DO Set CurrPath=%%B
ECHO %CurrPath% > system_path_bak.txt
SETX /M PATH "%CurrPath%;%1
The text was updated successfully, but these errors were encountered:
Unfortunately, I tried many powershell scripts, including yours, but none of them work. While the cmd script is running
The text was updated successfully, but these errors were encountered: