WIN diskless problem big secret

  

Computer shop news, can you find out how to solve the diskless problem in the WIN system? Is it still very unpleasant for this problem? Here I will introduce you several methods. I believe that everyone will soon I will learn this method immediately and use it very quickly. Found the problem Our school's computer room has been using diskless Windows 95, this semester due to curriculum reform, involving web browsing, web page production and other content, after hardships finally installed IE5.5 and FrontPage2000 software on the diskless station, full of joy After that, I found that the diskless station can no longer be started (Hint: contact the administrator for help, but I am the administrator), it seems that the software installation is a disaster. Analysis of the problem The reason is that the registry file System.dat of the diskless Windows 95 system is too large. A lot of software should write information to the registry during installation, and the registry file of the Windows 95 system without disk is only larger than 1.2MB, the above prompt will appear and it will not start. After I installed the software, the registry is 2.57MB. Of course, it can't be started. Solve the problem 1, solve the problem to solve this problem I use the registry replacement method, that is, use the original small registry at startup, and then switch back to the large registry after starting. A book says that this method requires a small program Setuser.com written in assembly language, which is used to record the user name of each diskless station. In fact, Setuser.com is not required to process the startup login information of the diskless station separately. This idea reminds me of the "China Computer Education News" article "Automatic login to NT diskless station" has successfully used this method, and now the solution to this problem is based on this article. Of course, in the end, the problem of automatic login and large registry is solved at the same time. The following is the program written in the assembly language. This kind of esoteric and incomprehensible thing, like me, "halfway to the home" is scared. Still not as good. 2. Solution The user names of 30 diskless stations in the equipment room are S1, S2, S3… … S30. Did you find the article in the 49th edition of the 49th issue of the China Computer Education News in 2000? Note the combination of this article. (1) Install the software required for teaching on the diskless station, install the TCP/IP protocol, and refer to the above article for automatic login processing. (2) Rename System.dat (only 16KB) under D:winnt pl plfilesprofileswin95-1suboot to system.000, and copy it to each user directory S1, S2, S3……S30, pay attention to the last D :winnt pl plfilesprofileswin95-1suboot under system.000 changed back. (3) Perform the following processing on the Win.bat files of each diskless station, paying attention to the added lines of text and Si to be replaced with the corresponding user names. It can be replaced with Notepad and copied to its own location. Set comspec=d:winboot?mmand.com nwrpltrm fixmem snapshot /S /B:d /F setmdir /m /r:d:winboot net start net logon Si /savepw:no /ynul net use f: \\serverwin95sbs net use g : \\serverstudent path=f:;f:?mmand attrib g: Si system.dat -r -h -s >nul attrib g: Si system.000 -r -h -s >nul ren g: Si system. Dat system.ddd >nul ren g: Si system.000 system.dat >nul net use g: /delete setmdir attrib g: Si system.dat -r -h -s >nul ren g: Si system.dat System.000 >nul ren g: Si 1system.ddd system.dat >nul attrib +r +h +sg: Si system.000>nul attrib +r +h +sg: Si system.dat>nul win.com Through the above processing, I spent another 100 yuan to add a built-in Modem on the teacher's machine, and installed WinGate as a proxy server on the teacher's machine. My students can not only make beautiful web pages, but also real. The Internet is over. Interested friends may wish to give it a try. If there is any problem during the setup process, welcome to communicate. Once we have learned some knowledge, we will find that we need to be important in the actual situation. Sometimes we will feel that a person is alive and worth living. I believe in computer knowledge. I believe that it will be very useful for us for life. of.

Copyright © Windows knowledge All Rights Reserved