RegistryTool 0.07


Funktionen, Beschreibung

Dateien

RegistryTool.exe
RegistryTool.ini

INI-Datei
    silent=0/1               'Silent Mode
    
    workstation_only=0/1     'nur Workstations ausführen
    
    32bit_only=0/1           'nur auf 32-bit Betriebssystem ausführen
    
    64bit_only=0/1           'nur auf 64-bit Betriebssystem ausführen
    
    Logfile=                 'Logdatei (optional)
    


    action=add/delete    'hinzufügen oder entfernen eines Registry-Eintrags
    
    path=                'Pfad des Registry-Eintrags (Beginn mit HKEY_LOCAL_MACHINE\,
    
                        HKEY_CURRENT_USER\, HKEY_CLASSES_ROOT\ oder HKEY_CURRENT_CONFIG)
    
    path_64bit=          'alternativer Pfad des Registry-Eintrags

                        bei 64-bit Betriebssystem, zB HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\...
    
    typ=                 'Typ des Registry-Eintrags (dword, reg_sz, reg_expand_sz oder reg_multi_sz)
    
    value=               'der Wert des Registry-Eintrags (bei action=add)
    


Commandline Argumente
      -s           'Silent Mode
    
      -h           'Hidden (kein Fenster)
    

Beispiele

Range (192.168.*.*) -> Lokales Intranet
action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1
key=*
typ=DWORD
value=1

action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1
key=:Range
typ=REG_SZ
value=192.168.*.*

Website (www.gak.at) -> Lokales Intranet
action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\gak.at\www
key=http
typ=DWORD
value=1

Excel 2010 -> Vertrauenswürdiger Speicherort
action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\Trusted Locations\Location7
key=Path
typ=REG_SZ
value=d:\daten

action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\Trusted Locations\Location7
key=AllowSubFolders
typ=DWORD
value=1

action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security\Trusted Locations\
key=AllowNetworkLocations
typ=DWORD
value=1

Word, Excel Verzeichnisse
action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options\
key=DOC-Path
typ=REG_SZ
value=w:\

action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Options\
key=DefaultPath
typ=REG_SZ
value=w:\

Explorer Ansicht (Erweiterungen bei bekannten Dateinamen ausblenden)
action=add
path=HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\
key=HideFileExt
typ=REG_SZ
value=0

Windows Defender Adware enable
action=add
path=HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\MpEngine
key=MpEnablePus
typ=DWORD
value=1

Screenshots

Screenshot