administrator Questions
8
Solved
On Windows 7, 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 an 'u...
Jeff asked 24/1, 2012 at 12:41
0
I am building an pre-installed MDM app for OEM use case where app will be pre-installed on the device. One of the requirements is that this app should not require any manual set up. I have not foun...
Deutero asked 16/5, 2015 at 5:11
3
I'm wanting to make a simple program that runs each time on login behind the UI. In my applescript I'm running a sudo command that requires admin authentication. Is there a way to overwrite the nee...
Checkers asked 30/1, 2013 at 7:37
1
Solved
I use applescript to launch my script with root privileges.
osascript -e "do shell script \"myscript.sh\" with administrator privileges"
This text is displayed in the prompt:
osascript wants to...
Overage asked 24/6, 2014 at 9:24
1
I am developing an application that runs as a windows service. I really need the service to have administrator privileges. I tried with the LocalSystem user, and it does not have enough rights. Is ...
Millsaps asked 6/4, 2014 at 0:49
3
When I log on to our TFS server using my own domain account and try to open TFS Administration Console, I get the following error:
TF246017: Team Foundation Server could not connect to the datab...
Dniren asked 10/9, 2012 at 21:16
1
Solved
I have a system service which creates a helper interactive process as administrator so that it can access some desktop-related resources, including the BlockInput() function and NVIDIA's NVAPI func...
Teletypewriter asked 13/1, 2014 at 18:9
2
Solved
Situation
I have an (Eclipse RCP-based) Java application running on multiple platforms. I got this figured out on all platforms except Windows.
Installer: My application installer is always run i...
Blowbyblow asked 5/9, 2013 at 8:39
2
Solved
I am writing a program that shows/hides the window of some target application. I was testing it out earlier and noticed something strange. If I run the target application as Administrator (right-cl...
Cockerel asked 20/11, 2012 at 7:21
5
Solved
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.
Adorn asked 5/11, 2010 at 14:9
4
Solved
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...
Mickel asked 22/7, 2010 at 19:31
2
Solved
I wrote some c# code that uses PSexe.
I want it to run a remote exe on a machine connected to my LAN.
That exe creates a new local user.
When I run that exe locally on the remote machine (after ri...
Greywacke asked 12/5, 2010 at 7:14
1
Solved
I'm trying to add a key to LocalMachine in registry. I'm using this code:
System.Diagnostics.Debugger.Launch();
RegistryKey key = Registry.LocalMachine.OpenSubKey("SOFTWARE", true);
RegistryKey...
Enochenol asked 19/2, 2013 at 11:38
2
Solved
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 administrativ...
Idolla asked 27/8, 2010 at 11:0
2
Solved
I want to change the current user in a shell script in order to give the user the ability to execute the commands as an administrator, by passing the login and password as arguments.
I want to hav...
Astraphobia asked 15/7, 2012 at 16:9
1
Solved
I'm running Windows 7, and recently installed the update so I can use Powershell 3.0. That process went fine and I've been using Powershell 3 for about a month now. One thing I noticed is that ever...
Dilworth asked 28/8, 2012 at 13:7
1
Solved
I have a batch file where I want to run some commands, but not all of them as administrator. I do not want to run the command prompt as administrator or run the entire batch job as administrator. A...
Alannaalano asked 10/7, 2012 at 13:53
2
I need to give my application administrator rights, knowing that it will be run from a user session and not admin account.
I've looked on other sites, but can't find anything that helps.
I tried ...
Deland asked 19/4, 2012 at 11:48
1
I am running Windows 7 Pro and working on a Java application in Eclipse. I need Eclipse to send user-specified commands (such as 'chkdsk C:') to the command prompt and then output to the console in...
Causey asked 2/3, 2012 at 20:35
3
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 admini...
Fumikofumitory asked 19/9, 2008 at 14:30
2
Solved
I have a kiosk app and want to run it at startup. The problem here is that when I put Registry value to open it at startup, it doesn't open program as Administrator and so that program doesn't work...
Emilioemily asked 26/2, 2011 at 14:16
1
Solved
I am quite new with NSIS.
I am trying to request administrator permissions in order to run the installer, as it messes around a bit with registries.
My problem with "RequestExecutionLevel" and "MUL...
Rumery asked 4/1, 2012 at 18:32
1
Solved
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 P...
Blemish asked 7/10, 2011 at 12:41
4
Solved
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...
Registration asked 6/9, 2011 at 15:11
1
Solved
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.
Anyo...
Malvia asked 13/7, 2011 at 10:26
© 2022 - 2024 — McMap. All rights reserved.