|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Show Msgbox in SYSTEM accountHi,
I have an application to be run as Local System Account, it suppose to show a msgbox to the user but it doesnt show anything. I know that app run as system is not visible but is there any other way to show something? Thanks in advance. Rgds, Joel Joel,
Is it a service? -- Show quoteHide quoteNewbie Coder (It's just a name) <joel_di***@yahoo.com> wrote in message news:1178105944.053314.239240@y80g2000hsf.googlegroups.com... > Hi, > > I have an application to be run as Local System Account, it suppose to > show a msgbox to the user but it doesnt show anything. > > I know that app run as system is not visible but is there any other > way to show something? > > Thanks in advance. > > Rgds, > Joel > if this is a service ... it is a bad idea to show the user a message box ...
this could freeze the service. however, if you do want to run this as a service and have a messagebox appear for a user... Go to the administration tools > Services > find your service > properties > second tab (Log On) information , check the 'Allow Service to interact with desktop' .. Jeff. <joel_di***@yahoo.com> wrote in message Show quoteHide quote news:1178105944.053314.239240@y80g2000hsf.googlegroups.com... > Hi, > > I have an application to be run as Local System Account, it suppose to > show a msgbox to the user but it doesnt show anything. > > I know that app run as system is not visible but is there any other > way to show something? > > Thanks in advance. > > Rgds, > Joel > On May 2, 9:09 am, "jeff" <jhersey at allnorth dottt com> wrote: Be advised that this will no longer work on Windows Vista> Go to the administration tools > Services > find your service > properties > > second tab (Log On) information , check the 'Allow Service to interact with > desktop' .. joel_di***@yahoo.com wrote:
> I have an application to be run as Local System Account, it suppose to That's to be expected.> show a msgbox to the user but it doesnt show anything. Services [used to] run an a "virtual desktop" that nobody can actually get to see. Popping up a dialog in this way would hang the service process, so it's actively prevented, with the message usually going to the Event Log instead. I believe that the ability for Services to "interact with the desktop" is being /removed/ from newer versions of Windows. > I know that app run as system is not visible but is there any other Lots - most of which will require a process to be running in the user's > way to show something? interactive session. Regards, Phill W. Hi Phill, Jeff,
Thanks for your replies. This is just a plain VB.Net application intended to run by Altiris (as System). It displays a msgbox that tells user to restart the pc (yes/ no). I just want this msgbox to appear. Can anybody guide me how to do this? Thanks. Rgds, Joel Phill W. wrote: Show quoteHide quote > joel_di***@yahoo.com wrote: > > > I have an application to be run as Local System Account, it suppose to > > show a msgbox to the user but it doesnt show anything. > That's to be expected. > > Services [used to] run an a "virtual desktop" that nobody can actually > get to see. Popping up a dialog in this way would hang the service > process, so it's actively prevented, with the message usually going to > the Event Log instead. > > I believe that the ability for Services to "interact with the desktop" > is being /removed/ from newer versions of Windows. > > > I know that app run as system is not visible but is there any other > > way to show something? > > Lots - most of which will require a process to be running in the user's > interactive session. > > Regards, > Phill W.
Deleting blanks in a string
System tray icon does not always show when starting app when Windows starts Suggestions to learn vb.net Best method to parse this flat file Datasource question Access DB Upgrade Help.ShowPopup for all Textboxes on Form? If else and what ever :( (Newbie) Help with WMI error message - "The object exporter specified was not found" get DB results from inner join update |
|||||||||||||||||||||||