панель задач

Discussion in 'Болталка' started by Scripter, 9 Apr 2009.

  1. Scripter

    Scripter Member

    Joined:
    3 Sep 2008
    Messages:
    141
    Likes Received:
    95
    Reputations:
    6
    Кто знает как манипулировать этим через реестр:

    Автоматически скрывать панель задач
    Отображать панель задач поверх остальных окон
    Отображать панель быстрого запуска

    Либо вообще отключить панель задач

    ++++
    так же интересует отключение восстановление системы или удаление всех точек для восстановления, и всё способствующее этому помещать
     
    #1 Scripter, 9 Apr 2009
    Last edited: 9 Apr 2009
  2. Scripter

    Scripter Member

    Joined:
    3 Sep 2008
    Messages:
    141
    Likes Received:
    95
    Reputations:
    6
    Короче легче вообще эту панель задач убрать, в delphi:
    Code:
    ShowWindow(FindWindow('Shell_TrayWnd', nil), sw_hide);
    осталась проблема с восстановлением системы
     
  3. SpangeBoB

    SpangeBoB Elder - Старейшина

    Joined:
    12 Jul 2008
    Messages:
    1,680
    Likes Received:
    393
    Reputations:
    102
    1)
    * Step 1. Click on Start and then select Run. In the Run field input regedit

    * Step2. Your registry files and folders should be viewable, the registry key you will want to search for is HKCU\Software \Microsoft\Windows \CurrentVersion \Explorer\ StuckRects2

    * Step 3. Once you have located this registry key, you will want to locate a value called Settings. This value is a REG_Binary type. Within this value, you should find the settings for the taskbar, as well as other settings including icon size and icon placement.

    * Step 4. Because this value is written only when your computer log offs, it can be difficult to catch the value. You will first have to fiddle around with the environment and then export the data.

    * Step 5. Once you have located and exported the data, test to see if the taskbar works properly.


    2)
    Windows XP: Lock the Taskbar Menu
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    TaskbarSizeMove
    DWORD 1 Disables locking the taskbar 0 Enables locking the taskbar

    3)Как в пункте 1 сделать шаги
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop
    TaskbarWinXP=

    4)По System Restore
    http://support.microsoft.com/kb/295659

    При отключении System Restore удалит точки восстановления.Помешать всем действиям с реестром это не дать права администратора или Power Users(что по сути является администратором).