Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
12k views

Admin rights for a single method

Is it possible to require administrator rights for one single method? Something like this: [RequireAdminRightsForThisMethod()] private void TheMethod(){ // Do something }
7
votes
4answers
6k views

Start / Stop a Windows Service from a non-Administrator user account

I have a WindowsService named, say, BST. And I need to give a non-Administrator user, UserA, the permissions to Start/Stop this particular service. My service runs on a variety of Windows OS, starting ...
6
votes
4answers
1k views

How do I integrate UAC into my VB6 program?

I need some code that will add the admin rights icon to command buttons and display the prompt when such buttons are clicked. How can I do this in VB6? Some actions require admin rights because they ...
6
votes
5answers
636 views

Checking for Administrator user login in non-English installations of windows

I have some small questions...I have a program that stores a list of users in a database and compares on program startup if the user is in the list or is an administrator before letting them use it. ...
6
votes
2answers
2k views

Does full trust mean the same as Run As Administrator

Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, the application must be a full-trust application." Is that the same as you must have ...
5
votes
3answers
1k views

Word automation does only work for administrator, or with a delay after creating word.application

We have a program made in Borland Delphi that uses Word automation to create documents. On an installation (terminal server) we are only able to get the Word automation to work when running as local ...
5
votes
4answers
425 views

How do I check if my program is ran by user as administrator (Vista/Win7, C++)

I saw IsInRole method but I can't find information on how to use it with C++.
4
votes
2answers
123 views

Why does ping work without administrator privileges?

as you may know one is unable to create RAW sockets using Windows Sockets without having administrative priviliges. The problem is, that I need to send ICMP messages, thus I need RAW sockets. The ...
4
votes
2answers
2k views

Detect if program is running with full administrator rights

I need to determine if my program is running with full administrator rights. By that I mean if uac is turned on (for win vista/7) that I need to determine if the program actually has admin rights ...
4
votes
3answers
670 views

Visual Studio output file permissions?

I'am using Visual Studio 2010, how to set or automatically change owner of the output file from Visual Studio (such as executable file) to user other than administrator? all output files currently is ...
4
votes
1answer
561 views

Determine if current user is in Administrators group (Windows/Python)

I want certain functions in my application to only be accessible if the current user is an administrator. How can I determine if the current user is in the local Administrators group using Python on ...
4
votes
4answers
2k views

How do we create an installer than doesn't require administrator permissions?

When creating a setup/MSI with Visual Studio is it possible to make a setup for a simple application that doesn't require administrator permissions to install? If its not possible under Windows XP is ...
3
votes
3answers
450 views

PowerShell: Running a command as Administrator

You know how if you're the administrative user of a system and you can just right click say, a batch script and run it as Administrator without entering the administrator password? I'm wondering how ...
3
votes
4answers
160 views

Windows: Running privileged command from non-privileged using CMD (or Java)

I will have a service that runs as administrator and listens on a port. My GUI program will talk to the administrator service for the items that require administrator privileges. If the service is ...
3
votes
6answers
163 views

Do developers need to be administrators on their machine?

Do developers in .Net needs to be administrators on their machine or can we set a kind of permission and role?
3
votes
2answers
3k views

C#.NET: Acquire administrator rights?

Is it possible in a C#.NET application to request administrative rights on a Windows 7 PC? I want to be able to deploy the application via Click Once and have users use it to perform administrative ...
3
votes
2answers
11k views

programatically run cmd.exe as adminstrator in vista, c#

I have a visual studio setup and deployment project. I've added a .cmd script in it. The script would need administrator privilages to run. When user clicks on the setup.exe, UAC prompts the user for ...
2
votes
2answers
133 views

Delphi code to show friendly message if you don't have permission to do something that requires admin priveleges such as install a service

A customer is reporting an error from our application during installation which indicates that the code in 'IsWindowsAdministrator' below is returning FALSE when the installation is performed by a ...
2
votes
1answer
60 views

Running compiled python (py2app) as administrator in Mac

After looking at Running compiled python (py2exe) as administrator in Vista I was wondering if there's an easy way to get the Mac Authentication dialog in Python (specifically py2app) I know mac has ...
2
votes
1answer
169 views

create a C# application that demand administrator privileges [closed]

Possible Duplicate: Run with administrative permission issue How to force a WPF application to run in Administrator mode I'm stuck with this problem from the morning,I will appreciate it ...
2
votes
1answer
437 views

Process.Start() in C# does not work for non-admin users

I am trying to run explorer.exe to open a folder and I am using System.Diagnostics.Process to do that. It works fine if the application is ran by a user who has admin privileges but fails if the user ...
2
votes
4answers
2k views

Start Process with administrator right in C#

I have to start a command line program with System.Diagnostics.Process.Start() and run it as Administrator. This action will also be run by a Scheduled Task every day.
2
votes
4answers
970 views

How can I debug a local IIS service with Visual Studio running as a non-Administrator user?

I have installed Visual Studio 2008 and am running it as a non-Administrator user. I have a Web Application project I am developing and would like to debug it using Visual Studio. I can compile and ...
2
votes
2answers
1k views

Administrator's shortcut to batch file with double quoted parameters

Take an excruciatingly simple batch file: echo hi pause Save that as test.bat. Now, make a shortcut to test.bat. The shortcut runs the batch file, which prints "hi" and then waits for a keypress ...
2
votes
3answers
592 views

How programmable detect if a user has admin rights (can run installer)

in my code I need to detect if current user has rights to install other application (other application VC2005 redist. package)... and it should work on Vista. As I understand CheckTokenMembership or ...
2
votes
3answers
2k views

asp.net run program with Administrator account

I need to run one console application from ASP.NET application using Administrator account and with Desktop interaction enabled. I have tried code below, console app runs ok but within NETWORK SERVICE ...
2
votes
2answers
360 views

Allowing administrators to modify user's settings from within my program — what's my best option?

I've been working on making my app easier to use for administrators. One of the things I'd really like to do is allow admins to modify other user's settings from within the program -- while still ...
2
votes
1answer
3k views

DirectoryEntry.NativeObject throws access denied for a user in Administrators group in windows 2008

I have a local user, which is member of Administrators local group. When I run this code: using System; using System.DirectoryServices; namespace nanttest { class Program { public ...
1
vote
3answers
53 views

What precisely does 'Run as administrator' do?

On Windows7, I have a command-line program that fails due to file write permission errors, and popping up annoying UAC dialogs every time I run command-line programs that are from 'unknown publisher'. ...
1
vote
3answers
54 views

how to develop java application in linux which runs with administrative privileges?

I am developing a java application in Linux which has to write to files which requires administratives privileges e.g. ftpaccess . Do you know if there is any way of making the java application to ask ...
1
vote
2answers
115 views

VB6 is application running as administrator

Is there any way of finding out if the application is running as administrator? If this involves a COM call, I'm not really fussed, anything that works!
1
vote
1answer
60 views

Get handle of device with non-admin user

In my C++ DLL I use the CreateFile C++ function in order to get device handle. I have to use it with the GENERIC_WRITE parameter. On Vista and later in order to make it work I need admin privileges, ...
1
vote
1answer
71 views

ctypes.windll.shell32.IsUserAdmin() not returning 1 when user is in admins group

I am trying to use ctypes.windll.shell32.IsUserAdmin() to determine if the running process was started by a user in the Admins group, but I am getting inconsistent / incorrect results. On a windows ...
1
vote
1answer
83 views

Win7: What's the difference between starting Windows Explorer in Admin Mode vs. cmd.exe in Admin mode?

I am currently using a VB-Skript, which is used to start a setup.exe file, which requires administrative privilleges in order to be installed correctly, if it is not started as an administrator it ...
1
vote
1answer
33 views

Two administrators for one app

We are two programmers that have written one facebook app. We both want to be administrator of this page and also we want to be able to remove the other one as admin with his CONFIRMING permission. Is ...
1
vote
1answer
213 views

Run WPF Application with administration elevation WIX

I have written a WPF application. When it is installed on client machines, they are prompted for a username and password so that they have administrator privileges to use the application. I need ...
1
vote
1answer
215 views

Request UAC Elevation c#

Hi when i try to open my app in win-xp it works fine but when i try it on win7 it says access to path (path location) is denied unless i open it as administrator so how can i give my app administrator ...
1
vote
4answers
159 views

Finding ALL files regardless of permissions (Windows XP, C#)

I have a need to find ALL files on my hard drive (in the C: partition), regardless of permissions. (Windows XP Pro, using C#) In an earlier question, I was told: The "C:\System Volume ...
1
vote
1answer
396 views

Visual Studio 2010 Pro - Run as Administrator no network drives

When i run VS 2010 as Administrator then VS can't find my mapped network drive where my sourcecode is located. But i realy need VS to run as an administrator in order to attach to a process. Anyone ...
1
vote
1answer
81 views

How to determine if calling a function requires administrative privileges

I am trying to find out if there is an easy way to tell if calling a function will require my program to be run as an administrator in order to work properly. Thanks!
1
vote
3answers
130 views

I am not able to connect tomcat with eclipse

My eclipse used to work fine but now I am no longer the administrator of my computer(I no longer have administrator priveledges) and i see that my already installed and working eclipse is now showing ...
1
vote
1answer
256 views

C# administrator privilege - checking

I know that there are some similar questions. But I want to check only one thing. I only want to know if program is running as administrator. I want to check that because I want to edit some secured ...
1
vote
1answer
116 views

Dynamicly load assembly with limited rights

I am trying to gather some information on the following subject: I have developed an application that requires administrator rights. This is achieved with the following line in the manifest file: ...
1
vote
1answer
280 views

how to create a windows console application with administrator rights for the exe built in visual studio?

hi i created a simple win32 console application say "hello world.exe" when i open the exe it doesn't have the administrator rights but when i run it as admin the console path gets changed to some ...
1
vote
2answers
1k views

Run as administrator: requireAdministrator & ClickOnce + emulating system time

My app uses ClickOnce tehcnology. Today I needed to run it as administrator. I modified the manifest file from <requestedExecutionLevel level="asInvoker" uiAccess="false" /> to ...
1
vote
2answers
245 views

Install Python / Matlab libraries without admin priviledges?

A problem I frequently run into when using Python, R, Matlab etc. is installing packages or libraries when I don't have admin privileges on the server I'm using. I was wondering if there is a way to ...
1
vote
1answer
374 views

Azure Compute Emulator Admin Priviledges - Registering WCF URL

I am working on upgrading a project to Windows Azure 1.3 and I am running into an issue with hosting WCF services in an Internal Web Role. I get the following exception when trying to access the ...
1
vote
2answers
1k views

Access denied to file on windows 7 for Administrator account

I want to delete my git repository (.git folder) created by git on my windows 7 box. It says access denied to .git/refs/header folder. I open a console with Administrator role, issue command "takeown ...
1
vote
0answers
143 views

Is there any way to add a program requiring Administrator Rights on Windows Vista/Seven to autorun?

My program asks user if he wants it to be added to autorun, and it requires administrator rights to perform its code properly (level is set to "requireAdministrator" through manifest). However, after ...
1
vote
0answers
715 views

General Question about Windows 7(Kiosk) Group Policy Lock down of Silverlight Out of Browser

I'm hoping to lock down, a Windows 7 laptop into more or less a kiosk type mode. Basically login to Windows 7, automatically open up a silverlight out of browser application. It should also prevent ...

1 2 3