w10install/scripts/modify-path.cmd

12 lines
420 B
Batchfile
Raw Normal View History

2021-01-12 20:57:33 +01:00
@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;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^
/v PATH /t REG_EXPAND_SZ /f
echo ####### %0 #######