To Implement the Build info in the Registry Simply add below TS steps at the end of task sequence Each Step explanation Branding – TSeq Build Date: add a ts type as Run command line Command line: cmd /c reg add HKEY_LOCAL_MACHINESOFTWARECSCSOE /v TaskSequence_BuildDate /d "%date% %time%" /f For getting Task Sequence Name in the Registry: Branding – TSeq Name:- Command line :- reg add HKEY_LOCAL_MACHINESOFTWARECSCSOE /v TaskSequence_Name /d "%_SMSTSPackageName%" /f For Branding – WIM Version Command line: reg add HKEY_LOCAL_MACHINESOFTWARECSCSOE /v WIM_Version /d "%OSDImageVersion%" /f For Branding – Country Code :- Note the TS Env should be define for this Command line:- reg add HKEY_LOCAL_MACHINESOFTWARECSCSOE /v Country /d "%cmCountry%" /f