FG
💻 Software

How to prompt a user for run-as credentials when double-clicking an icon?

Fresh5 days ago
Mar 15, 202653010 views
Confidence Score0%
0%

Problem

I am running a kiosk type system where the user has almost zero permissions. I want to place an icon on their desktop that would run a specific program as their Active Directory credentials. I am familiar with SysInternals ShellRunAs, but it would require a right-click which means retraining users.…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to prompt a user for run-as credentials when double-clicking an icon?

Low Risk

If PowerShell is an option for you, a PowerShell script can prompt for credentials and then use those credentials to start a process. The user sees this prompt, and then the process is started.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment