manfred00
Goto Top

Netzwerkpfad in Registry Zeichenfolge

Hallo zusammen

Ich habe eine .reg Datei geschrieben, mit welcher ich neue Trusted Locations für Access Runtime 2007 hinzufüge.

Diese sieht folgender massen aus:

//Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations]
"AllowNetworkLocations"=dword:000001  

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0]
"AllowSubfolders"=dword:000001  

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0]
"Description"=""  

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0]
"Path"="\\Server\Verzeichnis\"//  

Wenn ich es ausführe werden die ersten drei Einträge sauber erstellt. Nur der letzte mit dem Netzwerkpfad nicht.
An was liegt das? Wenn ich den Eintrag manuell erstelle funktioniert es.

Content-Key: 178425

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

Printed on: April 20, 2024 at 03:04 o'clock

Member: Skyemugen
Skyemugen Jan 05, 2012 at 09:33:33 (UTC)
Goto Top
Aloha,

verdopple die Backslashes.

greetz André
Member: manfred00
manfred00 Jan 05, 2012 at 09:36:10 (UTC)
Goto Top
Hat funktioniert!

Vielen Dank face-smile

Gruss