Top "Administrator" questions

An administrator account is a user account on an operating system which allow make changes that can affect other users (including, but not limited to, the creation and restriction of user accounts), change operating system options (including security settings), install software and drivers, access all files.

How to create a Run As Administrator shortcut using Powershell

In my PowerShell script, I create a shortcut to a .exe (using something similar to the answer from this question): $…

windows powershell command-line administrator desktop-shortcut
How to start a new process without administrator privileges from a process with administrator privileges?

I am creating an automatic updater for an application. The application is started by the user, and runs without administrator …

c# windows administrator
programmatically run cmd.exe as administrator in vista, C#

I have a visual studio setup and deployment project. I've added a .cmd script in it. The script would need …

c# windows-vista process cmd administrator
How a channel creator that deleted his account in Telegram, can became the creator of same channel?

A person with ID @person and MOB +969123456789 has a channel named TEST in Telegram (for example). This channel has 3 administrator. @…

telegram administrator
Visual Studio Run as administrator shortcut

how do I create a shortcut that runs Visual Studio with Administrator rights? Actually I have to navigate to the …

visual-studio-2010 visual-studio visual-studio-2008 administrator runas
Run powershell script as administrator and with a different user account

I need to use powershell to launch a powershell script as administrator and as a different user than the currently …

powershell administrator gpo
How to create a database admin that will manage its database users

I'm using MongoDB ver2.6.2 and want to create a database admin that will able to manage its users (add and …

mongodb administrator user-management
run CMD as administrator in PowerShell

I'm trying to execute a command prompt as administrator by using powershell. (like when you press right click on cmd …

powershell cmd administrator
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 …

c++ winapi uac detect administrator
Run the Qt application as administrator on Windows

Is there a way I can run the Qt application as an administrator? I have an auto-updater for my application. …

qt exe administrator