I would like to understand the meaning. Please a few words of explanation.
You take the location of your most recent TiWorker : C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.26100.4651_none_a510910d775cffb2\TiWorker.exe
Convert it to hex with UTF16LE encoding:
String to Hex | ASCII to Hex Code Converter
43,00,3A,00,5C,00,57,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,57,00,69,00,6E,00,53,00,78,00,53,00,5C,00,61,00,6D,00,64,00,36,00,34,00,5F,00,6D,00,69,00,63,00,72,00,6F,00,73,00,6F,00,66,00,74,00,2D,00,77,00,69,00,6E,00,64,00,6F,00,77,00,73,00,2D,00,73,00,65,00,72,00,76,00,69,00,63,00,69,00,6E,00,67,00,73,00,74,00,61,00,63,00,6B,00,5F,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,5F,00,31,00,30,00,2E,00,30,00,2E,00,32,00,36,00,31,00,30,00,30,00,2E,00,34,00,36,00,35,00,31,00,5F,00,6E,00,6F,00,6E,00,65,00,5F,00,61,00,35,00,31,00,30,00,39,00,31,00,30,00,64,00,37,00,37,00,35,00,63,00,66,00,66,00,62,00,32,00,5C,00,54,00,69,00,57,00,6F,00,72,00,6B,00,65,00,72,00,2E,00,65,00,78,00,65,00
Modify the fix script (SFCFIX) with the location so it matches the format(note there is a 32 bit location and 64 bit locations:
::
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0823B6F8-F499-4d5e-B885-EA9CB4F43B24}\LocalServer32]
@=hex(2):43,00,3A,00,5C,00,57,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,57,\
00,69,00,6E,00,53,00,78,00,53,00,5C,00,61,00,6D,00,64,00,36,00,34,00,\
5F,00,6D,00,69,00,63,00,72,00,6F,00,73,00,6F,00,66,00,74,00,2D,00,77,\
00,69,00,6E,00,64,00,6F,00,77,00,73,00,2D,00,73,00,65,00,72,00,76,00,\
69,00,63,00,69,00,6E,00,67,00,73,00,74,00,61,00,63,00,6B,00,5F,00,33,\
00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,\
34,00,65,00,33,00,35,00,5F,00,31,00,30,00,2E,00,30,00,2E,00,32,00,36,\
00,31,00,30,00,30,00,2E,00,34,00,31,00,39,00,33,00,5F,00,6E,00,6F,00,\
6E,00,65,00,5F,00,61,00,35,00,34,00,61,00,37,00,34,00,34,00,31,00,37,\
00,37,00,33,00,31,00,30,00,63,00,39,00,62,00,5C,00,54,00,69,00,57,00,\
6F,00,72,00,6B,00,65,00,72,00,2E,00,65,00,78,00,65,00
[HKEY_CLASSES_ROOT\CLSID\{0823B6F8-F499-4d5e-B885-EA9CB4F43B24}\LocalServer32]
@=hex(2):43,00,3A,00,5C,00,57,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,57,\
00,69,00,6E,00,53,00,78,00,53,00,5C,00,61,00,6D,00,64,00,36,00,34,00,\
5F,00,6D,00,69,00,63,00,72,00,6F,00,73,00,6F,00,66,00,74,00,2D,00,77,\
00,69,00,6E,00,64,00,6F,00,77,00,73,00,2D,00,73,00,65,00,72,00,76,00,\
69,00,63,00,69,00,6E,00,67,00,73,00,74,00,61,00,63,00,6B,00,5F,00,33,\
00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,\
34,00,65,00,33,00,35,00,5F,00,31,00,30,00,2E,00,30,00,2E,00,32,00,36,\
00,31,00,30,00,30,00,2E,00,34,00,31,00,39,00,33,00,5F,00,6E,00,6F,00,\
6E,00,65,00,5F,00,61,00,35,00,34,00,61,00,37,00,34,00,34,00,31,00,37,\
00,37,00,33,00,31,00,30,00,63,00,39,00,62,00,5C,00,54,00,69,00,57,00,\
6F,00,72,00,6B,00,65,00,72,00,2E,00,65,00,78,00,65,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{0823B6F8-F499-4d5e-B885-EA9CB4F43B24}\LocalServer32]
@=hex(2):43,00,3A,00,5C,00,57,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,57,\
00,69,00,6E,00,53,00,78,00,53,00,5C,00,78,00,38,00,36,00,5F,00,6D,00,\
69,00,63,00,72,00,6F,00,73,00,6F,00,66,00,74,00,2D,00,77,00,69,00,6E,\
00,64,00,6F,00,77,00,73,00,2D,00,73,00,65,00,72,00,76,00,69,00,63,00,\
69,00,6E,00,67,00,73,00,74,00,61,00,63,00,6B,00,5F,00,33,00,31,00,62,\
00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,\
33,00,35,00,5F,00,31,00,30,00,2E,00,30,00,2E,00,32,00,36,00,31,00,30,\
00,30,00,2E,00,34,00,31,00,39,00,33,00,5F,00,6E,00,6F,00,6E,00,65,00,\
5F,00,34,00,39,00,32,00,62,00,64,00,38,00,62,00,64,00,62,00,65,00,64,\
00,33,00,39,00,62,00,36,00,35,00,5C,00,54,00,69,00,57,00,6F,00,72,00,\
6B,00,65,00,72,00,2E,00,65,00,78,00,65,00