-
UNATTENDED HANG DURING INSTALLATION IN PC.
@ fordac Post #1 I had the same problem, until I unplugged my wireless mouse/keyboard (Logitech), and used an old keyboard, my unattended iso include BTS driver pack.
-
[RELEASE] .NET Framework 1.1, 2.0 and 3.0
@ lol69002 As theSLug posted file not present in your download link directory
-
Can I Add "my Computer", "recycle Bin","run&q
Search word "context" 1300 hits. Read my sig.....
-
Which file(s) need to replace for this
you can change your logon screen with this reg tweak, put your renamed logonui(new).exe in system32 folder. Windows Registry Editor Version 5.00 ;======================================================================= ; UI Logon ;======================================================================= [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "UIHost"=logonui(new).exe Remember to backup before playing.
-
OEMinfo.INI.... HELP ....
Try this Link, Or this
-
Patched uxtheme.dll in windows setup?
Newer tried this theory (I´m an nLite´r) but think it works. Copy your working uxtheme.dll, then Next, ModifyPE your uxtheme.dll Next, at the command prompt, type in this command. "makecab uxtheme.dll", It will become uxtheme.dl_ Last, replace your uxtheme.dl_ in your unattended CD/DVD. Read this Unattended Help
-
[Help] - How to read an XP drive on another machine
@ sqzdog Oops, was too fast, depends if your drive are FAT or NTFS Read Hints. It´s named "Data Recovery"
-
[Help] - How to read an XP drive on another machine
@ sqzdog Access your data with this tool Run Time Has worked for me, more than once. Just make sure you don´t write to that drive, easy solution is to run it as an external drive.
-
what was i thinking?
If you can´t get It working on your friends PC. Try this Runtime
-
A Question about executing a batch file while installing
@ Delphianrex Save as boot.cmd. Edit for your needs. @echo off ATTRIB -R -S -H %systemdrive%\boot.ini del /F /Q %systemdrive%\boot.ini SET inifile="%systemdrive%\boot.ini" ECHO [boot loader] >> %inifile% ECHO timeout=0 >> %inifile% ECHO default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS >> %inifile% ECHO [operating systems] >> %inifile% ECHO multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP SP2 Pro" /bootlogo /noguiboot /fastdetect>> %inifile% ATTRIB +R +S +H %systemdrive%\boot.ini exit
-
Customizing GUI Install
Everything you need WinntbbuED.exe
-
Automatic creation of oeminfo.ini
@ Delprat & gunsmokingman List installed hotfixes. Is it possible to add this funktion in your scripts? Like in this cmd. cmdow @ /HID @ECHO OFF SET D=%SYSTEMROOT%\system32\ REM delete oeminfo.ini if exists if exist "%D%oeminfo.ini" del "%D%oeminfo.ini" /q FOR %%d IN (c: 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 %%d\WIN51IP SET CDROM=%%d echo [General] >> "%D%oeminfo.ini" echo Manufacturer=Unattendet Win. XP sp2 Pro >> "%D%oeminfo.ini" echo Model=Slim Slipstream Version >> "%D%oeminfo.ini" echo [Support Information] >> "%D%oeminfo.ini" echo Line1=Dato for installation: %date% >> "%D%oeminfo.ini" echo Line2= >> "%D%oeminfo.ini" echo Line3=Slipstreamed Hotfix:>> "%D%oeminfo.ini" echo Line4= >> "%D%oeminfo.ini" REM Line Number SET i=5 REM List quickfixes without exe extension For /F "TOKENS=1 delims=.exe" %%j in ( 'dir /B %CDROM%\I386\svcpack\KB*.exe' )do ( ( set kbname=%%j ) & (call :myprint) ) GOTO :EOF :myprint echo Line%i%=%kbname% >> "%D%oeminfo.ini" SET /A i+=1 :EOF
-
renaming Start Menu options
Rename "My Computer" unattended. Run this vbs script from RunOnceEx. It will be the name you set in your "winnt.sif". Const MY_COMPUTER = &H11& Set objNetwork = CreateObject("Wscript.Network") objComputerName = objNetwork.ComputerName Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(MY_COMPUTER) Set objFolderItem = objFolder.Self objFolderItem.Name = objComputerName Rename "Drive(s)" unattended. Put this "reg" in your regtweaks. It will also do your icon. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel] @="Hoved Drev" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon] @="c:\\windows\\icons\\System\\win.ico" Both found on this site...
-
XP, "Properties for this computer"
Look here. Oem Logo
-
USB Flash Drive Unattended not possible!
@ willpantin I saved the instructions for an NTFS bootable Flash drive if anyone would like it posted here, but unfortunately I wouldn't know who to credit for the original posting.... Just post it, might help some people.... Lau