|
Windows PE 终于可以拨号上网了[ADSL]!!!
下面引用由lived在 2003/11/06 08:25pm 发表的内容:
我用hlk94的PPPOE插件在拨号时时发生了“0xC0000022 access is denied”的错误,我用的是pebuilder3.0.18 + 简体win2003 做的PE,谁能帮一帮我吗? 谢谢!
I try to start PPPOE services,when it run "net start rasman",it got the error message"System error 1068 has occurred. The Dependency service or group failed to start."
OS : win server 2003
PE Builder :3.0.16b
down for win2003 version,or modify pppoe.inf
for win2003PE version
You can find
CODE
0x2,"ControlSet001\Services\TapiSrv","ImagePath","%SystemRoot%\System32\svchost.exe -k netsvcs"
in pppoe.inf ,replace it with
CODE
0x2,"ControlSet001\Services\TapiSrv","ImagePath","%SystemRoot%\System32\svchost.exe -k tapisrv" |
|