Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 6
Благодарности: 0

Профиль | Отправить PM | Цитировать


Цитата Ment69:
Цитата Andreymaa:
а как его ставить, никто не подскажет?? »
Цитата:
Installation
After you have downloaded and double-clicked the file <File Name>, files self-extract and copy into the C:\Cabs\A20381-001-001 folder on the hard drive.
1. From the Start menu, type C:\Cabs\A20381-001-001\Hotstart.cmd into the Start Search Field and press ENTER.
2. In the User Account Control dialog box, click Allow/Continue.
Скачай разархивируй и запусти Hotstart.cmd он внесет изменения в реестр с помошью двух reg файлов. »
Вот батник Hotstart.cmd:

@echo off
rem This script enables the hotstart functionality for the Triton and Tempest
rem notebook platforms
rem the default applications launched are based on the ehshell.exe as an
rem indicator of Vista version.
rem
rem Created J. YU 3/29/2007

IF EXIST c:\windows\ehome\ehshell.exe goto MEDIA

:CYPER
regedit /s .\cyber.reg
goto END

:MEDIA
regedit /s .\media.reg
goto END

:END

А вот содержание reg файлов:

1. cyber.reg

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\1]
"ApplicationPath"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\""
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\2]
"ApplicationPath"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\""
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\3]
"ApplicationPath"="\"C:\\Program Files\\CyberLink\\PowerDVD\\PowerDVD.exe\""

2. media.reg

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\1]
"ApplicationPath"="\"C:\\Windows\\ehome\\ehshell.exe\""
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\2]
"ApplicationPath"="\"C:\\Windows\\ehome\\ehshell.exe\" /directmedia:music"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\3]
"ApplicationPath"="\"C:\\Windows\\ehome\\ehshell.exe\" /directmedia:discplayback"



Они разве могут как то повлиять на три моих неизвестных (ACPI\PNP0C32\1, ACPI\PNP0C32\2, ACPI\PNP0C32\3) устройства в диспетчере устройств??

Отправлено: 09:25, 18-01-2008 | #537