Jump to content

itpro0309

Members
  • Posts

    1
  • Joined

  • Last visited

itpro0309's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Good Afternoon! I am currently working on project that I could use some assistance with and by the way Group Policy, while this would be of great assistance, is presently not an option, that's why we are using auto it for registry changes (or hacks): Objective: To force the Outlook 2003 client to empty deleted items once the client is closed and to also "disable (or gray out)" the empty deleted items upon exit checkbox in the options box. Progress thus far: We have the needed to registry keys to be able to make the changes [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\DisabledCmdBarItemsList] "TCID1"="1886" "UID"="1671" [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\General] "WarnDelete"=dword:00000000 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\DisabledCmdBarItemsList] "TCID1"="1886" "UID"="1671" [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Options\General] "WarnDelete"=dword:00000000 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Preferences] "EmptyTrash"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Preferences] "EmptyTrash"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "OutlookForceDel"="\"C:\\Program Files\\OutlookForceDel\\ForceDelete.bat\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "OutlookForceDelPermissions"="\"C:\\Program Files\\OutlookForceDel\\OutDelRunAs.exe\"" However, because this is under the HKCU, we can not write to these keys unless the user has admin rights (which is also not an option0. Because this will have to be run at start-up, we created a script to modify the permissions; however, this would not work, even running it as an admin. Does anyone have any recommendations as to how we can automate updating the permissions on the HKCU key's from to "Full Control" for everyone so we can write to these keys the needed additions/modifications? Any assistance would be greatly appreciated.
×
×
  • Create New...