Технический форум

Технический форум (http://www.tehnari.ru/index.php)
-   Софт и программы (http://www.tehnari.ru/forumdisplay.php?f=13)
-   -   Проблема с Alcohol120% v1.9.2.1705 (http://www.tehnari.ru/showthread.php?t=2679)

01pump 13.02.2009 23:41

Цитата:

Сообщение от FILICHPOK
Ошибка: Не удалось создать панель инстументов

Осилишь? http://www.kellys-korner-xp.com/taskbarplus!.htm

еще нашел
создай папку %USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch

FILICHPOK 13.02.2009 23:50

Попробую осилить,хотя шансов не много))
А где эта юсерпрофайл? это мои личные документы или что?)
знаю,я нуп и опазорилсО)

01pump 13.02.2009 23:56

Цитата:

Сообщение от FILICHPOK
Попробую осилить,хотя шансов не много))
А где эта юсерпрофайл? это мои личные документы или что?)
знаю,я нуп и опазорилсО)

я то тоже не отмоюсь от позора LOL
Попробуй еще раз это в avz сделать

begin
ExecuteRepair(5);
ExecuteRepair(8);
RebootWindows(true);
end.

FILICHPOK 14.02.2009 00:01

Как скажешь,ШЕфф)

FILICHPOK 14.02.2009 00:13

Эх,не помогает..(

01pump 14.02.2009 00:13

Начит ту ссылку изучай

LetNab 14.02.2009 00:16

Давайте я тож присоеденюсь к лиге любителей скриптов.
Скопируй этот скрипт в блокнот измени расширение на vbs и запусти.


'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'© Kelly Theriot and Doug Knox - 8/22/2003

Set WSHShell = WScript.CreateObject("WScript.Shell")

Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"

X = MsgBox(Message, vbYesNo, "Notice")

If X = 6 Then

On Error Resume Next

WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ex plorer\StuckRects2\"
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ex plorer\StreamMRU\"
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Streams\Desktop\"

WshShell.RegDelete "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\BarSize"

P1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\"

WshShell.RegWrite p1 & "NoBandCustomize", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoMovingBands", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSetTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSaveSettings",0,"REG_DWORD"
WshShell.RegWrite p1 & "NoToolbarsOnTaskbar", 0, "REG_DWORD"
WshShell.RegWrite p1 & "NoSetTaskbar",0,"REG_DWORD"
WshShell.RegWrite p1 & "NoActiveDesktop",0,"REG_DWORD"
WshShell.RegWrite p1 & "ClassicShell",0,"REG_DWORD"

p1 = "HKCU\Software\Microsoft\Windows\CurrentVersion\Gr oup Policy Objects\LocalUser\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer\"

WshShell.RegWrite p1 & "NoCloseDragDropBands", 0, "REG_DWORD"
WshShell.RegDelete p1 & "NoMovingBands"

p1 = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell"

WshShell.RegWrite p1, "explorer.exe", "REG_SZ"

p1 = "HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{32683183-48a0-441b-a342-7c2a440a9478}\"
WshShell.RegDelete p1 & "BarSize"
WshShell.RegWrite p1, "Media Band", "REG_SZ"

On Error Goto 0

For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'")
Process.terminate(0)
Next

MsgBox "Finished." & vbcr & vbcr & "© Kelly Theriot and Doug Knox", 4096, "Done"

Else

MsgBox "No changes were made to your system." & vbcr & vbcr & "© Kelly Theriot and Doug Knox", 4096, "User Cancelled"

End If

FILICHPOK 14.02.2009 00:17

Что-то опасное))

LetNab 14.02.2009 00:20

Неа, просто скопируй в блокнот сохрани под любыи именем и измени расширение на vbs. И все.

01pump 14.02.2009 00:20

Оффтоп :)
О! ночная смена пришла! Пойду спать чтоль


Часовой пояс GMT +4, время: 15:01.

Powered by vBulletin® Version 4.5.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.