You can use the runas command.

runas /user:Administrator "control appwiz.cpl"

It will prompt for a password then launch Add/Remove Programs with Administrator's credentials. There are other control panel applets you might need to launch this way as well.

You can also hold shift while right-clicking the applets and most of them allow you to choose "Run As".

Answer from Stephen Jennings on serverfault.com
🌐
Virtually Impossible
virtuallyimpossible.co.uk › using-an-elevated-command-prompt-to-open-add-remove-programs
Using an elevated command prompt to open Add Remove Programs - Virtually Impossible
May 30, 2012 - You’ve noticed there is software ... can only be uninstalled by a user with administrative privileges”. Smeg! Open the run box (windows key + r) and type runas /user:DOMAINADMIN cmd. You will be prompted for the domain administrator password....
🌐
Reddit
reddit.com › r/sysadmin › running programs and features as admin / windows 10
r/sysadmin on Reddit: Running programs and features as admin / windows 10
June 18, 2020 -

Hey,

Seeing as non-administrators aren't allowed to uninstall programs, how would you 'run as' the programs & features applet?

Running appwiz.cpl from an elevated cmd prompt doesn't work. The only method that seemingly does it killing explorer.exe and running it again as an admin user, this breaks network drive mappings and causes other undesirable effects.

I could simply log the user off and log in with an admin account to uninstall the program, but this just seems so long winded.

Are there any other, easier solutions?

Thank You

Discussions

Can't uninstall programs as says need Administrator Rights
Hello, I am only one administrator and user of my own laptop. However it appeared that i can not uninstall programs (i recently downloaded a video editor which i no longer need). System keep telling me that i can not do it and Please contact your… More on learn.microsoft.com
🌐 learn.microsoft.com
3
46
March 18, 2023
Uninstalling a Program NOT Logged in As Admin
I know this is going to be an easy answer, but I just can’t find the answer anywhere. OK, back in the Windows XP days, inside Control Panel, you could hold the shift key, right click on Add/Remove Programs, log in as an admin, then uninstall a program. Windows 7 does not have this. More on community.spiceworks.com
🌐 community.spiceworks.com
18
5
October 8, 2010
Add/remove programs without local admin? A.K.A Where is Run As different user for add/remove
Hit Windows Key Type "appwiz.cpl" CTRL+SHIFT+Right Click "Run as administrator..." Enter your admin details More on reddit.com
🌐 r/sysadmin
7
2
August 18, 2015
Windows 10: How can you uninstall a program when the command prompt is blocked?
Check the PowerPDF support site (if any) and see if there's a command to uninstall from the CLI. It might require using MSIEXEC or knowing the registry entry which identifies the program. But if it can be uninstalled in such a manner, run the command prompt with Admin privileges, then execute the required command. A quick google search found this: https://nuance.custhelp.com/app/answers/detail/a_id/27831/~/how-to-do-a-silent-uninstall-of-power-pdf%3F YMMV More on reddit.com
🌐 r/sysadmin
9
0
May 7, 2023
🌐
Seven Forums
sevenforums.com › general-discussion › 404760-how-run-add-remove-programs-administrator-elevated.html
How to run add remove programs as administrator (elevated)? - Windows 7 Help Forums
January 26, 2017 - No administrator privileges in elevated command prompt in General Discussion Hi, I'm trying to setup a WiFi Hotspot on my Laptop running Windows 7. When I enter the command: netsh wlan set hostednetwork mode=allow "ssid=myssid" "key=mykey” keyUsage=persistent in an elevated command prompt, it says: "You must run this command from a command prompt with administrator...
🌐
DEV Community
dev.to › vigneshwaran_vijayakumar › run-appwizcpl-as-administrator-with-elevated-rights-on-windows-11-bo5
Run Appwiz.cpl as Administrator With Elevated Rights on Windows 11! - DEV Community
December 27, 2024 - User Account Control will prompt for your confirmation, then appwiz.cpl will open with Administrative privileges. ... Right-click on the Task bar and then click on Task Manager. Right-click on the Taskbar and click on Task Manager · Now, click on Run New Task. ... In the Create new Task dialog , type the command appwiz.cpl and make sure to click on the checkbox to enable running this command with Administrative privileges.
🌐
Spiceworks
community.spiceworks.com › software & applications
Uninstalling a Program NOT Logged in As Admin - Software & Applications - Spiceworks Community
October 8, 2010 - OK, back in the Windows XP days, inside Control Panel, you could hold the shift key, right click on Add/Remove Programs, log in as an admin, then uninstall a program. Windows 7 does not have this.
Find elsewhere
🌐
Super User
superuser.com › questions › 1517808 › how-can-i-perform-an-uninstall-as-an-administrator-with-superuser-privileges-but
windows 10 - How can I perform an uninstall as an administrator with superuser privileges but without an administrator account? - Super User
If you are supplying the credentials for an Administrator user then you are performing the uninstall as an Administrator. ... Re downloading installers is a pointless pain in the butt. If you look at the registry keys under "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" you will find the uninstall command for all regular applications. Just search from that part of the tree for the app you want to uninstall. Look for the key "UninstallString". You can run these commands directly from an elevated command prompt.
🌐
Webroot
answers.webroot.com › Webroot › ukp.aspx
Appwiz.cpl explanation
Appwiz.cpl is a run command shortcut to open the Add/Remove Programs or Uninstall a Program list on Microsoft Windows XP, Vista, 7, 8, and 10. To use the appwiz.cpl command on your computer, press the Windows Key ( ) + R on your keyboard at the same time. The Run Command window should come up.
Top answer
1 of 2
8

Is there any particular reason you're trying to do this from the command-line as opposed to built-in features available in the UI? Also, might there be a system policy that's preventing you from performing these operations?

Here's a suggestion using the UI:

  1. Open the Start Menu
  2. In the Search Bar, type appwiz.cpl.
  3. Wait for appwiz.cpl to appear in the search results. There should be only one entry at the top, under "Programs". It should have a document icon with some gears on it, and should be automatically highlighted.
  4. With appwiz.cpl highlighted in the search results, press CTRL+SHIFT+ENTER. This will force Windows to attempt executing appwiz.cpl with Administrator privileges.
  5. Respond to any UAC prompts as appropriate.

If the above does not work, there may be an issue with your system's Security Policy. Do the following to check:

  1. Log into the system under an account that has Administrator permissions.
  2. Press Win+R.
  3. Type secpol.msc and hit ENTER.
  4. Respond to any UAC prompts as appropriate.
  5. In the left pane, navigate the tree to the following location:

    Security Settings\Local Policies\Security Options

  6. Find the "User Account Control" options, near the bottom of the list.
  7. Check the setting User Account Control: Behavior of the elevation prompt for standard users
    • If it is set to Automatically deny elevation requests, you will not be able to use Administrator permissions while running under a standard user account.
    • If this is set to any of the Prompt for credentials... settings, and the above process for running appwiz.cpl elevated still does not work for you, then you may have a different problem.
2 of 2
5

For whatever reason, the control panel applets inherit the privileges of the running Desktop shell (which is the Windows equivalent of a window manager). To escalate permissions in the control panel, you have to escalate permissions in this shell, via these steps:

  1. Open a command prompt as an administrative user
  2. Kill the running explorer process
    1. Ctl+Shift+Esc Open task manager, and navigate to the processes tab
    2. Find the explorer.exe process(es), and kill all of them. (Right-click, choose End Process) Your taskbar, desktop, and explorer windows will all disappear, but your command prompt will remain
  3. From that admin command prompt, run explorer.exe
  4. Now, you should be able to open appwiz.cpl, or any other control panel applet with administrative privileges.
  5. When you're done, kill the running explorer process(es), and run explorer.exe as the logged-in user.

Caveat: This can lose certain settings, or break your normal desktop environment. For instance, any network paths which have been mounted to a drive will be lost.

🌐
Wise Cleaner
wisecleaner.com › how-to › 278-how-to-uninstall-an-app-with-administrator-privileges-on-windows-11.html
How to Uninstall an App with Administrator Privileges on Windows 11
Type “cmd” or “powershell” in the Search box on the Taskbar, and right-click on the matching result then select Run as administrator. Type and enter the following command to list all installed programs on your system:
🌐
Computer Hope
computerhope.com › issues › ch002272.htm
How to Uninstall a Program Using Command Prompt.
September 7, 2025 - You can also right-click the Command Prompt program in the search results and select Run as administrator in the pop-up menu. In an elevated Command Prompt, type wmic and press Enter.
🌐
LEMP
lemp.io › how-to-uninstall-a-program-as-a-system-administrator
How To Uninstall A Program As A System Administrator – LEMP
October 9, 2022 - You can do so by using the appwiz. Cpl command should be executed on your computer, and the Windows Key () and R should be pressed simultaneously on your keyboard. A contextual menu can be accessed by pressing the Run as administrator button or tapping on it.
🌐
How-To Geek
howtogeek.com › home › windows › how to uninstall a program on windows 10 from command prompt
How to Uninstall a Program on Windows 10 from Command Prompt
August 31, 2023 - In the Windows Search box, type "cmd" or "Command Prompt" then click "Run as Administrator" in the menu that appears.
🌐
SmallUsefulTips
smallusefultips.com › how-do-i-run-add-remove-programs-as-administrator
Take Control: How to Run Add or Remove Programs as Administrator - SmallUsefulTips
November 21, 2025 - Alternatively, you can also use ... Make sure to run the command prompt as Administrator by right-clicking on the Command Prompt shortcut and selecting “Run as administrator” from the context menu....
🌐
Reddit
reddit.com › r/sysadmin › add/remove programs without local admin? a.k.a where is run as different user for add/remove
r/sysadmin on Reddit: Add/remove programs without local admin? A.K.A Where is Run As different user for add/remove
August 18, 2015 -

Hello,

We are in the process of planning to remove local admins rights for windows 7 domain users from their desktops. So far so good, and we are getting to grips with installations using 'run as different user' and taking installs out of the login script. However, we cannot fathom out how to uninstall a program without having to log the user off, login with admin account, perform the uninstall and then log them back in again. Does anyone know of a way to do it from the same session? Ta.

🌐
EaseUS
easeus.com › pc transfer › how to uninstall a program using cmd [step by step]
Uninstall a Program Using Command Prompt in Windows 11/10
January 29, 2026 - Step 4. Type wmic product where name="Program Name" call uninstall and press Enter. Typically, unwanted programs are uninstalled using the Add or Remove Programs utility or the Settings app in Windows.
🌐
Windows 10 Forums
tenforums.com › tutorials › 26739-add-remove-run-administrator-context-menu-windows-10-a.html
Add or Remove Run as administrator Context Menu in Windows 10 - Windows 10 Help Forums
A) Click/tap on the Download button below to download the file below, and go to step 5 below. Remove_Run_as_administrator_from_Context_Menu.reg Download 5 Save the .reg file to your desktop. 6 Double click/tap on the downloaded .reg file to merge it. 7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
🌐
Reddit
reddit.com › r/sysadmin › windows 10: how can you uninstall a program when the command prompt is blocked?
r/sysadmin on Reddit: Windows 10: How can you uninstall a program when the command prompt is blocked?
May 7, 2023 -

On one of my client PCs, I had something called PowerPDF installed. I opened up my command prompt as Administrator, typed in appwiz.cpl to open up the Programs list. I then selected PowerPDF, then Uninstall/Change. At that moment, a command prompt window popped up telling me that access is denied.

A bit about our setup with respect to the issue...

Command prompt can be searched for in the Windows search bar. It will also display the opens Open, Run as Administrator nd Open File Location. If a user clicks 'Open', the command prompt will run, but show an access denied message. If 'Run as Administrator' is selected, the user is prompted for a Username and Password, which must be the Admin user.

I'm going to guess what's going on, is that the Uninstall script of the app is just attempting to run Command Prompt without Administrative Privileges, thus the uninstaller is getting blocked. How it got installed in the first place is beyond me.

Anyways, how can I uninstall an app with this problem?

🌐
Windows Command Line
windows-commandline.com › run-command-for-add-or-remove-programs
Run command for add or remove programs
September 21, 2016 - The run command for ‘Add or remove programs’ wizard is appwiz.cpl. We can use this command from windows command line also.