Everything posted by Nazgul
-
PROB | DP CPU + AMD X2 CPU's (or any multicore/multiCPU system)
You can use Regmon by sysinternals and set its filter to 'write' and 'the installer process'.
-
Not Sure on hex Editing
No, that's not possible. You're replacing the text I386, which consists of 4 characters, so you can only replace it with something that's 4 characters as well.
-
Driverpack Tv released
Here it is: http://rapidshare.de/files/6973602/DriverP...em_v1.4.7z.html
-
Driverpack Tv released
I've uploaded a mirror at: http://rapidshare.de/files/6961684/DriverP...Tv_v1.3.7z.html
-
SQL 2000 server sp 4
From http://www.microsoft.com/technet/community..._feb15_sql.mspx
-
DriverPack LAN V5.07.3
Try www.driverpacks.net.
-
Integrate SONY VAIO drivers
Try extracting the cab files with something like WinRAR to see if they conatin the inf files.
-
ERR | UpdateChecker fails.
It doesn't work because it can't get the Get_update.cmd file, because the btsunattended.net domain is down.
-
PROB | DriverPack MassStorage download link not working.
Try www.driverpacks.net.
-
PROB | M2: DriverPack MassStorage is causing BSODs
Which hardware are we talking about (brands, types and drivers?) Could you post your hardware ID's here, so we can try to pinpoint your problem? (You can use the tool from this post to determine them.)
-
How do you...
Some (but not all) of those exe files can be extracted using a tool like WinRAR. And you can try extracting the MSI files using Less MSIérables.
- bts website
-
DriverPacks BASE V5.08.1
Try www.driverpacks.net.
-
FAQ | What is method 3?
The differences are mentioned in the tutorial on BTS' site.
-
DriverPack Sound A V5.08
Try www.driverpacks.net.
-
autoit script to ask restart or not ?
Why use shutdown.exe when AutoIt supports its own shutdown function?
-
Batch file -- help
Couldn't you just do a taskkill /IM extras.exe, which will kill all running processes with the name of extras.exe?
-
Run IE & OE as non-admin?
Both IE and OE should work when run as a normal user. For tips and pointer about running as a non-admin read Aaron Margosis' WebLog. He 'specializes' in running things as a non-admin.
-
Windows 2000 boot disk
If you just want the default boot disks, you can download them from this site. If you want to create a boot folder for use on a multi-boot CD, try BootFolder.exe.
-
[Release] Windows XP PowerPacker
It's Trojan-Downloader.Win32.IstBar.ja according to Jotti
-
DriverPack Sound A V5.08
Are you still uploading? Because it gives a 404 over here.
-
Winxp SP2 DEP Disabled
It is mentioned on that page, but there is an error in that information: This states that you can use the OSLoadOptionsVar entry to set DEP settings during unattended installation. The only problem is that they state that it should be in [Data] while it should be in [setupData]. This article on Microsoft Technet specifies the different settings you can provide.
-
Services
You can write some custom code which is able to do so, but you could also take a look at something like TQF Event Log Explorer. I don't have any personal experience with it, but its description fits what you're looking for.
-
Windows 2000 "Hotstream" Project
Try running BootFolder.exe after you've integrated SP5 and it will create a boot folder for you based on the dosnet.inf file.
-
Just a simple batch file
Take a look at the FOR /F command. You can get some additional information about it by executing HELP FOR from a command prompt.