No announcements
Found 1022321 threads
-
2 Votes
Application Running Elevated Checking
Is there any other way to detect if an application is running elevated? Yes ! Use GetTokenInformation(..., ...Answered | 12 Replies | 14543 Views | Created by linder - Monday, October 1, 2007 4:44 PM | Last reply by ElmueSoft - Monday, May 23, 2011 2:41 PM -
0 Votes
Running Elevated Checking under Windows Server 2008
application is running elevated (using OpenProcessToken(GetCurrentProcess()…) and GetTokenInformation( … TokenElevationType… ) yadayada) then Windows 2008 ... -
0 Votes
Running application with Elevated Permissions
I'm running Windows 7, VS2008, .Net 3.5 and I have a project that whenever I start to debug it, it says 'This task requires this application to have elevated ...Answered | 1 Replies | 5621 Views | Created by Bob Nona - Wednesday, February 10, 2010 9:49 PM | Last reply by Bob Nona - Wednesday, February 10, 2010 9:55 PM -
0 Votes
Running non-elevated process from elevated process
How can I have my elevated program start a new process (i.e. execute an exe) as non-elevated? I have an application that is running as anAnswered | 1 Replies | 3734 Views | Created by bostonpartykid - Tuesday, May 18, 2010 10:13 PM | Last reply by kaymaf - Thursday, May 20, 2010 12:36 PM -
0 Votes
Check If Application Is Running Elevated
determine what state the application is running in. Is it elevated or not? Is there anything in .net that would allow me to do a check like this? or will i have to ...Answered | 5 Replies | 6569 Views | Created by Nitro52 - Monday, October 19, 2009 1:58 PM | Last reply by Nitro52 - Wednesday, October 21, 2009 5:39 AM -
0 Votes
Running non elevated process from elevated process
elevations (it's elevated already). There are 2 recommendations to handle this today: * AsInvoker.exe ShellExecuteEx the admin application with the ...Unanswered | 7 Replies | 10575 Views | Created by MeniB - Tuesday, November 28, 2006 10:57 AM | Last reply by Myria - Monday, February 11, 2013 9:37 PM -
0 Votes
Running application in elevated mode on Win7
registry key. Is there some method using which i can run my application as Administrator Programatically Only by running it ...Unanswered | 3 Replies | 3229 Views | Created by Harshvir - Wednesday, October 19, 2011 1:59 PM | Last reply by David Lowndes - Wednesday, October 19, 2011 4:11 PM -
0 Votes
Determine if program running elevated?
How can I detect if a program is running at elevated level on Vista? I'm looking for a tool or, if need be, an API that can detect the level a process is running ...Answered | 1 Replies | 3645 Views | Created by Scott McPhillips - Monday, February 2, 2009 5:33 PM | Last reply by Sheng Jiang 蒋晟 - Monday, February 2, 2009 11:50 PM -
0 Votes
Checking if application is running
Then MsgBox(myProcessName & " is runningAnswered | 1 Replies | 3341 Views | Created by Uncfan_2563 - Thursday, March 6, 2008 1:35 AM | Last reply by Daniel Davies - Thursday, March 6, 2008 1:44 AM -
0 Votes
Running code with elevated privileges
non-elevated application domain. However, if you go back to SDK version v1.2 (which you can do in v1.3 by removing the <Sites/> node in ...Answered | 5 Replies | 12005 Views | Created by JAhlen - Wednesday, February 23, 2011 8:43 AM | Last reply by JAhlen - Wednesday, February 23, 2011 6:03 PM -
0 Votes
Running a build Elevated
OK, so I can't see any mechanism to have a build run elevated. I guess my only option is to have my build definition point at a custom invokeEleavated.proj which will invoke msbuild ...Unanswered | 8 Replies | 2265 Views | Created by LudwigHoff - Tuesday, May 14, 2013 5:40 PM | Last reply by LudwigHoff - Friday, May 31, 2013 7:52 AM -
0 Votes
Running process with elevated access
executing "run-as". The purpose of this application is to conditionally prevent a user from running certain applications. This is easy for applications ...Unanswered | 1 Replies | 2467 Views | Created by TheToeJoe - Wednesday, June 15, 2011 2:48 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, June 15, 2011 3:54 PM -
1 Votes
Running with elevated privileges question
Hi, I am running a block of code with elevated privileges and get an Object reference not set to an instance of an Object error. I use an anonymous method as ...Answered | 3 Replies | 4362 Views | Created by Pikker1981 - Thursday, May 7, 2009 6:18 AM | Last reply by Pikker1981 - Thursday, May 7, 2009 12:43 PM -
0 Votes
Elevated application trying to spawn non-elevated application
. For example, if I am a standard user, and I run your application (doing an 'over-the-shoulder' elevation to my admin account), what user is the 'de-elevated' ...Unanswered | 9 Replies | 4451 Views | Created by BlndLeadingDef - Thursday, October 28, 2010 7:10 PM | Last reply by BlndLeadingDef - Friday, October 29, 2010 6:31 PM -
0 Votes
Checking for Framework before running application
Hi all, I need to issue a program to clients but didn't want to use an installation. My problem is that some of them may be on old systems without the .net framework installed. Is ...Answered | 1 Replies | 3666 Views | Created by Shags_j - Monday, July 7, 2008 11:10 PM | Last reply by SaurabhGupta - MSFT - Tuesday, July 8, 2008 12:22 AM -
0 Votes
Elevated Privilege for application
Hi, Looking for information about executing applications with elevated privileges (in Win2K and above). ie., application is installed in a limited user accout but ...Answered | 1 Replies | 5372 Views | Created by Microsoft Visual - Thursday, February 23, 2006 7:20 PM | Last reply by Ayman Shoukry - MSFT - Thursday, February 23, 2006 7:35 PM -
0 Votes
Checking if application is already running
: "Path_to_my_program.exe" "%1". I saw this done in a tutorial somewhere. I got the part about checking if it's already running, but how about ...Answered | 10 Replies | 4527 Views | Created by Vlad Dogaru - Wednesday, April 12, 2006 7:07 AM | Last reply by Haitham Khattab - Wednesday, April 12, 2006 9:51 AM -
0 Votes
Running code with elevated privileges
Hello, Is there a difference between MOS 2007 and 2010 for running code with elevated privileges? I try to run code below. This works for ...Answered | 2 Replies | 8109 Views | Created by waaromikniet - Wednesday, December 8, 2010 8:25 AM | Last reply by waaromikniet - Wednesday, December 8, 2010 9:13 AM -
0 Votes
On Windows 7, MAPI call from elevated application fails when outlook in running as non-elevated
issues also. The only way it worked is, by creating new process as non-elevated from my application (i.e., runs as admin) as suggested by below ...Answered | 8 Replies | 6589 Views | Created by srini_ck - Thursday, March 3, 2011 9:18 AM | Last reply by srini_ck - Monday, March 28, 2011 9:30 AM -
0 Votes
Launch elevated application on startup.
requires another separate application which is running in user session to collect data from desktop and pass it to Service. So i created an Elevated Tray ...Unanswered | 5 Replies | 478 Views | Created by Wall.E - Monday, February 9, 2015 10:36 AM | Last reply by - Thursday, February 12, 2015 3:43 AM - Items 1 to 20 of 1022321 Next ›
No announcements