Hello,
I need to export registry key to .txt file by using .bat file, but it's kinda complicated
Here is what I built
And it gives this output, what is correct
But I need to export just info from bolded content below:
Is this possible, and how? I know how to export whole HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer key, but need only this, if it's somehow possible?
Thanks in advantage
I need to export registry key to .txt file by using .bat file, but it's kinda complicated
Here is what I built
Code:
if exist %temp%version.txt del /q %temp%\version.txt
regedit /e %temp%\version.txt "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector"
start %temp%\version.txt
And it gives this output, what is correct
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector]
"IE"="9.0000"
"VML"="1.0"
"WindowsEdition"="1"
"Skype"="6.1.129"
But I need to export just info from bolded content below:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer]
"MkEnabled"="Yes"
"Version"="9.0.8112.16421"
"Build"="98112"
"IntegratedBrowser"=dword:00000001
"W2kVersion"="9.0.8112.16421"
"svcKBFWLink"="http://go.microsoft.com/fwlink/?LinkID=271112"
"svcVersion"="9.0.8112.16421"
"svcUpdateVersion"="9.0.12"
"svcKBNumber"="KB2761465"
Is this possible, and how? I know how to export whole HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer key, but need only this, if it's somehow possible?
Thanks in advantage
My Computer
- OS
- Windows 7 Ultimate 32bit