I must erase on 200 computers a value on Registry
because when on lan a user open Microsoft Office it reinstall the application or search any files into a folder
I allready tried and run ok
I thinked to create a exe to make fast the operation from each terminal
I must change a value into HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Delivery\CdCache
from 2 to 0
I make this ...
local hKey
RegOpenKey( HKEY_LOCAL_MACHINE,;
"Software\Microsoft\Office\11.0\Delivery\CdCache", @hKey )
RegDeleteKey( hKey, "CdCache" )
RegCloseKey( hKey )
but it delete the value and I wish insert a "0" (zero) into this value
How I can do ?
thanks
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com