|
WOW .
it seems i have found the issue .
in script file put the following , ( we use scripts in winbuilder to add apps , drivers etc )
a user at boot-Land forums , JFX made a script to enable themes . he used the chinese guys methods and port to winbuilder . he uses the following lines ,
[PECMD]
// Use PECMD rather than PELoader
RegWrite,HKLM,0x1,WB-Setup\Setup,CmdLine,"PECMD.EXE MAIN %SystemRoot%\SYSTEM32\PECMD.INI"
If,%LogonType%,Equal,True,RegWrite,HKLM,0x4,"WB-Software\Microsoft\Windows NT\CurrentVersion\Winlogon",LogonType,1
FileCopy,%ScriptDir%\PECMD\PECMD.exe,%target_sys%,NOWARN
FileCopy,%ScriptDir%\PECMD\PECMD.ini,%target_sys%,NOWARN
//
now the following is in his PECMD.INI ,
FIND Explorer.EXE,!TEAM SHEL %WinDir%\EXPLORER.EXE|LOGO|TEXT
now should i add the following before the above line or after ?
PECMD FILE C:\PAGEFILE.SYS
PECMD PAGE C:\PAGEFILE.SYS 64 128 |
|