On my newest system generation, however, when the system boots, not only
does the taskbar stay visible, but the main Start menu also appears on the
screen, the same as if someone had clicked the Start button. If a mouse is
attached, clicking elsewhere on the screen will make this go away and the
taskbar hides, but this is obviously pretty annoying to say the least. Plus,
it will not go over too well on headless configurations.
Anyone know what might be going on here? Is this another one of those
obscure registry settings that I should tweak?
Doug Gordon
Doug G
You fixed your problems but I was just wanting to mention one tweak you can do at run time to completely hide the StartMenu and
Taskbar if needed.
This way your device users will not have any problems with the Explorer Shell GUI on the headless system.
Compile a simple app that makes a call to FindWindow() on "Shell_TrayWnd" window class name and then just do a ShowWindow(SW_HIDE)
for this window handle.
The same you should do with "Progman" and Desktop windows. You better also disable the windows (EnableWindow(FALSE)).
I've got a similar app code and binaries, let me know if you'd need it.
--
KM,
BSquare Corp.
www.bsquare.com
Doug
"KM" <konstmor@nospam_yahoo.com> wrote in message
news:ua2bB6dc...@TK2MSFTNGP10.phx.gbl...