Aktionen

JumpingProfiles:Office2010 Word Makros erlauben

Aus znilwiki

Für Word 2010: Stellt die Makrosicherheit aus, erlaubt Makros von Netzwerkpfaden und definiert vertrauenswürdige Netzwerkpfade.
Sollte in die GroupLogin.dat eingebaut werden, funktioniert aber auch in der GroupInit.dat

Warning.png
Warnung: Wir deaktivieren mit VBAWarnings = REG_DWORD 1 alle VBA und Makro Warnungen! Jedes Makro läuft nun ohne Warnmeldung!



Download: JumpingProfiles-Word2010MakroSecurity.txt

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\
VBAWarnings = REG_DWORD 1

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\Trusted Locations\
AllowNetworkLocations = REG_DWORD 1

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\Trusted Locations\Location0\
Description = REG_SZ 0
Path = REG_EXPAND_SZ %APPDATA%\Microsoft\Templates

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\Trusted Locations\Location1\
AllowSubFolders = REG_DWORD 1
Description = REG_SZ 1
Path = REG_SZ C:\Program Files (x86)\Microsoft Office\Templates\

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\Trusted Locations\Location2\
Description = REG_SZ 2
Path = REG_EXPAND_SZ %APPDATA%\Microsoft\Word\Startup

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Security\Trusted Locations\Location3\
AllowSubfolders = REG_DWORD 1
Description = REG_SZ 3
Path = REG_SZ \\server\freigabe\Templates\


Die Location0 bis Location3 sind die voreingestellten Pfade. Wobei bei einer Ordnerumleitungen des %APPDATA% Ordners die Location0 und Location2 nicht ohne die Setzung des Wertes

AllowNetworkLocations = REG_DWORD 1

funktionieren.

Sollten noch mehr eigene Locations benötigt werden, so diese einfach nach dem Schema fortlaufend anhängen (Location4 ... Location10).

Kommentare

Loading comments...