Jump to content

laura

Member
  • Posts

    86
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Everything posted by laura

  1. like this: ver |find "Windows 2000" > nul if not errorlevel=1 goto w2k ver |find "Windows XP" > nul if not errorlevel=1 goto wxp ?
  2. and how to remove wallpaper at all ? for example i want my desktop without any wallpaper and its color would be black
  3. looks like windows setup itself know which inf file is needed
  4. I'm testing my unattended Windows XP installation cd on VMWare. Last one was original Windows XP incl. SP2, integrated RyanVM's Windows XP Post-SP2 Update Pack and DriverPacks BASE V6.03.4 incl. latest versions of DP except DriverPack Graphics C V6.03. And everything was ok! @Houz74 do you really know that problem is DP, not any piece of configuration of multiboot?
  5. Testing platform VMWare 4.5.3 with DriverPack_MassStorage_V603.7z was cercsr6.sys corruption with DriverPack_MassStorage_V6031.7z the problem is gone
  6. Is it possible to avoid editing txtsetup.sif file if not integrating bts MassStorage drivers at all ?
  7. Why hotstream does not have any stickies still? One for new versions of USP One for FAQ of USP P.S. I love this project
  8. @coucou did you try install windows xp wihtout bts nlite etc ? i give 50/50 that you have problems with your RAM or another type of hardware as i noticed for Bâshrat the Sneaky more imported your hardwre's hwids, take it (save_hwids.exe)
  9. i think ccc is "eat" more resources (maybe i'm wrong). I dont like then some software withdraw my gigabytes of ram
  10. @echo off set key=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ reg add %key% /v PagingFiles /t REG_MULTI_SZ /d "%SystemDrive%\pagefile.sys 1024 1024" /f save as some.cmd and there you may choose any sizes. run regedit and export any values to file
  11. Looks like my problem is not convert text from winnt.sif to oem or unicode. I think windows setup at the moment of winnt.sif interpretive use english locale though i have indicate RegionalSettings: [RegionalSettings] LanguageGroup=3,5,1 Language=00000427 InputLocale_DefaultUser=0409:00000409 SystemLocale=00000427 UserLocale=00000427 UserLocale_DefaultUser=00000427 Are these points are correct ? I just need that windows setup reads correct lithuanian characters from winnt.sif
  12. Change the location of special folders import registry through cmdlines.txt executes at T-12 minute stage
  13. Looks like both methods are right (dont try to install windows xp, just try on cmd). And which text tool do you use to convert ANSI to OEM? I found xint. Thank you, Delprat
  14. Hello There are lithuanian characters. On the winnt.sif i wrote [UserData] FullName=ąčęėįšųūž After install i got this Registered to: ÓĶµļß­°¹ Is it possible to write non-english characters in winnt.sif that they stay after install ? I tried text with editors like Notepad++ or ConTEXT convert text in winnt.sif into unicode, but then windows setup could not recognize winnt.sif at all. Maybe i did something wrong
  15. Txtsetup.old and Dosnet.old are from Windows 2000 SP3 + Gurgelmeyer's USP 5.1 Txtsetup.sif and Dosnet.inf - after updating BTS (method 2+GUIRunOnce+KtD disable) Please download dosnet_txtsetup.zip
  16. OS iso: Windows 2000 SP3 + integrated Unofficial SP 5.1 + BTS (base 6.02.5 + up-to-date packs) Test platform: VMWare 4.5.3 build 19414 Error: The file Mraid35x.sys is corrupted.
  17. next year on the same time and on the same place
  18. @ideas best of the best guide is unattended.msfn.org @MAVERICKS CHOICE edit your signature Ryan Vm page at http://ryanvm.msfn.org/ is just not updated mirror of http://www.ryanvm.net/msfn/ @laura shut up!
  19. two more notices it is chance to make REALLY default choice 'N' if we add the line to label :OFFSET_SETTING_2 IF /I '%CHOICE%'=='' GOTO KtD_DISABLE and i think labels with :REPEAT_*** have wrong statements (my english is very bad, but in this case i understand what the script is trying to tell me) You entered nothing... but you could enter any symbol and then it will be not "nothing" Bâshrat the Sneaky :*
  20. Label :OFFSET_SETTING_1 if you choose nothing to enter (somebody suppose you choose 'R' or 'G' ) the script is :eof'ing so i suggest to replace the line from IF /I NOT '%CHOICE%'=='G' IF NOT /I '%CHOICE%'=='R' GOTO REPEAT_SETTING_1 to GOTO REPEAT_SETTING_1 and on label :REPEAT_SETTING_1 add pause or delete these lines because the user is not fast enough to read them and we will win some bytes CLS ECHO. ECHO You entered nothing. Please make your choice now now. ECHO. pause the same thing on label :OFFSET_SETTING_2 and what does it mean SET /P CHOICE="" ? i mean what these quotation-marks are doing here if you want to shift choice place just add SET /P CHOICE=^ (press spacebar here as many as you want)
  21. Once time ago it was problem with windows xp installation on that laptop because of ati driver. Second time i was more intelligent and added driver to DriverPack_Graphics_A from link above There is HWID: PCI\VEN_1002&DEV_4C66&SUBSYS_00570E11&REV_01\4&2EEAE0A0&0&0008: ATI MOBILITY FIRE GL 9000 BTW in the file CX_30156.inf from the DriverPack_Graphics_A_V602.7z no any word about 9000
×
×
  • Create New...