Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, October 14, 2016 5:38 AM
How to hide or remove software center on client from SCCM site server ?
Neeraj
All replies (6)
Friday, October 14, 2016 2:24 PM ✅Answered
Nothing using built in functionality. You can use a group policy, script, or configuration item to either delete the shortcut or change permissions on the shortcut or exe if you are dead set on users not being able to access it.
What functionality do you want to specifically prevent a user from having access to though?
Jason | http://blog.configmgrftw.com | @jasonsandys
Monday, October 17, 2016 6:41 AM ✅Answered
Hi,
Many thanks for your post and all the efforts so far.
Based on my experience, you could use software restriction policy to limit the applications that the users can run.
You could take a look at this article: https://technet.microsoft.com/en-us/library/hh994606(v=ws.11).aspx .
Best Regards,
Ray
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Friday, October 14, 2016 5:46 AM
Hi,
If you want to remove it you can use the ExcludeFeatures switch with Ccmsetup when installing the SCCM client. /ExcludeFeatures:ClientUI
http://blog.msvconsultancy.co.uk/2014/02/get-rid-software-center-icon-sccm-2012/
Regards,
Jörgen
-- My System Center blog ccmexec.com -- Twitter @ccmexec
Friday, October 14, 2016 6:39 AM
But this will only remove icon and if someone search using software center then some one can still open.
So we want that even user should not able to open also or soft center should not get installed when sccm agent is installed? Is that possible or can we disable from registry?
Neeraj
Friday, October 14, 2016 6:43 AM
It should not install software centre. Have you tested completely uninstalling the ConfigMgr client? "CCMSetup.exe /ExcludeFeatures:ClientUI will not install the Software Center on the client."
Friday, October 14, 2016 7:09 AM
But what in case where agent is already deployed in organization using GP and now when Software centre is present in the system.. what can be done now that it should not be visible/ accessible?
Neeraj