Page 1 of 1
Change a registry setting
Posted: 15 Nov 2013 07:21
by anoble1
How come this does not work? I am trying to prompt for a read receipt in Outlook. When I run this it does not change it. But I am able to change it manually and it work. Am I missing something?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Options\Mail]
"Receipt Response"=dword:00000002
Re: Change a registry setting
Posted: 15 Nov 2013 07:36
by foxidrive
Show us your batch code...
Re: Change a registry setting
Posted: 16 Nov 2013 08:05
by Dos_Probie
Have you tried right clicking and run as admim? also some of the global keys that are in use you may get a "cannot Import accessing the registry" error that prevents you from making any changes, Check permissions by right clicking on the key - Permissions - Advanced - under (account name) does it say permission = full control ? if read only then you will have to set permissions manually or better yet run a script that will change the reg file from read-only to full control permissions. I recenlty had the same issue and created a vbs script to do it all for me..take a look at links below for more info on this..DP
http://stackoverflow.com/questions/1085 ... gistry-keyhttp://www.mydigitallife.info/grant-rea ... n-regedit/