发新话题
打印

【建议】关于ISO关联以及虚拟光驱关联

【建议】关于ISO关联以及虚拟光驱关联

我很喜欢绿色版的软件 如果是手动备份注册表的话 是不是仅保留以下三项就可以了?

"Language"="2052"
"UserName"="XXX"
"Registration"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

那么如何自动关联 iso 到 UltraISO 呢?

建议新版增加关联 ISO 选项 以及 安装虚拟光驱选项

uikey.ini 真是不错  希望能添加更多功能

TOP

谢谢版主和zts59

请教 zts59 这样关联的ISO图标不是安装版的那种大图标
如何设置为UltraISO.exe 里图标组的大图标

另外反注册如何写?

[ 本帖最后由 blbl 于 2008-4-22 13:07 编辑 ]

TOP

哈哈  完善了一下!  比较完美了 HOHO  再次表示感谢


设置关联.cmd

@echo off
set dp=%~dp0
reg add "HKCR\UltraISO\DefaultIcon" /f /ve /t REG_SZ /d "\"%dp%UltraISO.exe\",0"
ftype UltraISO="%cd%\ultraiso.exe" "%%1"
assoc .iso=UltraISO
assoc .bin=UltraISO
assoc .isz=UltraISO
assoc .cue=UltraISO
assoc .mds=UltraISO
assoc .mdf=UltraISO
regsvr32 /s "%cd%\isoshell.dll"
cd drivers
isocmd.exe -i
cd..
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters  





取消关联.cmd

@echo off
TITLE 终止EXPLORER.EXE或重启,才能删除ISOSHELL.DLL。
reg delete "HKCR\UltraISO" /f
reg delete "HKCU\Software\EasyBoot Systems\UltraISO" /f
reg delete "HKLM\SOFTWARE\EasyBoot Systems\UltraISO" /f
ftype UltraISO=
assoc .iso=
assoc .bin=
assoc .isz=
assoc .cue=
assoc .mds=
assoc .mdf=
regsvr32 /u /s "%cd%\isoshell.dll"
cd drivers
isocmd.exe -r
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters

:killexpl
TASKKILL /F /IM EXPLORER.EXE
tasklist|find "explorer.exe"
if errorlevel 1 goto nofind
echo 结束explorer失败,explorer仍然在运行,重新执行
echo.
goto killexpl
exit

:nofind

echo 没有查找到explorer.exe进程
echo.
echo 本程序将启动EXPLORER主程序
start explorer.exe
exit

TOP

发新话题
最近访问的版块