Need to deploy an application which needs admin rights to standard users
Hi guys,
Junior SCCM admin here :-) So, i'm working at a collega and i manage all the Windows systems with SCCM. I'm a bit frustrated now: i need to deploy a simple Samsung Portable SSD tool to decrypt the student's Samsung Portable SSD disk. No problem packaging it, but the problem is that the application needs elevated permissions. But our student accounts (AD) are standard users. I already edited the MSI with Installshield and set "Requires admin permissions" to No. But this doesn't help obviously, since this only affects the installer.
How can i best solve this matter? Thanks so much.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Pressanykey
6 years ago
ProcMon (are you there Ian? :-) ) in this case is your best friend. Install the application, Start ProcMon as an Admin then start the application and monitor where it is accessing that need admin rights... If you are really unlucky then you may never get it to work under normal user permissions....
Cheers
Phil
Cheers
Phil
Comments:
-
Spend some time building a default filter for ProcMon because you get a LOT of information, almost none of which will be relevant. So, for example, you'll want to filter out Windows Search process, your a/v, Windows Update, etc., etc.
Save the filter once you're happy with it, then export it to a .REG so that you can use it again. HKEY_CURRENT_USER\SOFTWARE\Sysinternals\Process Monitor\Filter#[whatever name you used when you saved it] is the Johnny to export. - anonymous_9363 6 years ago