可是这样做是违法的
我的一个朋友就是这么干
现在接到了powerdvd的邮件警告
可我已经做了[
]
DVD播放是要装第三方解码器的,DirectX只带了dvd的控制接口
ps:装了PowerDVD,记得留下
CLAUD.ax
CLVSD.ax
以后可以
regsvr32 /s "CLAUD.ax"
regsvr32 /s "CLVSD.ax"
或
regsvr32 /s /u "CLVSD.ax"
regsvr32 /s /u "CLVSD.ax"
干脆
@echo off
echo -------------------------------------------------------------------------------
echo YUKI...
echo -------------------------------------------------------------------------------
echo.
if exist "%windir%/System32/Kernel32.dll" goto Windows_NT_2K_or_XP
if exist "%windir%/System/Kernel32.dll" goto Windows_95_98_or_ME
goto FinishInstall
:Windows_95_98_or_ME
copy "CLAUD.ax" "%windir%/System/CLAUD.ax"
copy "CLVSD.ax" "%windir%/System/CLVSD.ax"
regsvr32 /s "%windir%/System/CLAUD.ax"
regsvr32 /s "%windir%/System/CLVSD.ax"
goto FinishInstall
:Windows_NT_2K_or_XP
copy "CLAUD.ax" "%windir%/System32/CLAUD.ax"
copy "CLVSD.ax" "%windir%/System32/DVDVideo.ax"
regsvr32 /s "%windir%/System32/CLAUD.ax"
regsvr32 /s "%windir%/System32/CLVSD.ax"
goto FinishInstall
:FinishInstall
echo.
echo -------------------------------------------------------------------------------
echo YUKI...
echo -------------------------------------------------------------------------------
:EndSetup
记住啊
DirectX只带了dvd的控制接口,没有解码模块的