Everything posted by Ctrl-X
-
noobie just wants info about vlk and xp cds
Unlocking WinXP's setupp.ini
-
Taskbar appearance problem
Display properties -> Appearance tab -> set "Windows and buttons" to "Windows XP style".
-
there is someone that want to share SATA Drivers ?
No Adaptec drivers?
-
Unattended Asking for Serial Key
Maybe you didn't use the correct key and media combination? Volume license media won't accept OEM keys and vice versa. When you enter the key manually, is it accepted? If it is, post your answer file so we can check it for errors.
-
Problem with XP installation..
I'd start by checking the BIOS settings for performance related issues. If there's a "Set all to factory default" option, I'd try that.
-
Rogue windows...
Video driver problem? Update to latest & greatest. IE in full screen mode? Press F11 to switch on/off.
-
Problem with make new folder icon !
Right! That must be the one TS is referring to... I never use those common tasks shortcuts; maybe I should start paying more attention to them
-
Redirect command output into variable
Great site! And it's even made by a Dutchman Thanks for the link!
-
VBS Login Script Help
The default Office (and Windows) save location is the My Documents folder, which can be redirected to another location through Group Policy (User Confiuration / Windows Settings / Folder Redirection).
-
Unattended and web interface
Isn't that exactly what WPI does? Check out the WPI Forum.
-
[Proof] Which runs first or last?
@mazin: excellent work, I'm impressed!
-
The easiest way to import a HKLM key?
I'd say from Cmdlines.txt, but it's not really easier than doing it from [GuiRunOnce]... Except perhaps that it doesn't require any (auto)logon.
-
Domain blocklist, revised.
No problem; it's attached to this message (rename to .vbs). ActiveX_BlockList.txt
-
Problem with make new folder icon !
I'm afraid I don't understand... What "Make new folder" option are you referring to? The two methods you described work, right?
-
[Help] Language Bar Issues
Your registry command removes the entire Language Bar CLSID tree, so you'll probably need to re-import it. FWIW, here's mine: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}] @="Language bar" "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325" [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories] [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories\{00021492-0000-0000-C000-000000000046}] [HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\InProcServer32] @="C:\\WINDOWS\\system32\\msutb.dll" "ThreadingModel"="Apartment"
-
Stop Error!
Some more reading material: *click*
-
How to slipstream language file in WinXP CD ?
You'll have to build your own unattended Windows CD. How to do that is described *here*. I don't think there's an easier tutorial than that.
-
Windows XP Unattended Essentials.
Absolutely correct. You may even need version 1.0, although most applications that require it will run on version 1.1. But version 2.0 is a whole new beast, so it's generally a good idea to install both 1.1 and 2.0.
-
Missing msjava.exe in my win2k. Need gurus' advise
That's what these spyware makers want you to think...
-
How do I add SNMP and WMI to my sif?
You're welcome! Just FYI: in the Windows XP Deployment Tools package there's a Preinstallation Reference (ref.chm) that explains all answer file settings. Everyone that's doing unattended Windows installations should have this lying under their pillow
-
Missing msjava.exe in my win2k. Need gurus' advise
msjava.exe is not a Windows component, but a spyware program. Apparently your spyware cleaner deleted the exe, but left the startup reference intact. Try to find out from what location the program was started (startup folder, registry key) and remove the reference. Google for "msjava.exe" for more info.
-
How do I add SNMP and WMI to my sif?
[NetOptionalComponents] SNMP=1 WBEMSNMP=1
-
How to slipstream language file in WinXP CD ?
You probably won't be able to slipstream it, but it can be installed unattended. This document should get you started: Configuring and Using International Features of Windows.
-
Installing Updates From Local Disk
You could use the For command to parse the output of the Reg Query command and assign the value to an environment variable: ECHO MS Windows XP Service Pack 2 [color="#FF0000"]FOR /F "SKIP=4 TOKENS=3*" %%V IN ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CSDVersion') DO SET CSDVERSION=%%V %%W IF "%CSDVERSION%"=="Service Pack 2" ([/color] ECHO is already installed ) ELSE ( ECHO Installing... %CDROM%\KB835935SP2.exe /quiet /forcerestart /n /f ECHO Installation complete. ) ECHO. ECHO.
-
Can't get Windows Media Player 10 to install unattended
Thanks everyone for the suggestions. I have moved the installation from RunOnceEx.cmd to Cmdlines.txt using the switches I mentioned before and it installs completely unattended from there. Oh well