Windows 10: How to Install Applications with Elevated Privileges in Standard User Session via Windows...

Discus and support How to Install Applications with Elevated Privileges in Standard User Session via Windows... in Windows 10 Gaming to solve the problem; Hi everyone,I'm building a lightweight Windows MDM Mobile Device Management solution, and I’m facing a critical issue regarding app installations in a... Discussion in 'Windows 10 Gaming' started by Umair Ghaffar, Jun 16, 2025 at 3:47 PM.

  1. How to Install Applications with Elevated Privileges in Standard User Session via Windows...


    Hi everyone,I'm building a lightweight Windows MDM Mobile Device Management solution, and I’m facing a critical issue regarding app installations in a standard user session from a Windows service running as SYSTEM.---The Problem:I want to remotely install applications silently some requiring elevation on user machines. My service runs in Session 0 as SYSTEM and:Executes PowerShell scripts or scheduled tasks for installations.Scripts and tasks complete successfully but do not install the app in the currently logged-in user session.No user interaction or visible installation happens in the

    :)
     
    Umair Ghaffar, Jun 16, 2025 at 3:47 PM
    #1
  2. gvannucci Win User

    UAC & standard users with additional privileges

    I am marking this problem as solved. The problem was:

    Allow a standard user to enable/disable a network without having to enter a password every time.

    My solution for Windows 7 was:

    1. Add the standard user to the "Network Configuration Operators" group.
    2. Login as the standard user.
    3. Create a shortcut to the network adapter.
    4. Right-click on the shortcut to see or change the state of the network adapter.

    I have received many useful and instructive suggestions on Tenforums. Based on those suggestions,
    here's my solution for Windows 10:

    1. Add the standard user to the "Network Configuration Operators" group.
    2. Login as the standard user.
    3. In a cmd window, run this command
    netsh interface show interface
    to learn the name of the network adapter.
    4. Run Task Scheduler using the password of the standard user.
    5. Create two shortcuts in accordance with Option 2 in this tutorial:
    Elevated Shortcut without UAC - TenForumsTutorials
    -- at Step 3, name the shortcuts something like “EnableLAN” and “DisableLAN”
    -- at Step 7, in the Program/script field, type netsh
    -- at Step 8, into the Add arguments field, type
    interface set interface "name of network adapter" admin=enable
    (Make the last element “disable” for the second task.)
    -- at Step 14, name the shortcuts something like “Turn LAN On” and “Turn LAN Off”
    6. Press the Win + R keys to open the Run dialog, type ncpa.cpl into Run, and click OK to open the Network Connections window. Keep this window open on your desktop to see the state of the network adapter. The color of the icon reflects the state of the adapter.
    7. Click on one or the other of the two newly-created shortcuts to change the state of the network adapter. A cmd window briefly flashes on the screen. This can be eliminated using the procedure mentioned by Try3 in a previous post, if desired.

    The solution for Windows 10 is much more cumbersome than the solution for Windows 7. I have to stop using Windows 7 due to the end of Microsoft support, and this is not the first time that I find Windows 10 to be less user friendly than Windows 7.

    Thanks, again, to all who have kindly given me help and advice
     
  3. Gerry C J Cornell, Jun 16, 2025 at 4:25 PM
    #3
  4. How to Install Applications with Elevated Privileges in Standard User Session via Windows...

    Scheduled tasks run with elevated privileges can't access stored Windows credentials

    It seems that after Creators update scheduled tasks run with elevated privileges ('run with highest privileges' option) can't access stored Windows credentials. Is that a bug or an intentional change and is there a recommended workaround?

    Here's one way to reproduce the behaviour:

    • Start Credential Manger and add some Windows share credentials.
    • In a console window type 'cmdkey /list', which should list the added credentials
    • Create a task in a task manager:
      • Trigger: on user logon
      • Action: run cmd.exe
      • Tick the 'run with highest privileges' option
    • Reboot the machine and log in
    • In the console window (let's call it 'console 1') opened from the scheduled task type 'cmdkey /list'. This most likely won't display the credentials added in step 1 and properly listed in step 2. ->
      This looks like a bug
    • Now, without closing 'console 1' open another console window as an administrator (let's call it 'console 2') and type 'cmdkey /list'. This will properly list credentials added in step 1.
    • Switch to 'console 1' and type 'cmdkey /list' again. This time the credentials are listed properly, unlike in step 5. It looks like an access to Windows credentials was somehow 'unlocked' by step 6.
     
    MarcinMrowiec, Jun 16, 2025 at 4:25 PM
    #4
Thema:

How to Install Applications with Elevated Privileges in Standard User Session via Windows...

Loading...
  1. How to Install Applications with Elevated Privileges in Standard User Session via Windows... - Similar Threads - Install Applications Elevated

  2. How to Install Applications with Elevated Privileges in Standard User Session via Windows...

    in Windows 10 Software and Apps
    How to Install Applications with Elevated Privileges in Standard User Session via Windows...: Hi everyone,I'm building a lightweight Windows MDM Mobile Device Management solution, and I’m facing a critical issue regarding app installations in a standard user session from a Windows service running as SYSTEM.---The Problem:I want to remotely install applications...
  3. Two applications have elevated privileges when they should not.

    in Windows 10 Software and Apps
    Two applications have elevated privileges when they should not.: Act and QB have elevated privileges on a laptop and the QSalesData linking software won't connect, while on a desktop that has the company files Act & QB don't have elevated privileges listed in Win 10 Task Manager Details tab Elevated column. The various run as administrator...
  4. Elevating to administrator not possible when standard user log in via RDP

    in Windows 10 Network and Sharing
    Elevating to administrator not possible when standard user log in via RDP: I am using Remote Desktop to connect to another Windows 10 machine - which I log in with a standard user.Sometimes I wish to run tasks eg installing updated software or running command prompt as admin requiring administrator privileges. f I log into the desktop with a...
  5. Privileged Functionality as a Standard User?

    in AntiVirus, Firewalls and System Security
    Privileged Functionality as a Standard User?: I have performed an initial logon as a standard user. When I check my info under Windows Settings it indicates I am an administrator. I no longer have to authenticate to perform privileged functions. I want to be able to logon as standard user and authenticate to execute...
  6. Elevated Privilege

    in User Accounts and Family Safety
    Elevated Privilege: All-- It there a way to permanenly mark an executable (EXE, DLL, BAT, etc) to always run witth elevated privileges? My nightly file cleanup BAT launches BCDEdit (to reboot in Safe Mode) which requires elevated status. Thanks in advance for any help/direction, Randy Reist,...
  7. Elevated Privilege

    in Windows 10 Performance & Maintenance
    Elevated Privilege: All-- It there a way to permanenly mark an executable (EXE, DLL, BAT, etc) to always run witth elevated privileges? My nightly file cleanup BAT launches BCDEdit (to reboot in Safe Mode) which requires elevated status. Thanks in advance for any help/direction, Randy Reist,...
  8. UAC & standard users with additional privileges

    in User Accounts and Family Safety
    UAC & standard users with additional privileges: I am using windows 10, version 1909 I am new to tenforums. I am also new to Windows 10. I am in the process of switching from Windows 7 to Windows 10. I joined tenforums because I have a problem with configuring Windows 10 that I am unable to solve on my own. Perhaps someone...
  9. Keystrokes lagging, unless launch applications with elevated privileges

    in Windows 10 Installation and Upgrade
    Keystrokes lagging, unless launch applications with elevated privileges: Hi I have a new Windows 10 laptop (Lenovo Ideapad 720), logging in with an MS account (same account as my old Windows 10 laptop) I've run all the windows updates, and run a BIOS update from the manufacturer, and throughout that process I've had a massive lag on...
  10. Installing with Elevated Privileges?

    in AntiVirus, Firewalls and System Security
    Installing with Elevated Privileges?: I m running my laptop as a standalone system and I also have two accounts. One for Admin and for Local Standard User. My question is, even If I had set the UAC prompting level too the maximum level, will I still need to set the following Group Policy as from the image? 114552