Content Type
Profiles
Forums
Events
Everything posted by laura
-
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
-
Hello Is any command line tool to get file version from any dll exe sys etc files ?
-
Unattended but still ask for computername ?
laura replied to svenv's topic in Unattended Windows 2000/XP/2003
on winnt.sif file: [Unattended] UnattendMode = DefaultHide [UserData] ComputerName = -
Internet Settings (.ins) Files
laura replied to MGadAllah's topic in Unattended Windows 2000/XP/2003
http://www.microsoft.com/technet/prodtechn...S.mspx?mfr=true -
Ok what am I doing wrong...
laura replied to clivebuckwheat's topic in Unattended Windows 2000/XP/2003
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 ? -
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
laura replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
%systemroot%\WindowsUpdate.log where is %systemroot% suppose to be C:\Windows B) -
Cant get files to copy over for batch file use
laura replied to gbkyle's topic in Unattended Windows 2000/XP/2003
maybe the problem is too long directory name imho they must be till 8 symbols -
use search and you can find something like this
-
thanks for replay, you are right, i do not add anything and make tempest in a teapot
-
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 ?
-
Hello all Is it possible run spybot without installation from cd or network ? But with updates.
-
[Question] Is thers a way to edit the registry on a slaved HDD?
laura replied to ForceFed's topic in Windows XP
@ForceFed and @all is it possible to load system's part CurrentControlSet ? then i loaded system hive i saw only ControlSet001 and ControlSet002 -
During an OS Setup what do "t-1,t-2,t-3"... mean?
laura replied to jguyomar's topic in Unattended Windows 2000/XP/2003
Windows Setup Timeline -
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...
-
language for non unicode programs
laura replied to darksimoon's topic in Unattended Windows 2000/XP/2003
@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 -
Relationship between runonceex cmdlines.txt winnt.sif
laura replied to Paradox Me's topic in Unattended Windows 2000/XP/2003
CorelDraw 12 looking for office 2000 on the forum... -
why my runonceex.cmd dont execute?
laura replied to sarmad's topic in Unattended Windows 2000/XP/2003
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: ? -
Relationship between runonceex cmdlines.txt winnt.sif
laura replied to Paradox Me's topic in Unattended Windows 2000/XP/2003
Answer nr.1: http://unattended.msfn.org Answer no.2: 3rd party 32-bit DrivePacks -
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
-
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 /?
-
5in1: Wallpaper, Custom Theme + 3 Tweaks, All From Runonceex
laura replied to Djé's topic in Unattended Windows 2000/XP/2003
Ah that my previous post was just misunderstanding, sorry for the raising an alarm -
5in1: Wallpaper, Custom Theme + 3 Tweaks, All From Runonceex
laura replied to Djé's topic in Unattended Windows 2000/XP/2003
>>%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) -
FAQ | Windows 2000 + DriverPacks: mraid35x.sys damaged
laura replied to Gast's topic in The General Stuff
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' -
FAQ | Windows 2000 + DriverPacks: mraid35x.sys damaged
laura replied to Gast's topic in The General Stuff
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