-
使用这个工具,你可以直接模拟Starforce的最小镜像,而不必在BIOS里禁用你的CD、DVD或者拔除光驱线。这个工具是完全合法的,因为它的工作原理并不是修改...
使用这个工具,你可以直接模拟Starforce的最小镜像,而不必在BIOS里禁用你的CD、DVD或者拔除光驱线。这个工具是完全合法的,因为它的工作原理并不是修改任何Starforce的文件,而是在Windows系统的设备管理中自动屏蔽你的CD或者DVD光驱,并用某种命令使它们免于被Starforce检测(大概是使光驱处于备用模式)。-use of this tool, you can direct simulation Starforce the smallest image, without the BIOS disable your CD, DVD or the uprooting of line drives. This tool is perfectly legitimate, because it is not the principle of amending any Starforce document, but in the Windows system management equipment to automatically shield your CD or DVD drive, and the use of a certain order so that they are free from Starforce detection (drive is probably in a standby mode).
- 2023-05-09 08:45:03下载
- 积分:1
-
es4xx8天鹅es60x8颤音
ES4xx8 SWAN ES60x8 Vibrato
Single-Chip DVD System Firmware Customization Notes-ES4xx8 SWAN ES60x8 Vibrato
Single-Chip DVD System Firmware Customization Notes
- 2022-02-26 04:12:48下载
- 积分:1
-
Support for DVD data disc burning, after careful testing, very useful
支持DVD数据光盘刻录,经过细心测试,非常实用-Support for DVD data disc burning, after careful testing, very useful
- 2022-03-15 12:27:25下载
- 积分:1
-
DG-K301SM
Service Manual
DVD PLAYER
MODEL DG-K301
- 2011-04-06 22:07:16下载
- 积分:1
-
samsung dvd source code part1
samsung dvd source code part1
- 2022-11-11 10:00:03下载
- 积分:1
-
sunplus MP3 logo相关做法及实例
sunplus MP3 logo相关做法及实例-sunplus MP3 logo-related practices and examples
- 2022-08-05 16:38:55下载
- 积分:1
-
aic
基于AT91M40800的AIC.C文件,用于DVD系统(Based on the AIC.C document AT91M40800 for the DVD system)
- 2020-10-05 08:47:39下载
- 积分:1
-
Sunplus8202D based on a complete description of the source code debugging. Dvd d...
完整的基于sunplus8202D的源程序调试说明。关于dvd解码器存储的用户界面修改很好的参考资料。开机画面如何更改等。-Sunplus8202D based on a complete description of the source code debugging. Dvd decoder stored on the user interface to amend a good reference. How do I change the boot screen and so on.
- 2022-05-05 07:12:52下载
- 积分:1
-
歌霸dvd,卡拉ok点唱系统risc部分代码
歌霸dvd,卡拉ok点唱系统risc部分代码-Song Pa dvd, karaoke singing ok point system RISC part of the code
- 2022-01-26 06:35:21下载
- 积分:1
-
期权explicitprivate宣布cddoor库函数
Option Explicit
Private Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA" _
(ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Dim state1 As Boolean
Private Sub Command1_Click()
打开光驱
state1 = True
Call CDdoor("set CDAudio door open", 0, 0, 0)
End Sub
Private Sub Command2_Click()
关闭光驱
state1 = False
Call CDdoor("set CDAudio door closed", 0, 0, 0)
End Sub
Private Sub Command3_Click()
End
End Sub-Option ExplicitPrivate Declare Function CDdoor Lib
- 2022-02-13 01:18:34下载
- 积分:1