
Sgt_Strider
MemberContent Type
Profiles
Forums
Events
Everything posted by Sgt_Strider
-
Adding Intel SATA Drivers to an installation CD in 15 steps
Sgt_Strider replied to nAFutro's topic in Device Drivers
I followed the method that you provided and it doesn't work . The notebook would just crash as it's loading the drivers. I did everything that you said including adding the entries to txtsetup.sif. I don't know if you would call it a marker, but there was an arrow at the end of the page. I went up a few lines and copy and paste what you provided and it doesn't work. Is it possible that I didn't put the sata drivers as the first entry in the winnt.sif file? For the OEM drivers path, I placed my chipset drivers and several other drivers ahead of the sata drivers. -
I just tried using the latest drivers from the latest version of Intel's utility. It still doesn't work. I'm getting very annoyed as I can't install Windows XP. I'm hoping someone here can solve this issue soon!
-
Are you telling me that I have a different version of iastor.sys? If so, do you have newer version? My motherboard is base on the i945 chipset.
-
Ok, I decided to test this method out by following the instructions on the first page. Everything went well until Windows finished installing. For some odd reasons, Windows can't boot to the desktop. It just crashes everytime it attempts to boot up Windows. I can't get to the desktop even via safemode. I feel like I'm extremely close to getting this done and I hope someone here knows!
-
Unattended Guide for Vista
Sgt_Strider replied to Incroyable HULK's topic in Unattended Windows Vista/Server 2008
So has anyone here got Vista up and running unattended? -
Silent install of Logitech Setpoint 2.31?
Sgt_Strider replied to Sgt_Strider's topic in Device Drivers
Why am I getting the error, "Unable to execute the specified command as I try to exact the file? Btw, I'm using the latest setpoint 3.10. -
I notice that Windows will not install the default theme after WM11 is installed. Is it because this update isn't installed? WindowsXP-KB898543-v3-x86-ENU.exe
-
Do you really need to add all of those settings to make Google the default search engine?
-
Registry Myths #1 - IoPageLockLimit
Sgt_Strider replied to dirtyepic's topic in Windows Tips 'n' Tweaks
Nice post and I'm surprised it didn't get more attention. I think we need to figure out which registry settings are worthless and should be excluded from an unattended setup. -
Registry Tweaks PT 4 beta update
Sgt_Strider replied to glent's topic in Unattended Windows 2000/XP/2003
Thanks for the information. Are there any other registry tweaks that are myths and should be removed? -
Can someone please answer my question?
-
Start menu sort Alphabetically?
Sgt_Strider replied to Shark007's topic in Unattended Windows 2000/XP/2003
I have a quick question. Are you saying that I should copy those examples into notepad and save it under those file names right? -
Do any IE6 reg tweaks apply to IE7?
Sgt_Strider replied to cumminbk's topic in Unattended Windows 2000/XP/2003
It would be nice to have a list of registry settings that does work in IE7. -
I agree, this file needs to be reformatted.
-
Add/slipstream SATA drivers - A fully working solution
Sgt_Strider replied to Anderz's topic in Device Drivers
Actually Anderz already mentioned it here: 3. Copy only the .SYS file (iastor.sys) to the C:\XPCD\I386 folder. Keep the other files - you'll need some information from them a little later. Note that it's important that the .SYS file is uncompressed. Keep in mind this method only works for simple drivers that only comes with a SYS file. For more complex drivers in which it comes with its own GUI for configuring the controller in Windows, you will need to slipstream/integrate the DLL and other files that come with the driver as well. It gets complicated in these cases. He only said that I need the information from the other files, but what do I do with them after I use those information? Do those files go into a folder inside the $OEM$\$1\drivers directory or what? That is what I have been asking. -
Just the ones in my first post. Since they said it works, I guess you don't need to worry much.
-
Prevent KB923789 from appearing in windows update
Sgt_Strider replied to cumminbk's topic in Unattended Windows 2000/XP/2003
I would like to know too. -
I have the following entries in my winnt.sif file: [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 The thing is that everything else in the winnt.sif were applied and yet the Windows Security Center icon is still in the taskbar. For the registry, I can't seem to disable the screensaver and make sure that in the power setup menu, everything stays on regardless of how long the computer remained idle. I used the following entries: ; Disable screensavers [HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0" [HKEY_CURRENT_USER\Control Panel\Desktop] "SCRNSAVE.EXE"="" [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "ScreenSaveActive"="0" [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "SCRNSAVE.EXE"="" To sum it all up again, can someone tell me how to disable the Windows Security Center, the screensaver, and turn off all power saving features? Thanks!