Hi Tux-Box1,
QUOTE (Tux-Box1 @ Mar 22 2011, 05:35 PM)

Hello,
I've tried both of these and have yet to get the desired results. Can some one who has successfully done this Enable a task bar in bartPE, guide me through doing it?
Thanks
XPE v1.0.7 is working fine but make sure that the XPE plugin was processed after the Nu2Menu plugin, especially if you are running Pe-Builder on a FAT32 drive!
To verify this open the log file "pebuilder.log" and looking for the following two lines:
Processing INF file "[PeBuilder path]\plugin\nu2menu\nu2menu.inf"
and
Processing INF file "[PeBuilder path]\plugin\XPE\xpe.inf"The line with
Processing INF file [...] xpe.inf must be write after the line with
Processing INF file [...] nu2menu.inf!
If that not the case rename the XPE plugin folder e.g. from "XPE" to "Z+XPE" and try again!
(To check the right directory order open a DOS Box (or CMD prompt) change to the plugins folder and type "dir", XPE should be listed after nu2menu! On a FAT32 drive that order can be different from the order displayed in the Windows Explorer!)To show the Task bar in XPE permanently (without auto hide) open in the XPE plugin folder the file "
xpe-defaults.inf" and
replace the section:
CODE
; TaskBar on Top - Autohide
0x3,"Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2","Settings",\
28,00,00,00,ff,ff,ff,ff,03,00,00,00,01,00,00,00,3c,00,00,00,1e,00,00,00,fe,\
ff,ff,ff,fe,ff,ff,ff,02,04,00,00,1c,00,00,00
with
CODE
; TaskBar on Bottom - No Autohide
0x3,"Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2","Settings",\
28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00,00,3f,00,00,00,1e,00,00,00,fe,\
ff,ff,ff,e4,02,00,00,02,04,00,00,02,03,00,00
ORCODE
; TaskBar on Top - No Autohide
0x3,"Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2","Settings",\
28,00,00,00,ff,ff,ff,ff,02,00,00,00,01,00,00,00,54,00,00,00,22,00,00,00,00,\
00,00,00,00,00,00,00,00,05,00,00,22,00,00,00
Then make sure in the Pe-Builder "Plugins" setup the plugins "[Sherpya] Windows XPE v1.0.7" and "[Sherpya] Windows XPE: Defaults v1.0.7" are activated!
Regards
NickOlsen