![]() |
| |||||||
| Notices |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| 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 | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| <rajendersaini@gmail.com> wrote in message news:1185195549.280384.284040@i13g2000prf.googlegr oups.com... Quote:
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 | Guest
Posts: n/a
| |
|
![]() |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| 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 |