抄录:
“
我看李哲兄关于<加快PXE无盘W98启动和直接从无盘安装软件和驱动方法 >
比较复杂尤其在机器出故障时,无盘的宗旨是减小日常维护的工作量,一旦没有体现出这个宗旨,就不要做无盘了,无盘固然能省钱,但不是主要目的.
经过潜心研究真正的免维护的启动办法已经形成,但有一点要说明,第一次的启动速度比较慢,(比正常的启动慢一点点啊),接下来的启动会很快的啊.
文件设置如下: @echo off
SET WINDIR=a:\winboot
SET NETBUFF=124
set temp=a:\winboot
lh qualcnx LNGUEST LNGUEST
set windir=c:\windows
set winbootdir=%windir%
set comspec=%windir%\command.com
A:\WINBOOT\qregok.exe %home% /r
if not exist %home%\temp\nul md %home%\temp > NUL
A:\WINBOOT\qvmem s: %server% %chn%
set path=c:\windows;c:\windows\command
win
已经成功,启动很快啊
@echo off
SET WINDIR=a:\winboot
SET NETBUFF=1024
set temp=a:\winboot
lh qualcnx LNGUEST LNGUEST
set windir=c:\windows
set winbootdir=%windir%
set comspec=%windir%\command.com
A:\WINBOOT\qregok.exe %home% /r
if not exist %home%\temp\nul md %home%\temp > NUL
A:\WINBOOT\qvmem s: %server% %chn%
set path=c:\windows;c:\windows\command
win