jodecpmp
Goto Top

ADM Erstellung dword Werte verteilen

Hallo zusammen,

hab schon paar Beiträge durch krieg aber scheinbar einfaches nicht hin.

Will folgenden REG Key als DWORD Wert für alle User verteilen:

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Mail
"AllowTNEFtoCreateProps"=dword:00000000
"AllowMSGFilestoCreateProps"=dword:00000001

Hab versucht daraus ein adm zu erstellen krieg aber dauernd Fehler

CLASS USER
CATEGORY "Outlook Formulare"
CATEGORY "Software\Microsoft\Office\11.0\Outlook\Options\Mail"
POLICY Mail
KEYNAME Software\Microsoft\Office\11.0\Outlook\Options\Mail
PART AllowTNEFtoCreateProps NUMERIC
VALUENAME "AllowTNEFtoCreateProps"
DEFAULT 1
END PART
END POLICY
END CATEGORY

Danke für die HIlfe steh irgendwie aufm Schlauch ist bestimmt super simpel.

Lösung gefunden:


CLASS USER
CATEGORY Software\Microsoft\Office\11.0\Outlook\Options
POLICY Mail
KEYNAME Software\Microsoft\Office\11.0\Outlook\Options\Mail
PART AllowTNEFtoCreateProps NUMERIC
VALUENAME "AllowTNEFtoCreateProps"
END PART
PART AllowMSGFilestoCreateProps NUMERIC
VALUENAME "AllowMSGFilestoCreateProps"
END PART
END POLICY
END CATEGORY

Content-Key: 106236

Url: https://administrator.de/contentid/106236

Printed on: April 19, 2024 at 07:04 o'clock