Projects\Win8.1SE\Shell\ClassicShell.Script
--------------------
[ClassicShellConfig]
......
.....
RegWrite,HKLM,0x7,Tmp_Default\Software\IvoSoft\ClassicStartMenu\Settings,MenuItems7,\
......
.....
Item8.Tip=Windows Task Manager,\
Item8.Icon=%SystemRoot%\System32\taskmgr.exe, 107,\ <-------- error see (1) below
Item8.Settings=NOEXPAND,\
......
.....
Item17.Command=%SystemRoot%\System32\msinfo32.exe,\
Item17.Label=System Information,\
Item17.Tip=Run Microsoft msinfo32,\
Item17.Icon=%SystemRoot%\System32\msinfo32.exe, 399,\ <--------- error see (2) below
Item17.Settings=NOEXPAND,\
......
.....
should be
(1) Item8.Icon=%SystemRoot%\System32\taskmgr.exe#$c107,\
(2) Item17.Icon=%SystemRoot%\System32\msinfo32.exe#$c399,\
or "Item8.Icon=%SystemRoot%\System32\taskmgr.exe, 107" will be split up 2 line "Item8.Icon=%SystemRoot%\System32\taskmgr.exe" and "107" in registry value