|
- reg add "HKCR\*\shell\ImDiskMountFile" /f /ve /t REG_SZ /d "装载为 ImDisk 虚拟磁盘"
- reg add "HKCR\*\shell\ImDiskMountFile" /f /v "Icon" /t REG_SZ /d "imdisk.cpl,0"
- reg add "HKCR\*\shell\ImDiskMountFile\command" /f /ve /t REG_SZ /d "rundll32.exe imdisk.cpl,RunDLL_MountFile %%L"
- reg add "HKCR\Drive\shell\ImDiskSaveImage" /f /ve /t REG_SZ /d "将磁盘内容保存为映像文件"
- reg add "HKCR\Drive\shell\ImDiskSaveImage" /f /v "Icon" /t REG_SZ /d "imdisk.cpl,0"
- reg add "HKCR\Drive\shell\ImDiskSaveImage\command" /f /ve /t REG_SZ /d "rundll32.exe imdisk.cpl,RunDLL_SaveImageFile %%L"
- reg add "HKCR\Drive\shell\ImDiskUnmount" /f /ve /t REG_SZ /d "卸载 ImDisk 虚拟磁盘"
- reg add "HKCR\Drive\shell\ImDiskUnmount" /f /v "Icon" /t REG_SZ /d "imdisk.cpl,0"
- reg add "HKCR\Drive\shell\ImDiskUnmount\command" /f /ve /t REG_SZ /d "rundll32.exe imdisk.cpl,RunDLL_RemoveDevice %%L"
复制代码
保存为批处理脚本写入。 |
|