Hello,

I hope this doesn't show up as a doublepost.. I don't see my original post, guess i browsed away one step to quickly.. Anyway

I try to set the pagefile size with WRITEVALUE. With Regedit I see
"c:\pagefile.sys 512 512" as REG_MULTI_SZ

When I export the key I get:
"PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,35,00,31,00,32,00,20,00,35,00,31,00,\
32,00,00,00,00,00"

I tried to WRITEVALUE it as:
"c:\pagefile.sys|512|512","REG_MULTI_SZ"
or as
"hex(7):.....","REG_MULTI_SZ"

They all result in a system that doesn't boot

How ot do it?

Tx,
Bas