Computing.Net > Forums > Programming > Batch:readin registry sub key value

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch:readin registry sub key value

Reply to Message Icon

Name: Dukeklown
Date: October 30, 2004 at 18:16:29 Pacific
OS: y2k server
CPU/Ram: celron
Comment:

Helo there,

I am trying to configure a batch file to setup Outlook Express for roaming user profiles.

I need to be able to edit the "Store Root" for this key. [HKEY_CURRENT_USER\Identities{some value}\Software\Microsoft\Outlook Express\5.0]

The issue i am having is with the {some value} portion of the key.

My understanding is that this is the User Id and have been trying all kinds of %USERID%, %User_ID% variations...but nothing seems to work.

Does anyon have any ideas on how i can access this {some value} so i can enter it in when i modify the registry?



Sponsored Link
Ads by Google

Response Number 1
Name: melee5
Date: October 30, 2004 at 21:59:01 Pacific
Reply:

A little higher up in the chain I see the GUID number defined by userID name. But then you would need the name(s) instead. Look here for those?
[HKEY_CURRENT_USER\Identities]

Perhaps using Identity Ordinal under the same key as an offset into multiple ID GUIDs/names? Not real sure how it all works either, sorry.


0
Reply to Message Icon

Related Posts

See More


C++ comparing 2 strings MFC scroll bar message he...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch:readin registry sub key value

del a reg key value with batch www.computing.net/answers/programming/del-a-reg-key-value-with-batch/9246.html

Batch registry-adding binary value www.computing.net/answers/programming/batch-registryadding-binary-value/10396.html

Batch registry keys www.computing.net/answers/programming/batch-registry-keys/9452.html