w10install/scripts/modify-path.cmd
Michael H.G. Schmidt 84f3642c6e .
2021-01-27 22:05:17 +01:00

12 lines
457 B
Batchfile

@echo off
echo ####### %0 #######
echo setting PATH variable (for all users) ...
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^
/d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^
/v PATH /t REG_EXPAND_SZ /f
echo ####### %0 #######