Instalacja usługi Konfiguracja zerowa sieci bezprzewodowej

Aby dodac usluge Konfiguracja zerowej sieci bezprzewodowej sc create wzcsvc type= share start= auto binPath= "%SystemRoot%\System32\svchost.exe -k netsvcs" group= TDI tag= yes depend= RpcSs/Ndisuio DisplayName= "Konfiguracja zerowej sieci bezprzewodowej" usuwamy klucz WZCSVC z HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services i dodajemy [code]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC] "Type"=dword:00000020 "Start"=dword:00000002 "ErrorControl"=dword:00000001 "ImagePath"=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73, 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00, 6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00 "DisplayName"="Konfiguracja zerowej sieci bezprzewodowej" "Group"="TDI" "DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,4e,00,64,00,69,00, 73,00,75,00,69,00,6f,00,00,00,00,00 "DependOnGroup"=hex(7):00,00 "ObjectName"="LocalSystem" "Description"="Zapewnia automatyczną konfigurację kart 802.11" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC\Enum] "0"="Root\\LEGACY_WZCSVC\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC\Parameters] "ServiceDll"=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00, 77,00,7a,00,63,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00 "ServiceMain"="WZCSvcMain" "ServiceDllUnloadOnStop"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02, 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00, 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00, 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00, 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00, 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01, 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00[/code] Jezeli rowniez usunelismy usluge Centrum Zabezpieczen jak ja: sc create wscsvc type= share start= auto binPath= "%SystemRoot%\System32\svchost.exe -k netsvcs" tag= yes depend= RpcSs/winmgmt DisplayName= "Centrum zabezpieczen" group= 0 usuwamy klucz WSCSVC z HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services i dodajemy [code]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Type"=dword:00000020 "Start"=dword:00000002 "ErrorControl"=dword:00000001 "ImagePath"=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73, 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00, 6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00 "DisplayName"="Centrum zabezpieczeń" "DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,77,00,69,00,6e,00, 6d,00,67,00,6d,00,74,00,00,00,00,00 "ObjectName"="LocalSystem" "Description"=hex(2):4d,00,6f,00,6e,00,69,00,74,00,6f,00,72,00,75,00,6a,00,65, 00,20,00,75,00,73,00,74,00,61,00,77,00,69,00,65,00,6e,00,69,00,61,00,20,00, 7a,00,61,00,62,00,65,00,7a,00,70,00,69,00,65,00,63,00,7a,00,65,00,44,01,20, 00,69,00,20,00,6b,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,63,00, 6a,00,65,00,20,00,73,00,79,00,73,00,74,00,65,00,6d,00,75,00,2e,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc\Enum] "0"=hex(2):52,00,6f,00,6f,00,74,00,5c,00,4c,00,45,00,47,00,41,00,43,00,59,00, 5f,00,57,00,53,00,43,00,53,00,56,00,43,00,5c,00,30,00,30,00,30,00,30,00,00, 00 "Count"=dword:00000001 "NextInstance"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc\Parameters] "ServiceDll"=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00, 77,00,73,00,63,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02, 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00, 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00, 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00, 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00, 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01, 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00[/code]

Odpowiedzi: 2

Lucasp
Dodano
29.01.2009 15:19:35
  • XanTyp 29.01.2009 18:01:46

    [quote=Lucasp]Nikt nie zwrocil mi uwagi na literowke ](*,) Je[u][b]z[/b][/u]eli r[u][b]o[/b][/u]wnie[u][b]rz[/b][/u] usun[u][b]e[/b][/u]li[u][b]s[/b][/u]my us[u][b]l[/b][/u]ug[u][b]e[/b][/u] Centrum Zabezpiecze[u][b]n[/b][/u][/quote]Zwracam Ci uwagę. Wystarczy? Pamiętaj również, że istnieje takie coś, jak edycja własnych postów.:-k

Lucasp
Dodano
28.01.2009 22:44:25
Lucasp
Dodano:
28.01.2009 20:36:10
Komentarzy:
2
Strona 1 / 1