/build/static/layout/Breadcrumb_cap_w.png

SCCM under user profile

Is there a way to launch application that installs under user profile, if that make sense. As far I know SCCM launch application using system context, but I have script which deletes registry under HKCU but that will not happen for user who launch it is it, so I`m wondering what was needed to do to launch application installation so it happens under user interface or something?


0 Comments   [ + ] Show comments

Answers (5)

Posted by: jagadeish 11 years ago
Red Belt
3

You can delete the other user's HKCU keys from HKEY_USERS hive by reading their SID..

Posted by: Ifan 11 years ago
Second Degree Green Belt
1

To answer your question directly: You can just set the run mode as "Run with user's right" and it will run in the logged on users security context.

Indirectly:
I wouldn't do it like that. Create a script that changes all the user profiles on the system in one go, or use GPO preferences if you can.

 

Posted by: lanselots 11 years ago
Fifth Degree Brown Belt
1

But is in it requires then admin rights to install application if it will run as user?


Comments:
  • Try rephrasing that, it's difficult to understand you. - Ifan 11 years ago
Posted by: anonymous_9363 11 years ago
Red Belt
1

If the package you are deploying contains any advertised entry-points, e.g. an advertised shortcut, you can create a new user-level feature containing the registry deletion and then move the feature which contains the shortcut so that it becomes a child of the new feature. Thus, when the entry-point is used, self-healing is triggered.

If there are no advertised entry-points, use Active Setup.

See? The answer's still the same, even when you ask the same question using different words!

Posted by: tony999 7 years ago
White Belt
0

What you aren't answering is when you goto SCCM Software Library --- > Packages ---> Select a package ---> Click Programs Tab----> Select Properties ---> Under the Environment ( Selecting to deploy only when user is logged on have two Run Mode, one is Run with User's Right, two is Run with Administrator rights.)

Now if you are making changes to Regedit with (HKCU) what setting should you select? Because user don't have rights to Regedit or make changes under Regedit.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ