Re: Debug Process Scheduled task under different user
From: Drew Cooper [MSFT] (dcoop_at_online.microsoft.com)
Date: 01/08/04
- Next message: Doug Knox MS-MVP: "Re: Task Manager"
- Previous message: Jupiter Jones [MVP]: "Re: Bypass a login without the password"
- In reply to: Pascal Yokogawa: "Debug Process Scheduled task under different user"
- Next in thread: Pascal Yokogawa: "Re: Debug Process Scheduled task under different user"
- Reply: Pascal Yokogawa: "Re: Debug Process Scheduled task under different user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 7 Jan 2004 16:02:44 -0800
Not sure how you can do this with the Task Scheduler UI, but the cmdline
tool "at" will let you run an app as the local machine that can interact
with the desktop - see "at /interactive".
-- Drew Cooper [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights. "Pascal Yokogawa" <anonymous@discussions.microsoft.com> wrote in message news:0bd601c3d534$686d11e0$a401280a@phx.gbl... > Hi, > > We currently face the following problem: > > We run an Excel application with a custom made addin. This > application is run by a scheduled task (windows XP) under > a different username (same machine). Both useraccounts are > Administrators, no events in the Event Viewer show up. > > Our application works correctly under both usernames (the > username we logged in with, and the username the task runs > on), but after some research we found out that with a > scheduled task under a different username Excel asks for > userinteraction. As the task runs invisible, we cannot see > what exactly is asked. > > Microsoft Spy++ does not reveal any windows, so debugging > is not possible at the moment. > > Our question: > Is there a possible way to find out what the messagebox > should show? All help is welcome. > > PS Userinteraction is required BEFORE running our custom > addin, so debug logging from within the addin is not > helpful. > > Regards, > > Pascal Yokogawa
- Next message: Doug Knox MS-MVP: "Re: Task Manager"
- Previous message: Jupiter Jones [MVP]: "Re: Bypass a login without the password"
- In reply to: Pascal Yokogawa: "Debug Process Scheduled task under different user"
- Next in thread: Pascal Yokogawa: "Re: Debug Process Scheduled task under different user"
- Reply: Pascal Yokogawa: "Re: Debug Process Scheduled task under different user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|