About SW-Quality Safety SW-Entwicklung UML Nachschlagen Programme
NTFS Dateirechte
WindowsCMD
Signatur Kryptierung
Neuronales Netz
Robots
Scart-Stecker
Wasserkuehlung
CMD Befehle HardLinks NET Befehl
 
Nützliche CMD (DOS-Box) Befehle Registry kopieren/sichern

Listen/Manipulation von Registryinhalten per CMD

  1. Anzeigen:
    reg query HKEY_LOCAL_MACHINE\Software\Microsoft\ /s
  2. Hinzufügen:
    reg add HKEY_LOCAL_MACHINE\Software\Microsoft\ /v Com /t REG_SZ /d abf7326
  3. Löschen:
    reg delete HKEY_LOCAL_MACHINE\Software\Microsoft\
  4. Auch für entfernte Rechner:
    reg add \\RECHNERNAME\HKEY_LOCAL_MACHINE\ ...
  1. Persönliche Explorer-Einstellungen sichern
    regedit /e c:\sicherung.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced"
  2. Persöhnliche Windows-Settings sichern:
    regedit /e c:\sicherung.reg "HKEY_CURRENT_USER\Control Panel\Appearance"
 

 
©; created Mon Aug 07 22:31:53 CEST 2006; eMail