Top "Admin-rights" questions

What does '__COMPAT_LAYER' actually do?

Recently, i was trying to give my application administrator rights without system asking for "Do you want to give administrator …

windows batch-file compatibility administrator admin-rights
Install Java 8 without Admin Rights

How to install Java JDK 8 in windows? Do I require admin right? What Happens if i just copy JDK from …

java admin-rights
Running Visual Studio without admin rights

We work on XP Pro workstations and use Visual Studio 2008 & 2010 to develop winforms, web and web services against local …

visual-studio admin-rights
.NET Start Process with higher rights

I am trying to execute a program with admin rights through a C# application, which gets invoked with user rights …

c# .net process admin-rights
Test admin rights within PowerShell script?

Whats the best/easiest way to test for administrative rights in a PowerShell script? I need to write a script …

powershell sysadmin admin-rights
Install python modules on windows without admin rights

I do not have admin rights on my work laptop. Have got python and pip installed on my machine, version …

python windows installation admin-rights
How do I install a windows service that runs as an administrator?

I've written an installer that installs a windows service (A) that needs to start/stop another service (B). However, when …

.net windows-services admin-rights
Cross-platform way to check admin rights in a Python script under Windows?

Is there any cross-platform way to check that my Python script is executed with admin rights? Unfortunately, os.getuid() is …

python privileges admin-rights
Anaconda install package without administrator rights

I have a python installation in a directory where I don't have admin rights or write permission. I am using …

anaconda access-denied admin-rights
Run elevated process

I am trying to run a cmd command with the following code: ProcessStartInfo cmd = new ProcessStartInfo("cmd.exe"); cmd.RedirectStandardInput = …

c# process admin-rights