Jump to content

laura

Member
  • Posts

    86
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Everything posted by laura

  1. Hello Maybe i asked for this some time ago, but i could not find where and when So i need command line tool for converting text file from ansi to unicode. For example, i made textfile from cmd with echo command and it encoded at ansi, i need to reencode this file to utf-8 in command line Thanks in advance
  2. laura

    file version

    Hello Is any command line tool to get file version from any dll exe sys etc files ?
  3. on winnt.sif file: [Unattended] UnattendMode = DefaultHide [UserData] ComputerName =
  4. http://www.microsoft.com/technet/prodtechn...S.mspx?mfr=true
  5. because 1009 is canadian englishif you want French Canadian use 0c0c instead of 1009 why do you not want to read Windows XP/Server 2003 - List of Locale IDs, Input Locale, and Language Collection ?
  6. %systemroot%\WindowsUpdate.log where is %systemroot% suppose to be C:\Windows B)
  7. maybe the problem is too long directory name imho they must be till 8 symbols
  8. use search and you can find something like this
  9. thanks for replay, you are right, i do not add anything and make tempest in a teapot
  10. Hello all I want to remove almost every language, but i need to let Baltic, Cyrillic and Western Europe and US. In winnt.sif [RegionalSettings] label i have settings: [RegionalSettings] LanguageGroup = 3,5,1 Language = 00000427 InputLocale_DefaultUser = 0409:00000409 SystemLocale = 00000427 UserLocale = 00000427 UserLocale_DefaultUser = 00000427 where Language 0x0427 is Lithuanian (Lithuania), LanguageGroup 1 is Western Europe and United States, 3 is Baltic and 5 is Cyrillic But after installing windows on Regional and Language Options i have English (US) on every tab (had to be Lithuania). Where is the error ?
  11. Hello all Is it possible run spybot without installation from cd or network ? But with updates.
  12. @ForceFed and @all is it possible to load system's part CurrentControlSet ? then i loaded system hive i saw only ControlSet001 and ControlSet002
  13. Hello all I would like to run script to log session uptime before windows is shutdowning or restarting. The script is something like this: @echo. >> %systemdrive%\logs\uptime.log @echo %date:~2,8% %time:~0,8% >> %systemdrive%\logs\uptime.log @systeminfo | find "Up Time" >> %systemdrive%\logs\uptime.log Or maybe anybody knows the program which could do this task...
  14. @winnt.sif [RegionalSettings] SystemLocale = 1055 look at Windows XP/Server 2003 - List of Locale IDs, Input Locale, and Language Collection for more details and ref.chm from Windows XP Service Pack 2 Deployment Tools (Validation required) or get it (ref.chm) from Windows XP CD Support\Tools\Deploy.cab file
  15. did you try replace on your runonceex.cmd cdrom setting from SET CDROM=%~d0 to 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:\WIN51 SET CDROM=%%i: ?
  16. Answer nr.1: http://unattended.msfn.org Answer no.2: 3rd party 32-bit DrivePacks
  17. first idea was that your hardware is not supporting by dps and some another ideas: 1. get hwids and post results here and wait then Bâshrat the Sneaky will have enough time to resolve your problem 2. make your own driver packs
  18. use built in command to edit boot.ini bootcfg /raw "/fastdetect /noexecute=optin /kernel=oemkrnl.exe" /ID 1 for more info run cmd and type bootcfg /?
  19. Ah that my previous post was just misunderstanding, sorry for the raising an alarm
  20. >>%UPM_CMD% ECHO ::Bye cruel world >>%UPM_CMD% ECHO DEL /Q /F %%0 >>%UPM_CMD% ECHO EXIT : --------------------- Tweaks end. -------------------- EXIT 1. too many exits (anyway they are not executed) 2. imho DEL /Q /F %%0 need to change to DEL /Q /F %0 (maybe my command prompt is different but with 2 '%' the script is staying on the disk, but if delete one '%', the script is really leaving the cruel world)
  21. third line of I386\sysoc.inf of Windows 2000 SP3 DriverVer=07/18/2002,5.00.2195.5438 third line of I386\sysoc.inf of Windows 2000 USP51 DriverVer=06/19/2003,5.00.2195.6717 looks like you need just some symbols, windows 2000 has '5.00' on that line, then windows xp - '5.1'
  22. ah yes yes, mhmhm just add one more question then: :question echo. echo Is it windows 2000? (y/n) set choice= set /p choice= ^ if /i '%choice%'=='y' goto w2k if /i '%choice%'=='n' goto wxp if /i '%choice%'=='' goto wxp cls color 74 echo. echo Error 'y' or 'n' is allowing here pause goto quetion :w2k echo not delete mraid35x.sys :wxp echo delete mraid35x.sys
×
×
  • Create New...