How to update/install device drivers in windows operating systems – vista, xp, 98

Written by admin on April 14, 2009 – 4:12 am

              Many system users do not know how to update their system device drivers and even don’t know what a device driver is and what is the necessity of it. You need to install a device driver when you format the previous operating system and installed new operating system otherwise the device connected to your computer will not work properly. Some times the new drivers for your devices are released by the device manufacturers, then you have to update the device driver. Here i will teach you what a device drive is and what it is meant for and how to install a device driver for each external device and how to update it.

what is Device Driver?

                  A device driver is also a program that acts as a link between your computers operating system and any hardware you are trying to connect and run it.

                  Consider an example of a Network Adapter – When you install a Network Adapter to your PC/Laptop, the device driver acts as a medium between your pc operating system and the hardware device (Network Adapter) and interpret commands, routines to activate the device.

                  Drivers play an important role and with out them the operating system could not interpret and run all the devices attached to a computer.

 Many device vendors come with their own driver programs. These driver softwares are given by them in a CD or Floppy, Don’t lost them guys. For example, you have bought a printer or a new sound adapter they will come with device drivers in a CD or a floppy disk. you have to install them in your operating system after these devices are plugged to your system.

If you lost your device driver CD then you can search in internet or the device company official website and download them to your system and install it.

Here how you can install or update drivers for their respective device:

  • You should have device driver with you either in your hard drive or an external storage media. With out them it is useless to follow this process. If you don’t have the driver with you then download the drivers from the device official website or any other websites. such a website i am mentioning here is driverssoftware .
  • Now if you are using windows Vista follow the steps.      start + mycomputer + right click + manage + System Tools + Device Manager.
  • You will be presented with list of devices installed on your computer.
  • Select the device for which you have to install or update driver.                                                                                                    
  • installing-device-drivers-in-vista-1
  • Right click on the device and click on update driver.
    installing-or-updating-device-drivers-in-vista-2
  • Then you are given with search options. Select “Browse my computer for Device software” if you know the location of the software other wise “search for device software on your computer”.installing-or-updating-device-drivers-in-vista-3
  • Now you have installed/updated the device software.
Posted under Troubleshooting Windows, Vista | No Comments »

How to take full control on a file, registry key, folder or a drive in windows vista

Written by admin on March 24, 2009 – 10:04 am

           The security restrictions  involved in Windows Vista will be really frustrating to the standard user or even for administrator. For security reasons some operations are restricted for standard user and admin also like deleting some files are restricted or modifying the file is denied.

            So taking ownership on the file/folder/drive/registry key is a simple process but you have to take a note on one thing “Even administrator having full rights cannot modify or delete the system files in windows vista”. If you want to know why you can’t do that to system files in vista here is a small explanation; Vista System files are owned by service named TrustedInstaller and windows file protection system will keep these files safe from being overwritten and if you ever try you will get “Access Denied” error.

             Follow the below simple steps and you will take the ownership on a file/folder :

  • Run CMD.exe  ( start -> Run -> type CMD  <-’  )
  • Point the mouse pointer on the top of the Command prompt window and make a right click on that and select
    “RUN AS ADMINISTRATOR”.
  • UAC prompt will occur, click continue 
  • Now type “takeown /f full_path_of_file”                                                                                                                                                      Example:  takeown /f c:usersexample.txt
  • After entering the command you will get a message displayed in command prompt saying that the message is completed successfully.
  • Now you are the owner of the file.
  • You have to execute another command “icacls (full_path_of_the_file) /grant (your user-name):F”                                                                                           Example:  icacls  c:usersexample.txt /grant ram:F                 
  • Again you will be displayed with the message command completed successfully. 

You have now the full ownership on the file and you should be able to modify or delete the file.

Posted under Vista | No Comments »