jodecpmp

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
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 106236

Url: https://administrator.de/forum/adm-erstellung-dword-werte-verteilen-106236.html

Ausgedruckt am: 04.05.2025 um 15:05 Uhr