Thema: Delphi Alles in einem!

Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#19
  Alt 8. Feb 2003, 16:00
Weiß ich. So mache ich es ja mit Outlook- und den Explorer-Einstellungen:

Code:
@ECHO OFF
ECHO Exportieren der Registry-Settings...
ECHO.
ECHO.
regedit /s /e "f:\System Settings\HKCU Console.reg" "HKEY_CURRENT_USER\Console"
ECHO HKEY_CURRENT_USER\Console

regedit /s /e "f:\System Settings\HKCU Control Panel.reg" "HKEY_CURRENT_USER\Control Panel"
ECHO HKEY_CURRENT_USER\Control Panel

regedit /s /e "f:\System Settings\HKCU Explorer Advanced.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
ECHO HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

regedit /s /e "f:\System Settings\HKCU Explorer Shell Folders.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
ECHO HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

regedit /s /e "f:\System Settings\HKCU IExplorer.reg" "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer"
ECHO HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer

regedit /s /e "f:\System Settings\HKCU Internet Settings.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
ECHO HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

regedit /s /e "f:\System Settings\HKCU Outlook.reg" "HKEY_CURRENT_USER\Identities\{BE5AD565-48C5-433D-82FC-CC278359D790}\Software\Microsoft\Outlook Express"
ECHO HKEY_CURRENT_USER\Identities\{BE5AD565-48C5-433D-82FC-CC278359D790}\Software\Microsoft\Outlook Express

regedit /s /e "f:\System Settings\HKCU Shell Folders.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
ECHO HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

regedit /s /e "f:\System Settings\HKLM Explorer Advanced.reg" "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
ECHO HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

regedit /s /e "f:\System Settings\HKLM Startmenu.reg" "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartMenu"
ECHO HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartMenu

regedit /s /e "f:\System Settings\GExperts6.reg" "HKEY_CURRENT_USER\Software\Borland\Delphi\6.0\GExperts-1.1"

ECHO.
ECHO.
ECHO.
pause
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat