Befehl aus Reg-Datei wird nicht übernommen.
Servus zusammen,
ich habe mir eine Reg -Datei mit mehreren Befehlen geschrieben. Wenn ich dann auf zusammenführen klicken (oder Doppelklick) werden alle Befehle in die Registry übernommen, außer der Befehl mit der Pfad-Angabe ( "Path"="\\Srv01\oberfl$\" )
hier mal ein Ausschnitt:
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security]
"AllowSubfolders"=dword:00000001
"Description"="Datenbank"
"Date"="10.11.2014 13:57"
"Path"="\\Srv01\oberfl$\"
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations\Location(n)]
"AllowSubfolders"=dword:00000001
"Description"="Datenbank"
"Date"="10.11.2014 13:57"
"Path"="\\Srv01\oberfl$\"
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations]
"AllowNetworkLocations"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access]
"MTTF"=dword:00024c6b
"MTTA"=dword:000cf644
"AccessName"="Microsoft Access Runtime"
ich müsste dann den Pfad Eintrag an jedem Client händisch in die Reg eintragen, was bei der Menge an Clients ganz schon nervig ist.
Was habe ich falsch gemacht?
Vielen Dank,
Grüße
Geraldine
ich habe mir eine Reg -Datei mit mehreren Befehlen geschrieben. Wenn ich dann auf zusammenführen klicken (oder Doppelklick) werden alle Befehle in die Registry übernommen, außer der Befehl mit der Pfad-Angabe ( "Path"="\\Srv01\oberfl$\" )
hier mal ein Ausschnitt:
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security]
"AllowSubfolders"=dword:00000001
"Description"="Datenbank"
"Date"="10.11.2014 13:57"
"Path"="\\Srv01\oberfl$\"
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations\Location(n)]
"AllowSubfolders"=dword:00000001
"Description"="Datenbank"
"Date"="10.11.2014 13:57"
"Path"="\\Srv01\oberfl$\"
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations]
"AllowNetworkLocations"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access]
"MTTF"=dword:00024c6b
"MTTA"=dword:000cf644
"AccessName"="Microsoft Access Runtime"
ich müsste dann den Pfad Eintrag an jedem Client händisch in die Reg eintragen, was bei der Menge an Clients ganz schon nervig ist.
Was habe ich falsch gemacht?
Vielen Dank,
Grüße
Geraldine
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 254354
Url: https://administrator.de/contentid/254354
Ausgedruckt am: 25.11.2024 um 10:11 Uhr
5 Kommentare
Neuester Kommentar
Hallo,
Gruß,
Peter
[Nachtrag]
Wir sagen auch Quoten oder Maskieren dazu.... Auszug aus http://priede.bf.lu.lv/ftp/pub/Service_Pack/Windows/registri/manupulati ...[/Nachtrag]
Zitat von @SATCG1992:
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security]
"Path"="\\Srv01\oberfl$\"
Erstell dir mal diesen Eintrag manuell im Regedit und dann exportiere ihn mal. Dann wirst du feststellen das dort der Pfad Eintrag in etwas andere Form drin steht als du ihn immer reinhauen möchtest. Der Unterschied macht es eben doch [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security]
"Path"="\\Srv01\oberfl$\"
ich müsste dann den Pfad Eintrag an jedem Client händisch in die Reg eintragen
Nein, nicht nötig, aber es muss schon richtig gemacht werden...Was habe ich falsch gemacht?
Sieh es dir selbst an Gruß,
Peter
[Nachtrag]
Wir sagen auch Quoten oder Maskieren dazu.... Auszug aus http://priede.bf.lu.lv/ftp/pub/Service_Pack/Windows/registri/manupulati ...
You must follow some other conventions when you build Registry files. The backslash (\) character has special meaning (i.e., a directory designator) to the operating system (OS). If you want to use the backslash character literally in a REG_SZ string within your Registry file (e.g., in a UNC path (\\Servername) or a directory name (C:\Program Files), you must precede it with another backslash. For example, I might have a value I need to fill called LogonServer, with the UNC path to servera. In my .reg script, the line that assigns this value would look like the following:
"Logonserver"="\\\\servera"
where each literal backslash is preceded by a backslash to indicate that it should be taken literally and included when Regedit processes the script.
Hallo,
Geht doch
Dann bitte noch ein Wie kann ich einen Beitrag als gelöst markieren? drangepappt.
Gruß,
Peter
Geht doch
Dann bitte noch ein Wie kann ich einen Beitrag als gelöst markieren? drangepappt.
Gruß,
Peter