Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Security

Notices

Reply

Service interaction with user

 

LinkBack Thread Tools Display Modes
Old 07-23-2007, 12:59 PM   #1 (permalink)
Default Service interaction with user

Hi

we have an application which runs as windows nt service .It
frequently interacts with user and shows many dialog boxes .

But on windows vista it is throwing security dialog for each dialog
box service is trying to show to user for interaction .

How to avoid this security dialog box ?


Thanks,

Rajender saini

rajendersaini@gmail.com
Guest
 
Posts: n/a
Reply With Quote  
Old 07-23-2007, 01:19 PM   #2 (permalink)
Default Re: Service interaction with user

<rajendersaini@gmail.com> wrote in message
news:1185195549.280384.284040@i13g2000prf.googlegr oups.com...
Quote:
> Hi
>
> we have an application which runs as windows nt service .It
> frequently interacts with user and shows many dialog boxes .
>
> But on windows vista it is throwing security dialog for each dialog
> box service is trying to show to user for interaction .
>
> How to avoid this security dialog box ?
>
>
> Thanks,
>
> Rajender saini
>

This is the correct behavior - you need to rewrite your service to stop
interacting with the logged on on user. Service should not need to interact
with a logged on user as by definition they are background tasks that run
irrespective of their being anyone logged on or not.
Secondly the service if it does need to interact with the ser should be
written to use the appropriate level of permission to avoid the necessity to
through the dialog box and should also NOT open any dialogs on the console
window but actually on the current logged in user session window (this is
one of the causes for your security pop up message and then the user
switching to a screen to handle the interaction.)
There is lot of developer documentation available for you to rewrite your
application to behave properly on a Windows Vista system and not behave in
this legacy manner.
If this is a third party application then they will need to rewrite it to
make it more compatible with Vista.

--

Mike Brannigan

Mike Brannigan
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Error ! User Profile Service service failed the logon. DavidinEdmond Windows Vista Administration 15 07-12-2008 11:45 PM
installa device driver without user interaction andrea.visinoni@gmail.com Windows XP Device Drivers 0 03-08-2006 03:22 PM
Mobile Repair Service for Windows XP Users Only(Note: User Must Have Broad Band Internet Service) Harley Bailey Windows XP Work Remotely 2 05-15-2005 02:44 PM
User index service on Limited User Account mad Windows XP Configuration & Management 0 11-03-2004 11:18 PM
Can you install printers on Win XP WS's w/o user interaction? Kevin Hendry Windows XP Printers / Scanners / Fax 1 09-12-2003 05:59 PM


All times are GMT. The time now is 11:32 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90