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

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

Аватара для Pozia

Ветеран


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

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


Системные твики:

Код: Выделить весь код
Windows Registry Editor Version 5.00

;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;++++++++++++++++++++++++++++++++++++++++++	HKCR	+++++++++++++++++++++++++++++++++
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

;Настройка меню ПКМ
[HKEY_CLASSES_ROOT\Directory\Background\shell\Task Manager]
@="Диспетчер задач"
"Icon"="taskmgr.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Task Manager\command]
@="taskmgr"
[HKEY_CLASSES_ROOT\Directory\Background\shell\System Properties]
@="Свойства системы"
"Icon"="imageres.dll,-149"
[HKEY_CLASSES_ROOT\Directory\Background\shell\System Properties\command]
@="control sysdm.cpl"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Security Center]
@="Центр обеспечения безопасности"
"Icon"="wscui.cpl"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Security Center\command]
@="control wscui.cpl"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Programs and Features]
@="Программы и компоненты"
"Icon"="imageres.dll,-87"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Programs and Features\command]
@="control appwiz.cpl"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Folder Options]
@="Свойства папки"
"Icon"="imageres.dll,-166"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Folder Options\command]
@="control folders"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Administrative Tools]
@="Администрирование"
"Icon"="imageres.dll,-114"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Administrative Tools\command]
@="control admintools"

;добовление в контекстное меню Службы
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Службы\command]
@="mmc -s services.msc"

;Добавить "Открыть еще чем-то..." в контекстное меню
[HKEY_CLASSES_ROOT\*\Shell\openas] 
@="Открыть еще чем-то..." 
[HKEY_CLASSES_ROOT\*\Shell\openas\command] 
@="rundll32.exe shell32.dll,OpenAs_RunDLL \"%1\""
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}" 

;Добавить в контекстное меню dll-файлов команду register/unregister
[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

;Добавить в контекстное меню осх-файлов команду register/unregister
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

;Стать владельцем и задать полный доступ к объекту
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Стать владельцем и задать полный доступ к объекту"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Стать владельцем и задать полный доступ к объекту"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;++++++++++++++++++++++++++++++++++++++++++	HKLM	+++++++++++++++++++++++++++++++++
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

;==========================================	Службы	==================================
;Отключение защитника Windows
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\WinDefend]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinDefend]
"Start"=dword:00000004
;Отключениее центра обнавления Windows
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\wuauserv]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wuauserv]
"Start"=dword:00000004
;Отключение защиты программного обеспечения
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\sppsvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\sppsvc]
"Start"=dword:00000004
;отключение службы регистрации ошибок Windows
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\WerSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WerSvc]
"Start"=dword:00000004
;Отключение теневого копирования тома
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\VSS]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS]
"Start"=dword:00000004
;Отключение удаленного реестра
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\RemoteRegistry]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteRegistry]
"Start"=dword:00000004
;Отключение вторичного входа в систему
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\seclogon]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\seclogon]
"Start"=dword:00000004

;==========================================	IE8	==================================
;Автоматическая подстановка доменов зоны RU BY в IE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\UrlTemplate]
"5"="www.%s.ru"
"6"="www.%s.by"
;Отключить предупреждения при открытии локальных HTML-файлов 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]
"explorer.exe"=dword:00000001
"iexplore.exe"=dword:00000001
;ускорение загрузки веб страниц
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000001
"HostsPriority"=dword:00000001
"LocalPriority"=dword:00000001
"NetbtPriority"=dword:00000001

;==========================================	Разные	==================================
;Управление отображением Корзина в Сервис - Свойства папки - Вид
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDesktop]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Показать Корзину на рабочем столе"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
;Управление отображением Мой компьютер в Сервис - Свойства папки - Вид
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\MyCompOnDesktop]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Показать Мой компьютер на рабочем столе"
"Type"="checkbox"
"ValueName"="{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001

;Временная зона - Минск
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\TimeZoneInformation]
"Bias"=dword:ffffff88
"DaylightName"="@tzres.dll,-331"
"StandardName"="@tzres.dll,-332"
"TimeZoneKeyName"="E. Europe Standard Time"
"ActiveTimeBias"=dword:ffffff88
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:ffffff88
"DaylightName"="@tzres.dll,-331"
"StandardName"="@tzres.dll,-332"
"TimeZoneKeyName"="E. Europe Standard Time"
"ActiveTimeBias"=dword:ffffff88

;Отключить поиск в сети Интернет при открытии файла с неизвестными расширением
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"NoInternetOpenWith"=dword:00000001

;Отображать сначала метку, а потом букву диска
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004

;Не проверять наличие обнавлений
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001

;Отключить файл подкачки
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"PagingFiles"=hex(7):00,00

;Запретить удаленного помощника
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Remote Assistance]
"fAllowToGetHelp"=dword:00000000

;Temp на "С" для системы
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"TEMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,\
  00,65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
"TMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,00,\
  65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment]
"TEMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,\
  00,65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
"TMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,00,\
  65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\Environment]
"TEMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,\
  00,65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
"TMP"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,00,\
  65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00

;Отключение Бибилиотек в Windows 7
[-HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
“{031E4825-7B94-4dc3-B131-E946B44C8DD5}”=-

;Добавляет запись просмотра в Media Center в меню автозапуска в Windows 7
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomeDVDDropTarget]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,35,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,37,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomeVideoDropTarget"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomeMusicDropTarget]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,31,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,36,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomeMusicDropTarget"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomePhotosHandler]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,31,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,38,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomePhotosHandler"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomeSVCDDropTarget]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,35,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,32,00,33,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomeVideoDropTarget"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomeVCDDropTarget]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,35,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,32,00,32,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomeVideoDropTarget"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\EHomeVideosHandler]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,00,31,00,00,\
  00
"Provider"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  6f,00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,\
  00,72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,35,00,\
  00,00
"Action"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,65,00,48,00,6f,00,6d,00,65,00,5c,00,65,00,68,00,64,00,\
  72,00,6f,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,00,39,00,00,\
  00
"InvokeProgId"="EHomeDropTarget.EHomeVideosHandler"
"InvokeVerb"="play"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival]
"EHomeMusicDropTarget"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival]
"EHomeDVDDropTarget"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\PlaySuperVideoCDMovieOnArrival]
"EHomeSVCDDropTarget"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\PlayVideoCDMovieOnArrival]
"EHomeVCDDropTarget"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival]
"EHomeVideosHandler"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\ShowPicturesOnArrival]
"EHomePhotosHandler"=""
Продолжение следует...

-------
Жизни вглядись в глаза: Это то, что ты всегда искал? Это то, что ты всегда хотел? Да или нет?

Это сообщение посчитали полезным следующие участники:

Отправлено: 03:41, 10-01-2010 | #201