嘿嘿,做万能网络启动盘镜像的人不多吧,用这东西能实现在DOS下连接WINDOWS的共享资源,说说特点:
里面的批处理文件都没有加密,也加了中文注解,想了解的工作流程的自己看吧。里面的wbat.rar中的netboot.txt是界面配置,想修改的自己做。
其他万能网络克隆工具或网络启动盘是使用Ghost企业版自带的DETPCI.SYS实现网卡检测的,因此网卡识别的数量受限于DETPCI.SYS,无法扩展或添加,我们的网卡检测模块是自己写的,因为在网卡识别的数量上可以说是无限扩展的,只要报一下网卡的Vendor ID和Device ID,只要厂商有NDIS2驱动都可以添加。对于nVidia网卡也支持得很好,完全不需要在Config.sys菜单中指定。
全中文的界面,当然会比全E文方便一些
NetBeui和IPX都是过时的协议了,所以不再支持,只支持TCP/IP协议。顺便也节省一些内存。
使用方法:
在设置后网络进入DOS提示符以后,用net use 盘符 \\计算机名\共享资源名 就可以实现网络共享资源映射了。比如net use z: \\server\d
连不上XP共享资源的解决方法:
由于XP默认是不打开网络共享的,有时可能需要设置一下:
一、先设置共享,就是点盘符或文件夹点右键,“共享和安全”里面的东西了。
二、对“我的电脑”点右键,在菜单中选择“计算机管理”-“本地用户和组”-“用户”,双击GUEST帐户,把“帐户已禁用”的钩拿了。
、运行组策略编辑器gpedit.msc,打开“计算机配置”-“Windows 设置”-“安全设置”-“本地策略”-“用户权利指派”,在“拒绝从网络访问这台计算机”中如果有GUEST用户就把GUEST给删除了。。
三、打开“计算机配置”-“Windows 设置”-“安全设置”-“本地策略”-“安全选项”中把“不允许SAM帐户的匿名枚举”和“不允许SAM帐户和共享匿名枚举”通通设置为“已禁用”
下载地址:
http://www.mousedos.com/temp/netboot1.img
Last edited by zqlcch on 2007-8-28 at 04:05 PM ]
Hehe, there aren't many people making universal network boot disk images. Using this thing, you can connect to Windows shared resources under DOS. Let's talk about the features:
The batch files inside are not encrypted and have Chinese annotations. Those who want to understand the workflow can look at them themselves. The netboot.txt in wbat.rar inside is for interface configuration, and you can modify it yourself.
Other universal network cloning tools or network boot disks use DETPCI.SYS from Ghost Enterprise Edition to detect network cards, so the number of network cards recognized is limited by DETPCI.SYS and cannot be expanded or added. Our network card detection module is written by ourselves. Because in terms of the number of network cards recognized, it can be said to be infinitely expandable. As long as you report the Vendor ID and Device ID of the network card, as long as the manufacturer has an NDIS2 driver, it can be added. It also supports nVidia network cards very well, and there's no need to specify it in the Config.sys menu.
The interface is all in Chinese, which is of course more convenient than all in English.
NetBeui and IPX are outdated protocols, so they are no longer supported, only TCP/IP protocol is supported. Also, it saves some memory.
Usage method:
After the network enters the DOS prompt after setting, you can use net use drive letter \\computer name\shared resource name to map the network shared resource. For example, net use z: \\server\d
Solution for not being able to connect to XP shared resources:
Because XP doesn't enable network sharing by default, sometimes you may need to set it:
1. First set sharing, which is the things in "Share and Security" by right-clicking on the drive letter or folder.
2. Right-click on "My Computer", select "Computer Management" - "Local Users and Groups" - "Users" in the menu, double-click the GUEST account, and uncheck "Account is disabled".
3. Run the Group Policy Editor gpedit.msc, open "Computer Configuration" - "Windows Settings" - "Security Settings" - "Local Policies" - "User Rights Assignment", and if there is a GUEST user in "Deny access to this computer from the network", delete the GUEST.
4. Open "Computer Configuration" - "Windows Settings" - "Security Settings" - "Local Policies" - "Security Options", and set both "Don't allow anonymous enumeration of SAM accounts" and "Don't allow anonymous enumeration of SAM accounts and shares" to "Disabled".
Download address:
http://www.mousedos.com/temp/netboot1.img
Last edited by zqlcch on 2007-8-28 at 04:05 PM ]