Adding/Editing Registry Settings to a WinRE build
Posted: Sun Oct 13, 2024 10:11 pm
Need to add the following lines to the build
Are these good to add to Buildscript.cmd?
Code: Select all
reg add "HKCU\Software\Super Software\AppPro" /f /v "Name" /t REG_SZ /d "JJBenitez"
reg add "HKCU\Software\Super Software\AppPro" /f /v "Company" /t REG_SZ /d "JJBenitezCo"
Code: Select all
reg add "HKCU\TBWINPE_SOFTWARE\Super Software\AppPro" /f /v "Name" /t REG_SZ /d "JJMengano"
reg add "HKCU\TBWINPE_SOFTWARE\Super Software\AppPro" /f /v "Company" /t REG_SZ /d "JJMenganoCo"