Friday, February 22, 2013
Export Default Application Associations
Use command: assoc >>c:\fileass.txt to export Default Application Associations
Friday, February 3, 2012
"To free up disk space, Outlook Express can compact messages. This may take up to a few minutes." issue
This issue appears when Windows Search 4.0 is installed on Windows XP SP3 and the registry key Compact Check Count in HKEY_CURRENT_USER\Identities\{identity}\Software\Microsoft\Outlook Express\5.0 is incremented more then 100.
Microsoft doesnt support hotfix or any solution regarding this issue.
Only proposed solution to reset this registry key to 0 using GPO.
Microsoft doesnt support hotfix or any solution regarding this issue.
Only proposed solution to reset this registry key to 0 using GPO.
Wednesday, November 16, 2011
Storage Drivers for ESX 3.5.x and Microsoft Windows XP When Using the VMware LSI Logic Storage Adapter
Details
You have to download the storage drivers for ESX 3.5.x and Windows XP when using the VMware LSI Logic Storage Adapter. Solution
Go to www.lsi.com/support and download the LSI driver for LSI20320-R. Make sure you get the Windows Hardware Quality Labs (WHQL) 1.20.18.00 driver for Windows XP (LSI20320-R_xp_50700_01034132IT_1201800_1005239.zip ).
Note: The newer driver, 1.28.03, works for ESX 4.0.
The driver download contains another zip file named symmpi_wXP_1201800.zip . Make a floppy image of the contents of symmpi_wXP_1201800.zip and insert this floppy disk when you are prompted for a driver disk during the Windows XP installation process.
You have to download the storage drivers for ESX 3.5.x and Windows XP when using the VMware LSI Logic Storage Adapter. Solution
Go to www.lsi.com/support and download the LSI driver for LSI20320-R. Make sure you get the Windows Hardware Quality Labs (WHQL) 1.20.18.00 driver for Windows XP (LSI20320-R_xp_50700_01034132IT_1201800_1005239.zip ).
Note: The newer driver, 1.28.03, works for ESX 4.0.
The driver download contains another zip file named symmpi_wXP_1201800.zip . Make a floppy image of the contents of symmpi_wXP_1201800.zip and insert this floppy disk when you are prompted for a driver disk during the Windows XP installation process.
Wednesday, August 17, 2011
Adding Mas Storage Drivers in WinPE Image
To Add a mass storage driver, you need 4 informations...
1-PCI ID String
2-INF file name
3-SYS file name
4-Device driver description quoted
Copy INF files in [WinPE CD]:\i386\inf
Copy SYS files in [WinPE CD]:\i386\system32\drivers
Copy the remaining files in [WinPE CD]:\i386\system32
Once you did that...
Open the file [WinPE CD]:\i386\txtsetup.sif
Locate the section named "HardwareIdsDatabase"
Add each PCI ID like this...
[PCI ID String] = [SYS File name (Without .sys)]
Then locate the section named "SCSI.Load"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [SYS File name],4
the ",4" means that the file is in [WinPE CD]:\i386\system32\drivers
Then locate the section named "SCSI"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [Device driver description quoted]
1-PCI ID String
2-INF file name
3-SYS file name
4-Device driver description quoted
Copy INF files in [WinPE CD]:\i386\inf
Copy SYS files in [WinPE CD]:\i386\system32\drivers
Copy the remaining files in [WinPE CD]:\i386\system32
Once you did that...
Open the file [WinPE CD]:\i386\txtsetup.sif
Locate the section named "HardwareIdsDatabase"
Add each PCI ID like this...
[PCI ID String] = [SYS File name (Without .sys)]
Then locate the section named "SCSI.Load"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [SYS File name],4
the ",4" means that the file is in [WinPE CD]:\i386\system32\drivers
Then locate the section named "SCSI"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [Device driver description quoted]
Subscribe to:
Posts (Atom)