You can't. When you see HKEY_USERS\S-1-5-21-201........... that indicates that this user account is specifically logged into the computer. Users that aren't logged on won't appear here. For example, if you're the only user logged on, then your SID will be listed in HKEY_USERS, and is really just a different name for HKEY_CURRENT_USER.
What you can do is change your REG file to point to HKEY_CURRENT_USER\AppEvents\EventLabels\.Default, then place a shortcut in Documents and Settings\All Users\Start Menu\Programs\Startup that runs:
REGEDIT /S <your reg file>
This will force the REG file to be entered, silently, when the user logs on.
You could also place this command in the Registry at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run.
Note: If you have disabled Registry editing for a user, then they're account will not be able to import the REG file. In this case, a VB Script would be more appropriate.
--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.
"????" <@discussions.microsoft.com> wrote in message news:A0922368-FE43-4F2A-8CA6-(E-Mail Removed)...
> Hi all,
> I made a .reg file.
> the key that i intend to change is located inside a user SID.
>
> (EX:
> HKEY_USERS\S-1-5-21-2018322775-1434109735-2322020850-500\AppEvents\EventLabels\.Default)
>
> how can i make the change to all users, (disgarding the SID) withe a ..reg
> file ?
>
> thanks,
> oren.