wxman Posted June 7, 2007 Posted June 7, 2007 I am trying to increase the size of available memory that WinPE 2.0 Utilizes. Also, I need to run a third party executable from IBM called IPSSEND.exe to establish raid arrays. When I try to run the executable WINPE tells me that the "file is not found" even though I know it is there.Does WinPE 2.0 limit what executables you can launch? I can of course execute imagex and other built in Widows PE executables.Thanks for the help. Wxman
kyor Posted June 8, 2007 Posted June 8, 2007 Perhaps the .exe program is 16-bit.You can only execute 32-bit programskyor
paxamime Posted June 9, 2007 Posted June 9, 2007 Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\FBWF]"WinPECacheThreshold"=dword:00000010;dword:00000010 = 16; 0x10 = 16Mb; 0x18 = 24Mb; 0x20 = 32Mb; 0x30 = 48Mb; 0x40 = 64Mb; 0x48 = 72Mb; 0x60 = 96Mb; 0x80 = 128Mb; 0x100 = 256MbThis will allow for you to change the size of your ram drive. Mount the hive and then change the settings.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now