Missing Menu Items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey guys, I built a runtime image, deployed it and when everything is said
and done, I'm missing things like control panel, my computer etc in the start
menu, all that is there is shutdown and logoff.

What components must I add to add things like my computer, run, etc.

The broader question is that we're trying to load our Machinery Controls
Software on here, but we want to include access to little as possible. Like,
if possible, to load the software we want to avoid giving people access to
IE, or run, or anything else. We can't load the software directly into the
xpe image because we do updates too often and don't want to have to reload
the whole o/s every time.

The best way I could think of it, how do I add things like logon to domain,
because we have a domain, then I can have batch scripts that run at logon,
that load the software, and automatically start it up? What components must
I add to achieve this?


Thanks, Mark
 
Hi Mark,

Piece of advice what to read about it might give you idea what or better how to do things.

Read about DUA and how to use it to update running OS and applications (including your app).
http://msdn.microsoft.com/library/d...n-us/xpehelp/html/xeconDeviceUpdateAgent3.asp

Something about making your app to run as custom shell.
http://msdn.microsoft.com/library/d...help/html/xetbsHowToCreateCustomizedShell.asp

"User Interface Core" component.
http://msdn.microsoft.com/library/d...lp/html/xeconExplorerShellDefaultSettings.asp

Regards,
Slobodan
 
Ok well What components would I add if I wanted to add the RUN option to my
start menu?
 
Mark,

As Slobodan already mentioned, please check out "User Interface Core" component settings page. You should see "Show Run .." option
there.
 
Hi Mark,

Like I said: "User Interface Core" in its properties set set check box "Show Run on Start menu"

Regards,
Slobodan
 
Back
Top