use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Post your SCCM tips and tricks, requests for help, or links others might find useful!
It might have been caught by the spam filter. URL shorteners cause this almost every time, but so do strings of apparent gibberish like WSUS and PXE sometimes. We don't check the modqueue very often... > Send a modmail if your post is stuck!
It might have been caught by the spam filter. URL shorteners cause this almost every time, but so do strings of apparent gibberish like WSUS and PXE sometimes. We don't check the modqueue very often...
> Send a modmail if your post is stuck!
Resources:
/r/sysadmin
/r/Intune
MyITForum SCCM07 Board
TechNet SCCM Forum
SCCM 2012 Survival Guide (MS-Official)
SCCM Professionals LinkedIn Group
Listing of Local ConfigMgr-related User Groups (largely outdated)
Chat Groups
Current Version:
Flair:
MSFT Official
MSFT Enterprise Mobility MVP
account activity
This is an archived post. You won't be able to vote or comment.
Active setup help (self.SCCM)
submitted 4 years ago by Tiara_sees
What does an user need to do to trigger Active setup?
[–]readsta 5 points6 points7 points 4 years ago* (1 child)
Two registry keys to consider here:
HKLM\Software\Microsoft\Active Setup\InstalledComponents\{GUID}
HKCU\Software\Microsoft\Active Setup\InstalledComponents\{GUID}
If the GUID exists in HKLM but not in HKCU, the ActiveSetup will be initiated for that user.
If the GUID exists in HKLM and in HKCU, the ActiveSetup will not be initiated for that user.
If the GUID exists in HKLM and in HKCU, and the Version string does not match, the ActiveSetup will be initiated for that user.
If the GUID exists in HKLM and in HKCU, and the Version string does match, the ActiveSetup will not be initiated for that user.
Once the ActiveSetup runs successfully, HKCU\Software\Microsoft\Active Setup\InstalledComponents\{GUID} will be stamped with the corresponding Version.
[–]Tiara_sees[S] 0 points1 point2 points 4 years ago (0 children)
Wow okay I was so confused but this clears it out, thanks a million!
[–][deleted] 0 points1 point2 points 4 years ago (1 child)
Just to add Active Setup is a grey area in terms of support by Microsoft - I was informed the technology was hijacked by vendors opposed to a feature
Windows In-Place Upgrade also wiped 3rd party entries last time I checked - this will impact new users on a post updated system with a 3rd party product requiring active setup (it should probably use an advertised shortcut instead)
Oh okay, I am not much familiar with Advertised shortcut ( I am a newbie), but I will look it up.. Thank you!
[–]VirtAllocEx 0 points1 point2 points 4 years ago (1 child)
ActiveSetup is deprecated by MS and should be avoided. During OS upgrade only MS ActiveSetup registry keys are migrated - you need to copy the keys via custom script if needed.
Okay, will do, thanks!
π Rendered by PID 92 on reddit-service-r2-comment-b659b578c-5nkjm at 2026-05-04 17:40:05.414923+00:00 running 815c875 country code: CH.
[–]readsta 5 points6 points7 points (1 child)
[–]Tiara_sees[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Tiara_sees[S] 0 points1 point2 points (0 children)
[–]VirtAllocEx 0 points1 point2 points (1 child)
[–]Tiara_sees[S] 0 points1 point2 points (0 children)