Run Once Key
i need to add this registry key for all users who logs on to work station.Can u explain me how to use RUNOnce Key so that this registry will run for all the users.
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General]
"ShownFirstRunOptin"=dword:00000001
Thanks -- Usha.
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General]
"ShownFirstRunOptin"=dword:00000001
Thanks -- Usha.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
shweta_kar
14 years ago
Posted by:
anonymous_9363
14 years ago
The RunOnce key is the wrong place for this kind of thing. Use ActiveSetup or better, if your package has advertised entry-points e.g. an advertised shortcut, create a user feature and make the feature which contains the entry-point a child of the user feature. That way, the user data gets "repaired" when the entry-point is accessed.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.