Lum*_*ify 7 windows dvd iso-image burning windows-10
如何在 Windows 10 上将 ISO 文件刻录到 DVD?旧工具已不复存在。我需要制作一张新的 live Linux 光盘,因为我的旧光盘已经过时了。
Run*_*n5k 12
内置的工具也仍然存在。如果“不存在此类选项”,则表示有人在该特定 Windows 10 配置中安装了更改默认.iso文件类型关联的软件。因此,您看不到.iso像往常一样将文件刻录到光盘的默认功能。
使用以下代码,将其粘贴到记事本中,将其另存为.reg文件并将其与管理员权限合并以恢复您的默认文件类型关联:
Windows Registry Editor Version 5.00
; Created by: Shawn Brink
; http://www.tenforums.com
; Tutorial: http://www.tenforums.com/tutorials/8703-default-file-type-associations-restore-windows-10-a.html
[-HKEY_CLASSES_ROOT\.iso]
[HKEY_CLASSES_ROOT\.iso]
@="Windows.IsoFile"
[HKEY_CLASSES_ROOT\.iso\OpenWithProgids]
"Windows.IsoFile"=""
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.iso]
[-HKEY_CLASSES_ROOT\Windows.IsoFile]
[HKEY_CLASSES_ROOT\Windows.IsoFile]
@="Disc Image File"
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,33,00,30,00,36,00,30,00,32,00,00,00
[HKEY_CLASSES_ROOT\Windows.IsoFile\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,6d,00,\
61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,35,\
00,32,00,30,00,35,00,00,00
[HKEY_CLASSES_ROOT\Windows.IsoFile\shell]
@="mount"
[HKEY_CLASSES_ROOT\Windows.IsoFile\shell\burn]
"MUIVerb"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,69,00,73,00,6f,00,62,00,75,00,72,00,6e,00,2e,00,65,00,78,00,65,00,2c,00,\
2d,00,33,00,35,00,31,00,00,00
[HKEY_CLASSES_ROOT\Windows.IsoFile\shell\burn\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,73,00,\
6f,00,62,00,75,00,72,00,6e,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,00,31,\
00,22,00,00,00
[HKEY_CLASSES_ROOT\Windows.IsoFile\shell\mount]
"CommandStateSync"=""
"ExplorerCommandHandler"="{9ab3b1c9-3225-4bb4-93b6-bfb3c0d93743}"
"MultiSelectModel"="Document"
[HKEY_CLASSES_ROOT\Windows.IsoFile\shell\mount\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,00,00
"DelegateExecute"="{9ab3b1c9-3225-4bb4-93b6-bfb3c0d93743}"
[HKEY_CLASSES_ROOT\Windows.IsoFile\tabsets]
"selection"=dword:00000704
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.iso]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.iso]
Run Code Online (Sandbox Code Playgroud)
您还可以.reg从以下原始来源的现成文件中下载相同的代码...
(来源: 在 Windows 10 中恢复默认文件类型关联)
.iso恢复默认文件类型关联后,重复问题中引用的已接受答案应该可以正常工作。
在 Windows 10 中,您只需右键单击 ISO 并选择将其刻录到磁盘。
| 归档时间: |
|
| 查看次数: |
70583 次 |
| 最近记录: |