Help - Search - Members - Calendar
Full Version: Start Server Services 2
The CD Forum > Bart's PE Builder > Troubleshooting
regedit32
Guys this is really starting to get frustrating. I have fixed several different errors. What I need to know is why with vbsupp, and wsh I am still getting error 87 when I launch start server services?
regedit32
I have made sure that network support was running. This frustrating because winpcap is running fine and I am not sure what is going on.
Trini
@regedit32
I autorun penetcfg through an autorun 'call', then when penetcfg is done and I ok it, the same autorun calls another script to run the server service. It is a modification of the original script and I find this works every time. When I am at work tomorrow I will post the code used (sorry remote is down atm), in the meantime can you tell me,
- are you running PEB from a CD or in a virtual machine (VMWare or the like)
- if u do a 'net start' at the command prompt after you get the error, is the server service listed
- exactly what code are u running to start the service
Trini
OK the start svc inf is

QUOTE
; PE Builder v3 plug-in INF file for network support (microsoft client)
;
; startserversvc.inf
; original inf by ejmyers
; modified  by Jeff Black
; mod trini

[Version]Signature= "$Windows NT$"

[PEBuilder]
Name="Start Server Service"
Enable=1
Help="network.htm"

[WinntDirectories]
a="Programs\startsvc",2

[SourceDisksFiles]
;files\autorun1serversvc.cmd=2,,1
files\startsvc.cmd=2,,1
files\NETDOM.EXE=2,,1
files\BAPTIZE.EXE=2,,1
srvsvc.dll=2
NTLANUI.DLL=2

;[SetupReg.AddReg]; HKLM\SYSTEM
;0x1, "ControlSet001\Services\TCPIP\Parameters", "Domain", "workgroup"
;0x1, "ControlSet001\Services\TCPIP\Parameters", "NV Domain", "workgroup"

[Append]
;nu2menu.xml, startserversvc_nu2menu.xml


The start network autorun is using penetcfg2.0 and the second call does not run until PENetcfg is OK or the settings applied. The cmd file is (autorun0network.cmd
)

QUOTE
@echo off
title Start Network Configurator & Services
call %SystemRoot%\system32\penetcfg.exe /useprofile
call %systemroot%\system32\startsvc.cmd
and the startsvc.cmd is

QUOTE
@echo off
rem -------------------------------------------------------------------------
rem PE Builder - StartSvc.cmd
rem -------------------------------------------------------------------------
echo.
echo PE Builder - Startsvc.cmd
echo.
echo Startsvc: Running netcfg to Install Server Service
netcfg -v -l %windir%\inf\netserv.inf -c s -i MS_Server
echo Startsvc: Running net start server
net start Server
echo Startsvc: Setting Admin Password
net user Administrator password
echo Startsvc: Running browser service
net start "computer browser"
setlocal
echo Startsvc: Sharing CD Drive
if exist %SystemDrive%\NUL net share %SystemDrive:~0,1%$=%SystemDrive%\
endlocal
pause


Pause at end just for debug.

Respect to all who have contributed to this in some way, it is so long since I modified this I can't remember where the original code came from, but it helped me out as a starting point, but much of it isn't mine.

Assuming your network config is OK and running using PENetcfg this should do the trick.
regedit32
I am running it from a cd. Startserver services will not run unless I booted from a cd.
gordon8452
i still get the system error 87 on start, i even tried adding the reg entries in from hkey local machine/system/controlset001/services/lanmanserver but to no avail, for im gona try looking for some more info
regedit32
Gordon go to this post and do what mmeierbier says to do. I hav not had any problems since then. That is after I went back and tryed it this weekend.

mmeierber's start network services fix
gordon8452
now when i start services after doing that trick i get error 1058 which says
The service cannot be started, either because it is disabled or
because it has no enabled devices associated with it.


what the @#$@#$ does that mean i have to do.
network support is started successfully, but now it gives me this crap.
regedit32
do you use winxp or 2003? and do you have the winlogon patch?
gordon8452
ive tried both xp and 2003 with and without logon patches, same thing each time
regedit32
that 1058 is what I used to get when I did not have the netdom file or the baptize file in the old server services. You need to download "original server services at hanson systems and then go to mmeierber's post and follow what it says.
original start server services
gordon8452
ive got a solution, trax's networking share.inf file in the xpe thread works great for me, no need for the others
cyberkid
QUOTE (gordon8452 @ Dec 9 2003, 07:23 PM)
ive got a solution, trax's networking share.inf file in the xpe thread works great for me, no need for the others


Any chance of narrowing down trax's post by suppling the page link.


Thanks
CK wink.gif
gordon8452
found it here:
http://www.911cd.net/forums/index.php?show...pic=2503&st=435

or heres the info from it:
CODE from Trax in xpe thread

; Share.inf
;
; Network Share Support by Trax
;
; To start Service type "Net Start LanmanServer".
;

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Network Share Support"
Enable=1
Help=""

[SourceDisksFiles]
srvsvc.dll=2


[SetupReg.AddReg]
0x0,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER"
0x4,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER","NextInstance",0x1

0x0,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000"
0x1,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","Class","LegacyDriver"
0x1,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","ClassGUID","{8ECC055D-047F-11D1-A537-0000F8753ED1}"
0x4,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","ConfigFlags",0x0
0x1,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","DeviceDesc","LanmanServer"
0x4,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","Legacy",0x1
0x1,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000","Service","LanmanServer"

0x0,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000\Control"
0x4,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000\Control","*NewlyCreated*",0x0
0x1,"ControlSet001\Enum\Root\LEGACY_LANMANSERVER\0000\Control","ActiveService","LanmanServer"

0x0,"ControlSet001\Enum\Root\LEGACY_SRV"
0x4,"ControlSet001\Enum\Root\LEGACY_SRV","NextInstance",0x1

0x0,"ControlSet001\Enum\Root\LEGACY_SRV\0000"
0x1,"ControlSet001\Enum\Root\LEGACY_SRV\0000","Class","LegacyDriver"
0x1,"ControlSet001\Enum\Root\LEGACY_SRV\0000","ClassGUID","{8ECC055D-047F-11D1-A537-0000F8753ED1}"
0x4,"ControlSet001\Enum\Root\LEGACY_SRV\0000","ConfigFlags",0x0
0x1,"ControlSet001\Enum\Root\LEGACY_SRV\0000","DeviceDesc","Srv"
0x4,"ControlSet001\Enum\Root\LEGACY_SRV\0000","Legacy",0x1
0x1,"ControlSet001\Enum\Root\LEGACY_SRV\0000","Service","Srv"

0x0,"ControlSet001\Enum\Root\LEGACY_SRV\0000\Control"
0x4,"ControlSet001\Enum\Root\LEGACY_SRV\0000\Control","*NewlyCreated*",0x0
0x1,"ControlSet001\Enum\Root\LEGACY_SRV\0000\Control","ActiveService","Srv"

0x0,"ControlSet001\Services\LanmanServer"
0x1,"ControlSet001\Services\LanmanServer","DisplayName","LanmanServer"
0x4,"ControlSet001\Services\LanmanServer","ErrorControl",0x1
0x2,"ControlSet001\Services\LanmanServer","ImagePath","%SystemRoot%\System32\svchost.exe -k netsvcs"
0x1,"ControlSet001\Services\LanmanServer","ObjectName","LocalSystem"
0x4,"ControlSet001\Services\LanmanServer","Start",0x3
0x4,"ControlSet001\Services\LanmanServer","Type",0x20

0x0,"ControlSet001\Services\LanmanServer\AutotunedParameters"
0x4,"ControlSet001\Services\LanmanServer\AutotunedParameters","AnonymousDescriptorsUpgraded",0x1
0x4,"ControlSet001\Services\LanmanServer\AutotunedParameters","PreviousAnonymousRestriction",0x0
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcConfigInfo",\
01,00,04,80,a0,00,00,00,ac,00,00,00,00,00,00,00,14,00,00,00,02,00,8c,00,06,\
00,00,00,00,00,18,00,17,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,17,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,14,00,17,00,0f,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,\
03,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,00,00,00,01,01,\
00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcConnection",\
01,00,04,80,7c,00,00,00,88,00,00,00,00,00,00,00,14,00,00,00,02,00,68,00,04,\
00,00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,01,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,26,02,00,00,\
00,00,18,00,01,00,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcFile",\
01,00,04,80,64,00,00,00,70,00,00,00,00,00,00,00,14,00,00,00,02,00,50,00,03,\
00,00,00,00,00,18,00,11,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,11,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,11,00,0f,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcServerDiskEnum",\
01,00,04,80,4c,00,00,00,58,00,00,00,00,00,00,00,14,00,00,00,02,00,38,00,02,\
00,00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcSessionInfo",\
01,00,04,80,8c,00,00,00,98,00,00,00,00,00,00,00,14,00,00,00,02,00,78,00,05,\
00,00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,\
00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcShareAdminConnect",\
01,00,04,80,64,00,00,00,70,00,00,00,00,00,00,00,14,00,00,00,02,00,50,00,03,\
00,00,00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,27,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcShareAdminInfo",\
01,00,04,80,8c,00,00,00,98,00,00,00,00,00,00,00,14,00,00,00,02,00,78,00,05,\
00,00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,02,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,02,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,\
00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcShareConnect",\
01,00,04,80,8c,00,00,00,98,00,00,00,00,00,00,00,14,00,00,00,02,00,78,00,05,\
00,00,00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,03,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,27,02,00,00,\
00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcShareFileInfo",\
01,00,04,80,8c,00,00,00,98,00,00,00,00,00,00,00,14,00,00,00,02,00,78,00,05,\
00,00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,\
00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcSharePrintInfo",\
01,00,04,80,a4,00,00,00,b0,00,00,00,00,00,00,00,14,00,00,00,02,00,90,00,06,\
00,00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,26,02,00,00,\
00,00,18,00,13,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,00,\
00,14,00,01,00,00,00,01,01,00,00,00,00,00,01,00,00,00,00,00,00,14,00,01,00,\
00,00,01,01,00,00,00,00,00,05,07,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcStatisticsInfo",\
01,00,04,80,60,00,00,00,6c,00,00,00,00,00,00,00,14,00,00,00,02,00,4c,00,03,\
00,00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,01,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,02,00,00,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
0x3,"ControlSet001\Services\LanmanServer\AutotunedParameters","SrvsvcTransportEnum",\
01,00,04,80,8c,00,00,00,98,00,00,00,00,00,00,00,14,00,00,00,02,00,78,00,05,\
00,00,00,00,00,18,00,17,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,\
00,00,00,00,18,00,17,00,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,\
00,00,00,14,00,17,00,0f,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,\
03,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,00,00,14,00,01,\
00,00,00,01,01,00,00,00,00,00,05,0b,00,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

0x0,"ControlSet001\Services\LanmanServer\Enum"
0x1,"ControlSet001\Services\LanmanServer\Enum","0","Root\LEGACY_LANMANSERVER\0000"
0x4,"ControlSet001\Services\LanmanServer\Enum","Count",0x1
0x4,"ControlSet001\Services\LanmanServer\Enum","NextInstance",0x1

0x0,"ControlSet001\Services\LanmanServer\Linkage"
0x7,"ControlSet001\Services\LanmanServer\Linkage","Bind",\
5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,65,00,74,00,62,00,69,\
00,6f,00,73,00,53,00,6d,00,62,00,00,00,5c,00,44,00,65,00,76,00,69,00,63,00,\
65,00,5c,00,4e,00,65,00,74,00,42,00,54,00,5f,00,54,00,63,00,70,00,69,00,70,\
00,5f,00,7b,00,36,00,46,00,39,00,33,00,44,00,32,00,31,00,35,00,2d,00,36,00,\
33,00,38,00,37,00,2d,00,34,00,41,00,30,00,37,00,2d,00,41,00,42,00,33,00,44,\
00,2d,00,36,00,34,00,30,00,35,00,35,00,34,00,34,00,44,00,37,00,35,00,38,00,\
35,00,7d,00,00,00,00,00
0x7,"ControlSet001\Services\LanmanServer\Linkage","Export",\
5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4c,00,61,00,6e,00,6d,00,61,\
00,6e,00,57,00,6f,00,72,00,6b,00,73,00,74,00,61,00,74,00,69,00,6f,00,6e,00,\
5f,00,4e,00,65,00,74,00,62,00,69,00,6f,00,73,00,53,00,6d,00,62,00,00,00,5c,\
00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4c,00,61,00,6e,00,6d,00,61,00,\
6e,00,57,00,6f,00,72,00,6b,00,73,00,74,00,61,00,74,00,69,00,6f,00,6e,00,5f,\
00,4e,00,65,00,74,00,42,00,54,00,5f,00,54,00,63,00,70,00,69,00,70,00,5f,00,\
7b,00,36,00,46,00,39,00,33,00,44,00,32,00,31,00,35,00,2d,00,36,00,33,00,38,\
00,37,00,2d,00,34,00,41,00,30,00,37,00,2d,00,41,00,42,00,33,00,44,00,2d,00,\
36,00,34,00,30,00,35,00,35,00,34,00,34,00,44,00,37,00,35,00,38,00,35,00,7d,\
00,00,00,00,00
0x7,"ControlSet001\Services\LanmanServer\Linkage","Route",\
22,00,4e,00,65,00,74,00,62,00,69,00,6f,00,73,00,53,00,6d,00,62,00,22,00,00,\
00,22,00,4e,00,65,00,74,00,42,00,54,00,22,00,20,00,22,00,54,00,63,00,70,00,\
69,00,70,00,22,00,20,00,22,00,7b,00,36,00,46,00,39,00,33,00,44,00,32,00,31,\
00,35,00,2d,00,36,00,33,00,38,00,37,00,2d,00,34,00,41,00,30,00,37,00,2d,00,\
41,00,42,00,33,00,44,00,2d,00,36,00,34,00,30,00,35,00,35,00,34,00,34,00,44,\
00,37,00,35,00,38,00,35,00,7d,00,22,00,00,00,00,00

0x0,"ControlSet001\Services\LanmanServer\Parameters"
0x4,"ControlSet001\Services\LanmanServer\Parameters","autodisconnect",0xf
0x4,"ControlSet001\Services\LanmanServer\Parameters","enableforcedlogoff",0x1
0x4,"ControlSet001\Services\LanmanServer\Parameters","enablesecuritysignature",0x0
0x3,"ControlSet001\Services\LanmanServer\Parameters","Guid",50,3a,66,99,84,f6,64,4f,93,41,fb,4e,d9,3d,e7,06
0x4,"ControlSet001\Services\LanmanServer\Parameters","lanmanannounce",0x0
0x4,"ControlSet001\Services\LanmanServer\Parameters","requiresecuritysigning",0x0
0x2,"ControlSet001\Services\LanmanServer\Parameters","ServiceDLL","%SystemRoot%\System32\srvsvc.dll"
0x4,"ControlSet001\Services\LanmanServer\Parameters","size",0x1

0x0,"ControlSet001\Services\LanmanServer\Security"
0x3,"ControlSet001\Services\LanmanServer\Security","Security",\
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

0x0,"ControlSet001\Services\LanmanServer\Shares"

0x0,"ControlSet001\Services\Srv"
0x1,"ControlSet001\Services\Srv","DisplayName","Srv"
0x4,"ControlSet001\Services\Srv","ErrorControl",0x1
0x2,"ControlSet001\Services\Srv","ImagePath","System32\Drivers\Srv.sys"
0x4,"ControlSet001\Services\Srv","Start",0x3
0x4,"ControlSet001\Services\Srv","Type",0x1

0x0,"ControlSet001\Services\Srv\Enum"
0x1,"ControlSet001\Services\Srv\Enum","0","Root\LEGACY_SRV\0000"
0x4,"ControlSet001\Services\Srv\Enum","Count",0x1
0x4,"ControlSet001\Services\Srv\Enum","NextInstance",0x1

0x0,"ControlSet001\Services\Srv\Security"
0x3,"ControlSet001\Services\Srv\Security","Security",\
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
AndyN
Hi my gurus,

win2003 is used with pebuilder 3026.
I have tried the the startserversvc (with netdom and baptize), as well as this share.inf.
Whatever I try, IŽll get the f... error 87.
Client connections from pebuilder-cd work fine.

Anyone tried with win2003 and FileSharing?

please help - thanks a lot
regedit32
Yes I was getting the same errors using win2003. Did you follow my earlier post? If you do as I say and then follow mmeirbers post on this thread sharing will work. It works perfectly for me since I did this.
AndyN
Shame on me!
the solution was that I used the srvsvc.dll from XP in an win2003 Pebuilder-CD.
sorry

AndyN
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.