I was looking for a way to change the script default start menu items layout - by using the saved "start menu setting.xml" - to list more of a common start menu item list..
This means I had to save the settings, use additional files to save the xml into the build, select restore menu setting from the build, find the xml, restart classic start menu..
I also found that the default display driver setting on my build (without the proper system graphic driver) was 600x800 and only allows 18 menu items to be displayed..
This is what I came up with to solve my wanted changes..
//--
RegWrite,HKLM,0x7,Tmp_Default\Software\IvoSoft\ClassicStartMenu\Settings,MenuItems7,\
Item1.Command=user_documents,\
Item2.Command=user_pictures,\
Item3.Command=user_music,\
Item4.Command=user_videos,\
Item5.Command=downloads,\
Item6.Command=separator,\
Item7.Command=favorites,\
Item8.Command=recent_documents,\
Item9.Command=network,\
Item10.Command=network_connections,\
Item10.Settings=NOEXPAND,\
Item11.Command=separator,\
Item12.Command=computer,\
Item12.Label=Computer,\
Item13.Command=control_panel,\
Item13.Settings=TRACK_RECENT,\
Item14.Command=%SystemRoot%\System32\msinfo32.exe,\
Item14.Label=System Information,\
Item14.Icon=%SystemRoot%\System32\msinfo32.exe#$c399,\
Item14.Settings=NOEXPAND,\
Item15.Command=run,\
Item16.Command=separator,\
Item17.Command=%ProgramFiles%\Classic Shell\exitwpe.exe -restart,\
Item17.Label=Restart,\
Item17.Tip=Restart The Computer,\
Item17.Icon=%ProgramFiles%\Classic Shell\restart.ico,\
Item17.Settings=NOEXPAND,\
Item18.Command=%ProgramFiles%\Classic Shell\exitwpe.exe -poweroff,\
Item18.Label=Shut Down,\
Item18.Tip=Shut Down The Computer,\
Item18.Icon=%ProgramFiles%\Classic Shell\shutdown.ico,\
Item18.Settings=NOEXPAND,\
NoWarn
RegHiveUnLoad,Tmp_Default
[AddPins]