To create a CD to preserve user email data, I plan to move Outlook Express and the address book to drive D. The code used is:
reg add "HKEY_CURRENT_USER\Identities\{F4E98C86-4D9A-463F-920C-1DF555C3B434}\Software\Microsoft\Outlook Express\5.0" /v "Store Root" /t REG_EXPAND_SZ /d "D:\\Personal\\Outlook Express" /f
Has everyone used such code? Actually, there are great limitations. {F4E98C86-4D9A-463F-920C-1DF555C3B434} is different for each system. How to read this value according to the system code?
Also, there is a batch processing solution for the address book problem.
reg add "HKEY_CURRENT_USER\Identities\{F4E98C86-4D9A-463F-920C-1DF555C3B434}\Software\Microsoft\Outlook Express\5.0" /v "Store Root" /t REG_EXPAND_SZ /d "D:\\Personal\\Outlook Express" /f
Has everyone used such code? Actually, there are great limitations. {F4E98C86-4D9A-463F-920C-1DF555C3B434} is different for each system. How to read this value according to the system code?
Also, there is a batch processing solution for the address book problem.


