Writing to Registry
"thundley99" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I am trying to modify a reg key to simply turn Cached Exchange mode on in MS Outlook. I have found the correct key that needs to be the following: [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\13dbb0c8aa05101a9bb000aa002fc45a] "00036601"=hex:84,01,00,00 This key will turn cached mode on in Outlook. I just need a simple script to do this.. Any help would be great. Thank you