Saturday, August 23, 2008
Compaq Presario f730us device driver for windows xp
Here are the links for downloading compatible XP drivers for your model presario;
: Chipset driver:
----------------
http://us.download.nvidia.com/Windows/163.71/163.71_forceware_winxp_32bit_english_whql.exe (or) ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33031.exe
: Video driver:
---------------
ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33537.exe
: 1. Click on Start and select Run. Now type devmgmt.msc and press enter.
2. Right click on "Video Controllers" and click Update driver.
3. Select "Install from a list or specific location"
4. Click Next. Then select "Don't search, I will choose the driver to install"
5. Click Next and then select "Display Adapters" from the list.
6. Click Next and then click Have Disk.
7. Click Browse C:\swsetup\sp33549 folder and select the .inf file and click open and Continue with the onscreen instructions.
: Wireless driver:
----------------
ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34152.exe
: Lan driver: http://www.sendspace.com/file/4s15q0
: Quicl Launch Button:
--------------------
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33258.exe
: Synaptics Touchpad:
-------------------
ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33751.exe
: Card reader Driver (Ricoh 5-in-1 Card Reader):
--------------------------------------...
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33413.exe
: NOTE: Please do not click on the link. Copy the full link and paste it to the address bar of a new browser Window and try to open it.
: Installation Instructions :
1. Download the file to a directory on your hard drive.
2. Execute the downloaded file and follow the on-screen instructions.
3. Restart the notebook when the installation is complete.
: Audio Driver:
: In order to install the High definition audio driver we must install Microsoft HD driver.
: Microsoft Universal Audio Architecture (UAA) Bus Driver for High Definition Audio : ftp://ftp.compaq.com/pub/softpaq/sp32501-33000/sp32646.exe
: Installation Instructions
1. Download the file to a directory on your hard drive.
2. Execute the downloaded file and follow the on-screen instructions.
: Then restart the notebook to install Audio driver
: ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34200.exe
Ben Finkel: ok
: This will create a swsetup folder in C drive ("C:\swsetup\sp34200")
: Installing this driver may result in an error. But continue with the following steps to get the audio driver installed correctly.
: 1. Click on Start and select Run. Now type devmgmt.msc and press enter.
2. Right click on "Audio device on High Definition Audio Bus" and click Update driver.
3. Select "Install from a list or specific location"
: 4. Click Next. Then select "Don't search, I will choose the driver to install"
5. Click Next and then select "Sound, video and game controller" from the list.
6. Click Next and then click Have Disk.
7. Click Browse C:\swsetup\sp34200 folder and select the .inf (wis30b2a) file and click open and Continue with the onscreen instructions.
: Modem driver:
----------------
: First download and install the UAA driver from the following link:
ftp://ftp.compaq.com/pub/softpaq/sp32501-33000/sp32646.exe
: After installing this, download and install the modem driver
ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33742.exe
This will create a swsetup folder in C drive ("C:\swsetup\sp33742")
: Installing this driver may result in an error. But continue with the following steps to get the audio driver installed correctly.
: 1. Click on Start and select Run. Now type devmgmt.msc and press enter.
2. Right click on "Modem" and click Update driver.
3. Select "Install from a list or specific location"
4. Click Next. Then select "Don't search, I will choose the driver to install"
5. Click Next and then select "Modem" from the list.
6. Click Next and then click Have Disk.
7. Click Browse C:\swsetup\sp33742 folder and select the .inf (wis30b2a) file and click open and Continue with the onscreen instructions.
: I
Monday, August 4, 2008
Remove Autorun.inf can't view hidden files
If you face the problems listed below your system might have the autorun.inf virus:
- can't view hidden files
- can't open pendrive normally
- can't sign in to YM(Yahoo messenger)
- Firefox can't be open, or just last for 1 or 2 minutes before dissapearing
- internet explorer can't connect to the internet
ANTIVIRUS: so far bitdefender 2008 and avg can detect those virus. The link given will redirect you to the official download site. to stay in this page right click and select open link in new tab/window.
download avg at the official site
download bitdefender 2008
(please update after installing the antivirus.)
MY way:
I use different way to remove the virus:
1. click Start>run and type cmd, after that click run,
if you are unable to right click and paste, just left click and press Ctrl+V.
@echo off
cls
if exist c:\autorun.inf attrib -h -a -s -r c:\autorun.inf
if exist d:\autorun.inf attrib -h -a -s -r d:\autorun.inf
if exist e:\autorun.inf attrib -h -a -s -r e:\autorun.inf
if exist f:\autorun.inf attrib -h -a -s -r f:\autorun.inf
REM Replace with harmless autorun.inf
REM
if exist c:\autorun.inf echo "[autorun]" c:\autorun.inf
if exist d:\autorun.inf echo "[autorun]" d:\autorun.inf
if exist e:\autorun.inf echo "[autorun]" e:\autorun.inf
if exist f:\autorun.inf echo "[autorun]" f:\autorun.inf
REM Make it read-only to prevent trojan from replacing its own copy.
REM
if exist c:\autorun.inf attrib +r c:\autorun.inf
if exist d:\autorun.inf attrib +r d:\autorun.inf
if exist e:\autorun.inf attrib +r e:\autorun.inf
if exist f:\autorun.inf attrib +r f:\autorun.inf
if exist c:\auto.exe attrib -h -a -s -r c:\auto.exe
if exist d:\auto.exe attrib -h -a -s -r d:\auto.exe
if exist e:\auto.exe attrib -h -a -s -r e:\auto.exe
if exist f:\auto.exe attrib -h -a -s -r f:\auto.exe
if exist c:\auto.exe echo "0"c:\auto.exe
if exist d:\auto.exe echo "0"d:\auto.exe
if exist e:\auto.exe echo "0"e:\auto.exe
if exist f:\auto.exe echo "0"f:\auto.exe
if exist c:\auto.exe attrib +r c:\auto.exe
if exist d:\auto.exe attrib +r d:\auto.exe
if exist e:\auto.exe attrib +r e:\auto.exe
if exist f:\auto.exe attrib +r f:\auto.exe
Run Hijack this to remove all unwanted trojans related to
"Generic.PWS.j"
Check the below files to get some ideas which files are related to
this trojan.
There may be additional files, and these files are created in series,
thus u could include latest
*.EXE and *.DLL files found in C:\WINNT (or C:\WINDWS) with respect
to the timestamp of files below.
"DIR /D C:\WINNT"
"DIR /D C:\WINNT\SYSTEM32"
Save this below text file in your local drive before reboot to safe
mode command-line
REM Deletion of the core trojan files:
REM
c:
cd %windir%
if exist DiskMan32.exe attrib -h -a -s -r DiskMan32.exe
if exist Kvsc3.exe attrib -h -a -s -r Kvsc3.exe
if exist AVPSrv.exe attrib -h -a -s -r AVPSrv.exe
if exist mppds.exe attrib -h -a -s -r mppds.exe
if exist MsIMMs32.exe attrib -h -a -s -r MsIMMs32.exe
if exist NVDispDrv.exe attrib -h -a -s -r NVDispDrv.exe
if exist cmdbcs.exe attrib -h -a -s -r cmdbcs.exe
if exist upxdnd.exe attrib -h -a -s -r upxdnd.exe
if exist DbgHlp32.exe attrib -h -a -s -r DbgHlp32.exe
if exist msccrt.exe attrib -h -a -s -r msccrt.exe
if exist DiskMan32.exe del DiskMan32.exe
if exist Kvsc3.exe del Kvsc3.exe
if exist AVPSrv.exe del AVPSrv.exe
if exist mppds.exe del mppds.exe
if exist MsIMMs32.exe del MsIMMs32.exe
if exist NVDispDrv.exe del NVDispDrv.exe
if exist cmdbcs.exe del cmdbcs.exe
if exist upxdnd.exe del upxdnd.exe
if exist DbgHlp32.exe del DbgHlp32.exe
if exist msccrt.exe del msccrt.exe
c:
cd %windir%
cd system32
if exist mppds.dll attrib -h -a -s -r mppds.dll
if exist upxdnd.dll attrib -h -a -s -r upxdnd.dll
if exist DiskMan32.dll attrib -h -a -s -r DiskMan32.dll
if exist cmdbcs.dll attrib -h -a -s -r cmdbcs.dll
if exist Kvsc3.dll attrib -h -a -s -r Kvsc3.dll
if exist DbgHlp32.dll attrib -h -a -s -r DbgHlp32.dll
if exist AVPSrv.dll attrib -h -a -s -r AVPSrv.dll
if exist MsIMMs32.dll attrib -h -a -s -r MsIMMs32.dll
if exist NVDispDrv.dll attrib -h -a -s -r NVDispDrv.dll
if exist msccrt.dll attrib -h -a -s -r msccrt.dll
if exist mppds.dll del mppds.dll
if exist upxdnd.dll del upxdnd.dll
if exist DiskMan32.dll del DiskMan32.dll
if exist cmdbcs.dll del cmdbcs.dll
if exist Kvsc3.dll del Kvsc3.dll
if exist DbgHlp32.dll del DbgHlp32.dll
if exist AVPSrv.dll del AVPSrv.dll
if exist MsIMMs32.dll del MsIMMs32.dll
if exist NVDispDrv.dll del NVDispDrv.dll
if exist msccrt.dll del msccrt.dll
after that you need to install portable antivirus,
download now(via softpedia.com) -- this is a setup file which will install portable antivirus into you computer
or
you can protect your pendrive by download th standalone file and put it into your pendrive.
download standalone
download at the official site
after installing portable antivirus, scan until complete. after that under the task click repair modified registry, you will be prompt and click yes.
restart and i hope it work.=)
Thursday, July 31, 2008
Acer Aspire 1640 Driver For Windows XP
Aspire 1640 Driver For Windows XP
Foxcom Modem Driver
Version : 7.31.0
Category : Modem Driver
Operating System : Windows XP
Download
Intel Chipset
Version : 6.3.0.1007
Category : Chipset Driver
Operating System : Windows XP
Download
Intel VGA Driver
Version : 6.14.10.4332
Category : VGA Driver
Operating System : Windows XP
Download
Realtek Audio Driver
Version : 5.10.0.5148
Category : Audio/sound Driver
Operating System : Windows XP
Download
Realtek LAN Driver
Version : 5.621.304.2005
Category : LAN Driver
Operating System : Windows XP
Download
TouchPad Driver
Version : 7.12.3
Category : TouchPAD Driver
Operating System : Windows XP
Download
WLAN 802.11 (Atheros) Driver
Version : 4.0.0.14001
Category : WLAN Driver
Operating System : Windows XP
Download
Version : 9.0.1.9.
Category : WLAN Driver
Operating System : Windows XP
Download
driver source originally taken from: http://www.laptopbeep.com/aspire-1640-driver-for-windows-xp
I can,t still find vista driver but you can get the latest update at the acer official support site.
http://www.acer.com.my/
Acer Aspire 4520 Windows XP and vista Drivers
Modem_Liteon_(2.1.77.9_logo).zip
Launch Manager_Xp,Vista x86,x64_(2.00 b12_logo).zip
VGA_XP(7.15.11.126_logo).zip
CCD_Bison_x86,x64_(v7.32.701.09_logo).zip
CCD_Suyin_WinXP,VISTA(32bit,64Bbit)(5.7.28.500_logo).zip
CIR_(7.1.64.1010_logo).zip
TouchPad_Synaptics_Vista_Vista64_x64_XP_2K_(9.2.3.1_logo).zip
Modem_Foxccon_Conexant_(2.1.77.9_logo).zip
Chipset(13.13_logo) + Lan(65.7.5.0_logo).zip
Wireles_Broadcom_XP_(4.100.15.5_logo).zip
Wireless_Atheros_XP32_XP64_WHQL_(5.3.0.45_logo).zip
Audio_WinXP,VISTA(32bit,64Bbit)_(5.10.0.5423_logo).zip
CardReader_WinXP,VISTA(32bit,64Bbit)(3.51.01_logo).zip
Download and install all packages Above.(please report broken link and leave comment if you have other relzted info and link).
For windows vista acer 4520 driver:
- Acer Aspire 4520 notebook RealTek Audio Driver v6.0.1.5413 for Windows Vista
- Acer Aspire 4520 notebook nVidia VGA Driver v7.15.101.27.2 for Windows Vista
- Acer Aspire 4520 notebook CIR Driver v7.0.62.2011 for Windows Vista
- Acer Aspire 4520 notebook Touchpad Driver v9.1.20.0 for Windows Vista
- Acer Aspire 4520 notebook Foxconn Modem Driver v2.1.77.9 for Windows Vista
- Acer Aspire 4520 notebook Lite-On Modem Driver v2.1.77.0 for Windows Vista
- Acer Aspire 4520 notebook Atheros Wireless LAN Driver v7.2.0.208 for Windows Vis..
- Acer Aspire 4520 notebook Broadcom Wireless LAN Driver v4.102.28.4 for Windows V..
- Acer Aspire 4520 notebook Card Reader Driver v3.50.03 for Windows Vista
- Acer Aspire 4520 notebook Bison Camera Driver v
Monday, April 7, 2008
compaq presario v3751au

compaq presario v3751au DRIVER FOR WINDOWS XP.
Nvidia Chipset,install and reboot.If offered,choose the option to install ONLY the drivers.
NVIDIA CHIPSET:
DOWNLOAD(NVIDIA SITE)
NVDIA GRAPHIC:
DOWNLOAD
or If you have intel graphic
Video Drivers (Intel X3100):
Or
Mobile Intel 965 Express Chipset Family Video Driver:
Alps Touchpad:
DOWNLOAD
Ricoh Card Reader:
DOWNLOAD
------------------------------------------------------------------------------
(INSTALL NET FRAMEWORK FIRST BEFORE INSTALLING HP Quick Launch)
NET FRAMEWORK: DOWNLOAD
HP Quick Launch: DOWNLOAD
-------------------------------------------------------------------------------
SOUND DRIVER:
MS UAA(required with a reboot before Conexant):
Download
Conexant SmartAudio 221:
Download
Use this for audio.Unzip to a folder.Run installer.if it errors use Device Manager.
RIGHT CLICK MY COMPUTER>MANAGE>DEVICE MANAGER
From Device Manager,right click "Audio Device on HD",choose Update driver,
No to connect,
Install from a list or specific location,
Select Don't Search, I will choose the driver to install,
For the Hardware Type select 'Show All Devices'
Remove the check from "Show Compatible Hardware" and click on "Have Disk".
Next...browse to the unzipped folder and choose the "WiSVHe5.inf".
Ignore XP when it complains.
Reboot.
---------------------------------------------------------------------------------
Modem Drivers:
Conexant HDAUDIO Soft Data Fax Modem with SmartCP Driver:
Download
Broadcom Wireless LAN Driver:
Download
or
DOWNLOAD
HP Integrated Module with Bluetooth Wireless Technology
Download
HP Wireless Assitant:
Download
Network Driver (LAN):
Download
Alternate network Drivers:
(Realtek RTL8139/810x Family Fast Ethernet NIC Driver)
Download
Or
Download
Ricoh 5-in-1 Card Reader Host Controller:
Download
Tuesday, September 30, 2003
Monday, September 30, 2002
About Us
We hope this site useful for all.