1、我在wince6.0上启动自己的应用程序,例如:"Launch50"="myapp.exe""Depend50"=hex:14,00,1e,00,怎么会发出噗噗的声音?
2、wince6.0下会启动这个.exe文件:"Launch60"="servicesStart.exe",它的主要作用是什么?
1.呵呵,不是吧,声音都出来了,那你的myapp.exe是干什么的呀?
2.servicesStart.exe没有注意过,明天看看
"Launch50"="explorer.exe"的时候不会有声音吗?
WINCE在启动的时候是会发出一些声音的。
platform.reg里添加一项
[HKEY_CURRENT_USER\ControlPanel\Volume]
"Mute"=dword:0
看看还会不会有声音了?
注意这个只用来测试,因为这么设置会屏蔽事件声音等
Mute : DWORD The default value is 7, which means all sounds are enabled
This value identifies which types of sounds are enabled. It is a bitwise OR of the following values.
1 - Notification sounds are enabled
2 - Application sounds are enabled.
4 - Event sounds are enabled.