@echo off
regedit.exe /e E:\file1.txt "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Run"
echo End of file >> E:\file1.txt
regedit.exe /e E:\file2.txt "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Run"
echo End of file >> E:\file2.txt
regedit.exe /e E:\file3.txt "HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run"
echo End of file >> E:\file3.txt
regedit.exe /e E:\file4.txt "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
echo End of file >> E:\file4.txt
regedit.exe /e E:\file5.txt "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\ShellServiceObjectDelayLoad"
echo End of file >> E:\file5.txt
regedit.exe /e E:\file6.txt "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
echo End of file >> E:\file6.txt
regedit.exe /e E:\file7.txt "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe"
echo End of file >> E:\file7.txt
regedit.exe /e E:\file8.txt "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\Explorer\Browser Helper Objects"
echo End of file >> E:\file8.txt