|
本帖最后由 chiannet 于 2015-4-26 23:16 编辑
reg add "HKCR\.iso" /f /ve /t REG_SZ /d "imdisk.iso"
reg add "HKCR\imdisk.iso" /f /ve /t REG_SZ /d "ISO"
reg add "HKCR\imdisk.iso\DefaultIcon" /f /ve /t REG_SZ /d "%Windir%\system32\imdisk.cpl"
reg add "HKCR\imdisk.iso\shell" /f /ve /t REG_SZ /d ""
reg add "HKCR\imdisk.iso\shell\open" /f /ve /t REG_SZ /d ""
reg add "HKCR\imdisk.iso\shell\open\command" /f /ve /t REG_SZ /d "\"%Windir%\system32\pecmd.exe\" \"load imdsikiso.wcs %%1\""
del %0
上面这段保存为abc.cmd,在PECMD.ini某处调用运行一下,下面这段文字保存为%Windir%\system32\imdsikiso.wcs,我没有测试,你自己测试吧。
forx * a b c d e f g h i j k l m n o p q r s t u v w x y z,K,ifex %k%:\,!call abc
_sub abc
imdisk -a -f "%%1" -m %k%:
ifex %k%:\setup.exe,EXEC %k%:\setup.exe!EXEC explorer.exe %k%:\
EXIT File
_end
|
|