level 9
✨Arika✨
楼主
比如
示例1
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Will]
[HKEY_CURRENT_USER\Software\Will\underthemoon_fd_c]
"D3D.DisableTnL"=hex:00,00,00,00
"DeactivePlay"=hex:01,00,00,00
"DisplayMode"=hex:00,00,00,00
"Mute"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"RButtonMode"=hex:01,00,00,00
"SystemDraw"=hex:01,00,00,00
"WndPos"=hex:00,00,00,00,00,00,00,00
"EffectSkip"=hex:00,00,00,00
"FontEdge"=hex:00,00,00,00
"UseFilt"=hex:01,00,00,00
"DisableCursor"=hex:00,00,00,00
"EnableJoyPad"=hex:01,00,00,00
"InstallDir"="E:\\ABC"
"InstallSrc"="I:\\"
"AutoMsg"=hex:07,00,00,00
"AutoSkip"=hex:00,00,00,00
"FontName"="MingLu"
"MsgSpeed"=hex:01,00,00,00
"Volume"=hex:58,02,00,00,e8,03,00,00,e8,03,00,00,e8,03,00,00,e8,03,00,00
"D3D.Tex16"=hex:00,00,00,00
"DisableQuick"=hex:00,00,00,00
"InstallType"=hex:02,00,00,00
"MsgPos"=hex:00,00,00,00,95,01,00,00
"SkipType"=hex:01,00,00,00
示例2
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\AIL\Ryobo\install]
"dir"="E:\\Ryobo\\"
"cur"="G:"
"set"=dword:00000002
"drv"="G:\\"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-f..truetype-meiryobold_31bf3856ad364e35_none_97d555dad0aa7ba9]
@="6.1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-f..truetype-meiryobold_31bf3856ad364e35_none_97d555dad0aa7ba9\6.1]
"6.1.7600.16385"=hex:01
@="6.1.7600.16385"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AIL-Ryobo]
"DisplayName"="1 -Maternity Insult-"
"UninstallString"="E:\\Ryobo\\UNINSTCL.EXE"
"DisplayIcon"="E:\\Ryobo\\1.exe,0"
示例1只有将【"InstallDir"="】,示例2【"dir"=】,【"UninstallString"=】和【"DisplayIcon"=】改成所在父目录路径才能运行exe,怎样将注册表以批处理自动导入所在文件夹路径运行程序。
2014年07月25日 04点07分
1
示例1
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Will]
[HKEY_CURRENT_USER\Software\Will\underthemoon_fd_c]
"D3D.DisableTnL"=hex:00,00,00,00
"DeactivePlay"=hex:01,00,00,00
"DisplayMode"=hex:00,00,00,00
"Mute"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"RButtonMode"=hex:01,00,00,00
"SystemDraw"=hex:01,00,00,00
"WndPos"=hex:00,00,00,00,00,00,00,00
"EffectSkip"=hex:00,00,00,00
"FontEdge"=hex:00,00,00,00
"UseFilt"=hex:01,00,00,00
"DisableCursor"=hex:00,00,00,00
"EnableJoyPad"=hex:01,00,00,00
"InstallDir"="E:\\ABC"
"InstallSrc"="I:\\"
"AutoMsg"=hex:07,00,00,00
"AutoSkip"=hex:00,00,00,00
"FontName"="MingLu"
"MsgSpeed"=hex:01,00,00,00
"Volume"=hex:58,02,00,00,e8,03,00,00,e8,03,00,00,e8,03,00,00,e8,03,00,00
"D3D.Tex16"=hex:00,00,00,00
"DisableQuick"=hex:00,00,00,00
"InstallType"=hex:02,00,00,00
"MsgPos"=hex:00,00,00,00,95,01,00,00
"SkipType"=hex:01,00,00,00
示例2
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\AIL\Ryobo\install]
"dir"="E:\\Ryobo\\"
"cur"="G:"
"set"=dword:00000002
"drv"="G:\\"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-f..truetype-meiryobold_31bf3856ad364e35_none_97d555dad0aa7ba9]
@="6.1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft-windows-f..truetype-meiryobold_31bf3856ad364e35_none_97d555dad0aa7ba9\6.1]
"6.1.7600.16385"=hex:01
@="6.1.7600.16385"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AIL-Ryobo]
"DisplayName"="1 -Maternity Insult-"
"UninstallString"="E:\\Ryobo\\UNINSTCL.EXE"
"DisplayIcon"="E:\\Ryobo\\1.exe,0"
示例1只有将【"InstallDir"="】,示例2【"dir"=】,【"UninstallString"=】和【"DisplayIcon"=】改成所在父目录路径才能运行exe,怎样将注册表以批处理自动导入所在文件夹路径运行程序。