Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 22cb060

Browse files
Update DVDFab.ps1
Changed Mode
1 parent 7af0583 commit 22cb060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DVDFab.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $Media= (Get-WMIObject -Class Win32_CDROMDrive -Property *).MediaLoaded
5555
$DVDFab= "C:\Program Files\DVDFab\DVDFab 12\DVDFab64.exe"
5656
#Set DVDFab Mode
5757
#Double Quotes required, DVDFab Commandline needs quotes https://www.dvdfab.cn/manual/introduction/command-line
58-
$Mode="`"BDFULLDISC`""
58+
$Mode="`"CLONE`""
5959
#Set DVD Drive Letter
6060
$DVD= "`"D:\`""
6161
#Get DVD Label Name for ISO File Name, Set Optical Drive Letter

0 commit comments

Comments
 (0)