Hi Lancelot
This is a great project. I used Win10_2004_English_x32.iso for the source. That made the Azin project come to life. Took a little time to sort out, but I was having a hard time getting the Windows_x86 working and this does the trick. A couple to plugin made the process stop build. The Components "Search" stop the build, so work around is AgentRansack_2016.Script. The Components "SnippingTool" wouldn't run but easy fix[Process_Normal]
If,Not,ExistVar,%OS%,IniRead,%ProjectDir%\script.project,IniVariables,OS,%OS%
Set,%t%,0
If,%OS%,Equal,Win8.1,Set,%t%,1
If,%OS%,Equal,Win10,Set,%t%,1
//Bypass version temporary
Set,%t%,1
Also added[SnippingToolSetting]
RegHiveLoad,Tmp_Default,%RegDefault%
// Free-form Snip
If,%pScrollBox1%,Equal,Free-form,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\TabletPC\Snipping Tool",CaptureMode,1
// Rectangular Snip
If,%pScrollBox1%,Equal,Rectangular,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\TabletPC\Snipping Tool",CaptureMode,2
// Window Snip
If,%pScrollBox1%,Equal,Window,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\TabletPC\Snipping Tool",CaptureMode,3
// Full-screen Snip (No key fot that)
// Added line
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\TabletPC\Snipping Tool",IsScreenSketchBannerExpanded,0
RegHiveUnLoad,Tmp_Default
Keep up the great work :thumbsup: