Add key in registry

  • Thread starter Thread starter Alexandre Evaristo
  • Start date Start date
A

Alexandre Evaristo

Hi,
Necessary to add to a key of register of the machines... with a new value
dword = 1 It has as to make this it saw GPO
grateful
 
Howdy Alexandre!

Alexandre said:
Necessary to add to a key of register of the machines... with a new value
dword = 1 It has as to make this it saw GPO
grateful

What's that key's name? What value will you be adding? Maybe we've got
something already prepared for you or someone else already built
something like this.

Anyway: you do have two options to create a new reg key and value:
a) create a startup script that calls a .reg file or
b) create yourself a custom ADM template as described here:
http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html

cheers,

Florian
 
Necessary to create and all the stations a value dword with name
"DumpsterAlwaysOn" in the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options key This
becomes possible that exactly messages deletadas with shift + del are
recouped in outlook.
 
Alexandre said:
Necessary to create and all the stations a value dword with name
"DumpsterAlwaysOn" in the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options key This
becomes possible that exactly messages deletadas with shift + del are
recouped in outlook.


CLASS MACHINE

CATEGORY "Outlook Exchange-Settings"
POLICY "Activate Dumpster"
KEYNAME "SOFTWARE\Microsoft\Exchange\Client\Options"
VALUENAME "DumpsterAlwaysOn"
END CATEGORY

Mark
 
Mark, is there a way to remove a registry key?

Mark Heitbrink said:
CLASS MACHINE

CATEGORY "Outlook Exchange-Settings"
POLICY "Activate Dumpster"
KEYNAME "SOFTWARE\Microsoft\Exchange\Client\Options"
VALUENAME "DumpsterAlwaysOn"
END CATEGORY

Mark

--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Back
Top