Need a VB script to read the registry hive and the change its value - Urgent
I have scenario where i need to read the profile names under this hive - HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\ where there might be no of profiles with different name . For each profile name found i should change the one of the value (0003041b) of the subkey ( 0a0d020000000000c000000000000046) under it to FF FF FF FF
For example
if there are two profiles one is administrator and the second and the third has a unknown profile names
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Administrator\0a0d020000000000c000000000000046\0003041b - value to ff ff ff ff
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\unknownprofile name\0a0d020000000000c000000000000046\0003041b - value to ff ff ff ff
etc
For example
if there are two profiles one is administrator and the second and the third has a unknown profile names
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Administrator\0a0d020000000000c000000000000046\0003041b - value to ff ff ff ff
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\unknownprofile name\0a0d020000000000c000000000000046\0003041b - value to ff ff ff ff
etc
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
dugullett
12 years ago
Posted by:
akki
12 years ago