Jump to content

meagain35

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About meagain35

meagain35's Achievements

0

Reputation

  1. Thanks for the reply, I was just hoping that M$ included a EnableClassicLogon=(yes/no) option for the unattend install.
  2. Nice work.. To save some typing you might change your batch to something like this loop for finding your source. FOR %%I IN (D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) DO ( IF EXIST %%I:\WIN51IP.SP1 SET CDROM=%%I: ) Same for: FOR %%I IN(.blt,.cue,.diz,.eml,.iss,ETC,ETC...) DO ( ASSOC %%I=txtfile )
  3. All you need to do to bypass your winnt.sif file is create a blank winnt.sif file on a floppy disk and insert that once you have booted to your cd. good luck!
  4. Does anyone know how to disable the graphical login screen through the unattended installation? I want to have the default login screen require ctrl+alt+del. Help asap is appreciated, thanks!!
×
×
  • Create New...