-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Desktops
- Desktop Software and How To Questions
- HP support Assistant Registry values

Create an account on the HP Community to personalize your profile and ask a question
04-25-2025 02:34 AM
Hey everyone,
I want to install HP support assistant (HPSA) on all future clients, using our custom image (clients run win 11). However, every time they open it they get the "Welcome to HP...", "do you want to share data" and "Pin to taskbar". I know that we can disable some of these in the program settings and even on these popups, but as I want to deploy the program in our Images, it would be nice to have these disabled from the start. Might be that I just need to disable these on the custom image before deployment.
I have tried using registry editor to set up new keys, and even tried disabling and enabling options in HPSA, and rebooting and checking the registry for new enties. With no luck, unfortunately.
Any ideas?
04-26-2025 03:52 AM
@NEWT_haze, Welcome to HP Support Community.
Thank you for posting your query, I will be glad to help you.
We see you're trying to preconfigure HP Support Assistant (HPSA) during imaging so that users don't get the first-run popups like:
- “Welcome to HP Support Assistant”
- “Share Data with HP?”
- “Pin to Taskbar?”
However, it is possible to control these more cleanly using registry keys — they’re just buried and not very well documented.
Here’s what’s known to work based on real-world deployments:
Registry keys to suppress HP Support Assistant first-run behavior:
[HKEY_LOCAL_MACHINE\SOFTWARE\HP\HP Support Assistant]
"FirstBoot"=dword:00000000
"WelcomeScreenCompleted"=dword:00000001
"ShareInfoConsentGiven"=dword:00000001
"PinToTaskbarPrompted"=dword:00000001
"OptInCompleted"=dword:00000001
What they do:
- FirstBoot=0 → Tells HPSA it's not the first time it's running.
- WelcomeScreenCompleted=1 → Skips the Welcome Screen.
- ShareInfoConsentGiven=1 → Pretends the user already agreed (or not) to Share Info.
- PinToTaskbarPrompted=1 → Disables the Pin-to-Taskbar prompt.
- OptInCompleted=1 → Skips HP Analytics or User Experience Program opt-in.
Practical steps for your image:
- Install HP Support Assistant on your master image.
- Open it once, manually complete or skip all prompts (or not — the reg keys will override).
- Add the above registry entries before you capture your image.
- Optionally, also disable HPSA auto-launch at startup if you want:
- (Usually under Task Scheduler → "HP Support Assistant Quick Start" task → disable it.)
Bonus Tip:
- You might also want to disable HPSA updates checking, if you want tighter control later. Let me know if you want those registry settings too!
I hope this helps.
Take care and have a good day.
Please click “Accepted Solution” if you feel my post solved your issue, it will help others find the solution. Select "Yes" on the bottom left to say “Thanks” for helping!
Max3Aj
HP Support