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
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?
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.
Summary: in regards to a post too old to reply too, subject called "delete a registry key with batch" firstly SN very nice job! your .inf file works great, although your batch file doesn't work on XP. my ques...
Summary: I have a batch script which adds alot of keys (all dwords) to the registry. I want to now add a binary value, however, the value I want to add was given in hex. Here is what I have: ******************...
Summary: hay dude, if u use a win xp or win server 2003 then microsoft itself provides a exe file named "reg.exe" to access and modify regsitry.consider the below piece of code. CREATE.BAT CONTAINS THE...