|
|
本帖最后由 pcl_test 于 2017-6-14 12:27 编辑
有一optput.txt內容如下
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\\{B43EA4C8-97EE-4580-B57C-D5802DA9B67E}]
"AuthorizedCDFPrefix"=""
"Comments"=""
"Contact"=""
"DisplayVersion"="12.1.2015.2015"
"HelpLink"=""
"HelpTelephone"=""
"InstallDate"="20131030"
"InstallLocation"="C:\\Program Files (x86)\\Symantec\\Symantec Endpoint Protection\\12.1.2015.2015.105\\"
"URLInfoAbout"=""
"URLUpdateInfo"=""
"VersionMajor"=dword:0000000c
"VersionMinor"=dword:00000001
"WindowsInstaller"=dword:00000001
"Version"=dword:0c0107df
"Language"=dword:00000804
"DisplayName"="Symantec Endpoint Protection"
"DisplayIcon"="C:\\Program Files (x86)\\Symantec\\Symantec Endpoint Protection\\12.1.2015.2015.105\\Bin\\SymCorpUI.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\\{CC8BA866-16A7-4667-BA0C-C494A1E7B2BF}
"AuthorizedCDFPrefix"=""
"Comments"=""
想抓取"DisplayIcon"="C:\\Program Files (x86)\\Symantec\\Symantec Endpoint Protection\\12.1.2015.2015.105\\Bin\\SymCorpUI.exe" 的下两行
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\\{CC8BA866-16A7-4667-BA0C-C494A1E7B2BF}
并输出成get.txt 请问该如何做? |
|