Имя пользователя:
Пароль:
 

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

Аватара для DImaN!

Ветеран


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

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


DarkDream604, в данном случае вам нужно определиться какие опции из этого диалога вам нужны и просто экспортировать следующий параметр: [HKEY_CURRENT_USER\Control Panel\Desktop] UserPreferencesMask. После логофа ваши изменения применятся.
Для примера небольшой список значений для этого параметра:
Код: Выделить весь код
 0 - 01 00 00 00 = 0x00000001 - X-Mouse (Active window tracking); window get focus when the mouse poiter is over it; Windows 2000 and above, 0 = disable, 1 = enable, default 0
 1 - 02 00 00 00 = 0x00000002 - Menu animation (Fade or slide menus into view); effect depends on the value of bit 9; Windows 2000 and above, 0 = disable, 1 = enable, default 1
 2 - 04 00 00 00 = 0x00000004 - Combo box animation (Slide open combox boxes); Windows 2000 and above, 0 = disable, 1 = enable, default 1
 3 - 08 00 00 00 = 0x00000008 - List box smooth scrolling (Smooth-scroll list boxes); Windows 2000 and above, 0 = disable, 1 = enable, default 1
 4 - 10 00 00 00 = 0x00000010 - Gradient captions; effect for window title bars; Windows 2000 and above, 0 = disable, 1 = enable, default 1
 5 - 20 00 00 00 = 0x00000020 - Keyboard cues; underlined letters for keyboard navigation; Windows 2000 and above, 0 = hide (until Alt key is pressed), 1 = show, default 0
 6 - 40 00 00 00 = 0x00000040 - Active window tracking Z order; bit 0 must be enabled to work; Windows 2000 and above, 0 = disable, 1 = bring focused window to the top, default 0
 7 - 80 00 00 00 = 0x00000080 - Hot tracking (mouse-related window effects); Windows 2000 and above, 0 = disable, 1 = enable, default 1
 8 - 00 01 00 00 = 0x00000100 - *
 9 - 00 02 00 00 = 0x00000200 - Menu fade; bit 1 must be enabled to work; Windows 2000 and above, 0 = slide animation, 1 = fade animation, default 1
10 - 00 04 00 00 = 0x00000400 - Selection fade (Fade out menu items after clicking); Windows 2000 and above, 0 = disable, 1 = enable, default 1
11 - 00 08 00 00 = 0x00000800 - ToolTip animation (Fade or slide ToolTips into view); effect depends on the value of bit 12, Windows 2000 and above, 0 = disable, 1 = enable, default 1
12 - 00 10 00 00 = 0x00001000 - ToolTip fade; bit 11 must be enabled to work; Windows 2000 and above, 0 = slide animation, 1 = fade animation, default 1
13 - 00 20 00 00 = 0x00002000 - Cursor shadow (Show shadows under mouse pointer); more than 256 colors required; Windows 2000 and above, 0 = disable, 1 = enable, default 1
14 - 00 40 00 00 = 0x00004000 - Show location of pointer when the CTRL key is pressed; Windows XP and above, 0 = disable, 1 = enable, default 0
15 - 00 80 00 00 = 0x00008000 - ClickLock; highlight or drag without holding down the mouse button, Windows XP and above, 0 = disable, 1 = enable, default 0
16 - 00 00 01 00 = 0x00010000 - Hide pointer while typing; Windows XP and above; 0 = disable (show), 1 = enable (hide), default 1
17 - 00 00 02 00 = 0x00020000 - Flat menus; Windows XP and above, 0 = classic 3D look, 1 = Office XP style, default 1 (if Visual Style is enabled) or 0 (if Classic Style is enabled)
18 - 00 00 04 00 = 0x00040000 - Shadows under menus; Windows XP and above, 0 = disable, 1 = enable, default 1
Соответственно, в Вашем случае, скорее всего, подойдет следующий вариант:
Код: Выделить весь код
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:00,01,00,00

-------
It's only after we've lost everything that we're free to do anything... Блог

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

Отправлено: 10:53, 07-04-2009 | #1641