Everything posted by baza23
-
WinPE 2.0 simple Ghost Menu HTA
Very impressed by this was wondering will it work with WinPE 3.0?
-
IBM Thinkcentre and Intel Extreme Graphics sysprep
Yeah it doesn't work.
-
IBM Thinkcentre and Intel Extreme Graphics sysprep
I've got a problem with some machines in work, the IBM Thinkcentre and Netvista series, they both have onboard Intel Extreme Graphics. The problem is that if I include the path to the Intel Extreme Graphics drivers in the oempnpdrivers line of sysprep.inf and run the mini-setup, upon bootup the PC hangs, so I have to turn it on and off, anyone have any ideas to get around this? I've found someone with the same issue here, but can't get his solution to work. http://www.toussaint.ca/unattend/IntelExtremeSysprep.html
-
Devicepath And Oempnpdriversin Sysprep.inf
Do I need to put UpdateInstalledDrivers = Yes in my sysprep.inf file?
-
Devicepath And Oempnpdriversin Sysprep.inf
If I manually set the devicepath of my drivers in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath: REG_EXPAND_SZ:%SystemRoot%\Inf, does this mean that I don't have to use the oempnpdrivers = OemPnPDriversPath="Drivers\000_chipset;Drivers\001_Intel100;Drivers\002_Intel1000;Drivers\003_videointel;Drivers\004_sound" path in my sysprep.inf file?
-
Driverpack Lan - V5.02
I've tried clicking the ads but cannot get the download link to appear to download the driver pack.
-
Driver update during Unattended XP Upgrade
Put this in your winnt.sif file in the [unattended] section. DriverSigningPolicy=Ignore
-
small icons in explorer and interner explorer
Thanks been after this tweak for a while. Now if only I could get rid of fade effect.
-
Disable USB mass storage devices in SP2
I found where I read it http://www.microsoft.com/technet/prodtechn...n/sp2otech.mspx Only problem is I don't have this key in my registry, how do I add it? HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies\WriteProtect
-
Disable USB mass storage devices in SP2
I read the other day that there is a registry key in SP2 that can disable USB mass storage devices, problem is I can't remember where I saw it, does anyone know?
-
Direct9.0c unattended
I just tried a new disc and it comes up with invalid switch when trying to install directx9c, is there a problem with the command I used. ECHO. ECHO Installing DirectX 9.0C ECHO Please wait... start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot I'm pretty sure that the /noreboot switch doesn't work
-
Registry Tweaks, Part-1
What is the tweak to make the automatic updates box unticked? I do not want to turn off the service though. EDIT: Would this work? ;Disable Autoupdates [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000001 "AUState"=dword:00000007
-
Direct9.0c unattended
Yeah I extraced all files into the DirectX9c folder shown in the command i'm going to use.
-
Direct9.0c unattended
Would this be the correct command to use to put in my install.cmd file? ECHO. ECHO Installing DirectX 9.0C ECHO Please wait... start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot
-
Hotfixes For Windows XP Professional SP1
I'm updating my svcpack.inf file, can someone tell me if this is ok? [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] [SetupHotfixesToRun] JS56NEN.exe /Q:A /R:N Q821557.exe /Q /Z /O Q823182.exe /Q /Z /O Q823559.exe /Q /Z /O Q823980.exe /Q /Z /O Q824105.exe /Q /Z /O Q824141.exe /Q /Z /O Q824146.exe /Q /Z /O Q825119.exe /Q /Z /O Q826939.exe /Q /Z /O Q826942.exe /Q /Z /O Q828026.exe /Q /Z /O Q828028.exe /Q /Z /O Q828035.exe /Q /Z /O Q828741.exe /Q /Z /O "Q832483.exe /C:""dahotfix.exe /q /n"" /q:a" Q835732.exe /Q /Z /O Q837001.exe /Q /Z /O Q839645.exe /Q /Z /O Q840315.exe /Q /Z /O Q840374.exe /Q /Z /O Q841873.exe /Q /Z /O Q842773.exe /Q /Z /O KB867801.exe /Q:A /R:N KB870669.exe /Q:A /R:N Qchain.exe
-
Java 1.3.1_06
Yeah I know it's old but I need to use this version.
-
Java 1.3.1_06
Need to install Java 1.3.1_06 silently, tried this and it doesn't work as it comes up asking me to click next. ECHO. ECHO Installing Sun Java VM 1.3.1 ECHO Please wait... start /wait %systemdrive%\install\Applications\SunJava1\j2re-1_3_1_06-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" Can anyone help me?
-
Using Sysprep in an unattended installation
Can that file be removed then?
-
Using Sysprep in an unattended installation
bump
-
Proxy won't install silently?
Also what command line do I use?
-
Proxy won't install silently?
Thanks killerbee but the line didn't work, how can I extract the exe?
-
Proxy won't install silently?
Still doesn't work.
-
Proxy won't install silently?
I'm installing it from start.cmd along with acrobat, quicktime, etc. It doesn't install silently at all and prompts me to type everything in.
-
Proxy won't install silently?
I can't get Proxy by Funk Software to install silently, www.funk.com I've read the http://www.funk.com/Docs/PXH410MAN.PDF (page 69 on) and I can't see what i've done wrong. Here is the switches i'm using setup.exe /s /v"/qn LICENSE=1111 2222 3333 4444 555 REBOOT=Suppress INSTALLDIR=\"c:\Program Files\Funk Software\Host"\"
-
Using Sysprep in an unattended installation
Can I edit the $winnt$.inf file and take out this bit to stop it asking for start.cmd? [GuiRunOnce] "%systemdrive%\install\start.cmd Or can I just delete the $winnt$.inf