Thursday, 21 February 2013

bios update windows 7


Your computer's BIOS (Basic Input/Output System) is the first software your PC loads. It sets the stage for your operating system, so to speak, by finding all your PC's various hardware components and letting the operating system know it can use them.

As with any software, your computer or motherboard manufacturer periodically updates the BIOS to fix bugs, add compatibility with new devices, improve caching functions, and make several other hardware tweaks that can speed up your boot time and fix annoying issues. These updates are available at the manufacturer's site. But if you make a mistake in the update process, you risk rendering your PC unbootable. Here's how to make sure your BIOS update goes without a hitch.

Step 1: Identify your current BIOS version.


Check your BIOS version, without restarting your PC, by using msinfo32.exe (as described in the text).
The easiest way to find your BIOS version is to open up the System Information app in Windows--just type msinfo32 into the search bar (for Windows 7/Vista) or the Run box (XP), and click System Summary; your BIOS version should now show up on the right under your processor speed. Record your version number (and the date that appears afterwards, if applicable).

Step 2: Check your PC/motherboard manufacturer's Website for BIOS updates.

Most PC manufacturers handle BIOS updates based on your specific line and model, so head over to your manufacturer's support page and check its listings for your PC, because if you download and install a BIOS intended for a different model, your PC probably won't work (although most BIOS updaters are smart enough to notice if you try to install them on the wrong hardware). If there is a BIOS update file available, grab it--along with any documentation it comes with, because often warnings and specific instructions are contained in the Read Me docs.

Those of you who assembled your PC yourself will need to look for BIOS updates from your motherboard manufacturer's Website. If you don't remember your motherboard's model number, you can look it up without opening up the case by downloading and running CPU-Z and clicking on the Mainboard tab.

Step 3: Read the included documentation.


Your PC's BIOS handles a lot of the nuts and bolts.
The BIOS updater's Read Me file will most likely include a list of fixes and new functions, often to support new hardware. Updating the BIOS for my Lenovo Thinkpad T500, for example, added support for a new AC adapter and a 1600-by-900-pixel screen resolution on an external monitor; the update also fixed fan speed and Webcam issues that could not have been handled by updating Windows or my specific device driver software.

More important, however, were these notes in the Read Me file: If I was running Vista on my T500, I'd need to make sure that I had a certain patch installed; and if my T500 had a certain graphics card, I would need to update its drivers above a certain version before updating my BIOS. Read and reread your docs, or you might make your PC unable to boot without even knowing why.

Step 4: Update your BIOS.

Most newer PCs have a fairly easy BIOS update procedure: Just download the .exe file from your PC manufacturer's Website, quit all open programs, run the .exe, and let it handle the patch; then reboot. If your PC suddenly shuts down in the middle of the BIOS update, you won't be able to boot up, so make sure you're not running off a laptop battery. Ideally, you're plugged into an uninterruptible power supply (UPS), especially if you're in an area prone to blackouts.

Older PCs, however, might require you to set up your own bootable disk to update the BIOS yourself. You might still be able to download an app that configures a USB thumb drive, blank CD/DVD, or even a floppy disk so that you can boot off of it to update the BIOS, or an ISO image file that can be used in your disc-burning app of choice (if you don't have such an app, try ISO Recorder for Windows XP or the version for Windows 7/Vista) to create a BIOS update CD.

Other systems will have you copy a few files to your bootable disk, restart, and open up the BIOS during startup (typically by pressing a specified key for setup options), and change the boot order so your system looks for a bootable USB drive or CD before loading the OS from your hard drive.

source:http://www.pcworld.com/article/187437/how_to_update_your_bios.html

Sunday, 17 February 2013

How to set the path and environment variables in Windows



Windows Vista and Windows 7 users
  1. From the Desktop, right-click My Computer and click Properties.
  2. Click Advanced System Settings link in the left column.
  3. In the System Properties window click the Environment Variables button.
Windows enviromental path settings
Windows 2000 and Windows XP users
The path is now managed by Windows 2000 and Windows XP and not the autoexec.bat or autoexec.nt files as was done with earlier versions of Windows. To change the system environment variables, follow the below steps.
  1. From the Desktop, right-click My Computer and click Properties.
  2. In the System Properties window, click on the Advanced tab.
  3. In the Advanced section, click the Environment Variables button.
  4. Finally, in the Environment Variables window (as shown below), highlight the Path variable in the Systems Variable section and click the Edit button. Add or modify the path lines with the paths you wish the computer to access. Each different directory is separated with a semicolon as shown below.

    C:\Program Files;C:\Winnt;C:\Winnt\System32
  
Windows enviromental path settings 
key : windows 7 pro,windows 7 software windows 7 home

windows 7 error codes

 Source: 1
 
Despite Windows operating system has been one of the most user friendly OS available in the market, but when it comes to dealing with errors, especially Blue Screen of Death or Black Screen of Death (BSoD), which existed since Windows 9x era, have many users have found that often, there is only a cryptic set of random alpha numeric codes been shown or displayed, with no explanation or further information.

Microsoft has information and description on the error codes which users may encounter in Windows NT operating system when the computer operates incorrectly, performs illegal operating or has normal operation failure. Although means for Windows NT, the list is mostly still in used, if not identical from Windows 95 through Windows 7, although in newer versions, more error codes can be expected, in more sophisticated terms.
-80xFFF8LZERROR_UNKNOWNALGCompression algorithm not recognized.
-70xFFF9LZERROR_BADVALUEInput parameter out of acceptable range.
-60xFFFALZERROR_GLOBLOCKBad global handle.
-50xFFFBLZERROR_GLOBALLOCInsufficient memory for LZFile structure.
-40xFFFCLZERROR_WRITEOut of space for output file.
-30xFFFDLZERROR_READCorrupt compressed file format.
-20xFFFELZERROR_BADOUTHANDLEInvalid output handle.
-10xFFFFLZERROR_BADINHANDLEInvalid input handle.
0L0×0000NO_ERRORNo error.
0L0×0000ERROR_SUCCESSThe operation was successfully completed.
1L0×0001ERROR_INVALID_FUNCTIONThe function is incorrect.
2L0×0002ERROR_FILE_NOT_FOUNDThe system cannot find the file specified.
3L0×0003ERROR_PATH_NOT_FOUNDThe system cannot find the specified path.
4L0×0004ERROR_TOO_MANY_OPEN_FILESThe system cannot open the file.
5L0×0005ERROR_ACCESS_DENIEDAccess is denied.
6L0×0006ERROR_INVALID_HANDLEThe internal file identifier is incorrect.
7L0×0007ERROR_ARENA_TRASHEDThe storage control blocks were destroyed.
8L0×0008ERROR_NOT_ENOUGH_MEMORYNot enough storage is available to process this command.
9L0×0009ERROR_INVALID_BLOCKThe storage control block address is invalid.
10L0x000AERROR_BAD_ENVIRONMENTThe environment is incorrect.
11L0x000BERROR_BAD_FORMATAn attempt was made to load a program with an incorrect format.
12L0x000CERROR_INVALID_ACCESSThe access code is invalid.
13L0x000DERROR_INVALID_DATAThe data is invalid.
14L0x000EERROR_OUTOFMEMORYNot enough storage is available to complete this operation.
15L0x000FERROR_INVALID_DRIVEThe system cannot find the specified drive.
16L0×0010ERROR_CURRENT_DIRECTORYThe directory cannot be removed.
17L0×0011ERROR_NOT_SAME_DEVICEThe system cannot move the file to a different disk drive.
18L0×0012ERROR_NO_MORE_FILESThere are no more files.
19L0×0013ERROR_WRITE_PROTECTThe media is write protected.
20L0×0014ERROR_BAD_UNITThe system cannot find the specified device.
21L0×0015ERROR_NOT_READYThe drive is not ready.
22L0×0016ERROR_BAD_COMMANDThe device does not recognize the command.
23L0×0017ERROR_CRCData error (cyclic redundancy check).
24L0×0018ERROR_BAD_LENGTHThe program issued a command but the command length is incorrect.
25L0×0019ERROR_SEEKThe drive cannot locate a specific area or track on the disk.
26L0x001AERROR_NOT_DOS_DISKThe specified disk cannot be accessed.
27L0x001BERROR_SECTOR_NOT_FOUNDThe drive cannot find the requested sector.
28L0x001CERROR_OUT_OF_PAPERThe printer is out of paper.
29L0x001DERROR_WRITE_FAULTThe system cannot write to the specified device.
30L0x001EERROR_READ_FAULTThe system cannot read from the specified device.
31L0x001FERROR_GEN_FAILUREA device attached to the system is not functioning.
32L0×0020ERROR_SHARING_VIOLATIONThe process cannot access the file because it is being used by another process.
33L0×0021ERROR_LOCK_VIOLATIONThe process cannot access the file because another process has locked a portion of the file.
34L0×0022ERROR_WRONG_DISKThe wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
36L0×0023ERROR_SHARING_BUFFER_EXCEEDEDToo many files opened for sharing.
38L0×0024ERROR_HANDLE_EOFReached End Of File.
39L0×0025ERROR_HANDLE_DISK_FULLThe disk is full.
50L0×0032ERROR_NOT_SUPPORTEDThe network request is not supported.
51L0×0033ERROR_REM_NOT_LISTThe remote computer is not available.
52L0×0034ERROR_DUP_NAMEA duplicate name exists on the network.
53L0×0035ERROR_BAD_NETPATHThe network path was not found.
54L0×0036ERROR_NETWORK_BUSYThe network is busy.
55L0×0037ERROR_DEV_NOT_EXISTThe specified network resource is no longer available.
56L0×0038ERROR_TOO_MANY_CMDSThe network BIOS command limit has been reached.
57L0×0039ERROR_ADAP_HDW_ERRA network adapter hardware error occurred.
58L0x003AERROR_BAD_NET_RESPThe specified server cannot perform the requested operation.
59L0x003BERROR_UNEXP_NET_ERRAn unexpected network error occurred.
60L0x003CERROR_BAD_REM_ADAPThe remote adapter is not compatible.
61L0x003DERROR_PRINTQ_FULLThe printer queue is full.
62L0x003EERROR_NO_SPOOL_SPACESpace to store the file waiting to be printed is not available on the server.
63L0x003FERROR_PRINT_CANCELLEDFile waiting to be printed was deleted.
64L0×0040ERROR_NETNAME_DELETEDThe specified network name is no longer available.
65L0×0041ERROR_NETWORK_ACCESS_DENIEDNetwork access is denied.
66L0×0042ERROR_BAD_DEV_TYPEThe network resource type is incorrect.
67L0×0043ERROR_BAD_NET_NAMEThe network name cannot be found.
68L0×0044ERROR_TOO_MANY_NAMESThe name limit for the local computer network adapter card exceeded.
69L0×0045ERROR_TOO_MANY_SESSThe network BIOS session limit exceeded.
70L0×0046ERROR_SHARING_PAUSEDThe remote server is paused or is in the process of being started.
71L0×0047ERROR_REQ_NOT_ACCEPThe network request was not accepted.
72L0×0048ERROR_REDIR_PAUSEDThe specified printer or disk device has been paused.
80L0×0050ERROR_FILE_EXISTSThe file exists.
82L0×0052ERROR_CANNOT_MAKEThe directory or file cannot be created.
83L0×0053ERROR_FAIL_I24Fail on INT 24.
84L0×0054ERROR_OUT_OF_STRUCTURESStorage to process this request is not available.
85L0×0055ERROR_ALREADY_ASSIGNEDThe local device name is already in use.
86L0×0056ERROR_INVALID_PASSWORDThe specified network password is incorrect.
87L0×0057ERROR_INVALID_PARAMETERThe parameter is incorrect.
88L0×0058ERROR_NET_WRITE_FAULTA write fault occurred on the network.
89L0×0059ERROR_NO_PROC_SLOTSThe system cannot start another process at this time.
100L0×0064ERROR_TOO_MANY_SEMAPHORESCannot create another system semaphore.
101L0×0065ERROR_EXCL_SEM_ALREADY_OWNEDThe exclusive semaphore is owned by another process.
102L0×0066ERROR_SEM_IS_SETThe semaphore is set and cannot be closed.
103L0×0067ERROR_TOO_MANY_SEM_REQUESTSThe semaphore cannot be set again.
104L0×0068ERROR_INVALID_AT_INTERRUPT_TIMECannot request exclusive semaphores at interrupt time.
105L0×0069ERROR_SEM_OWNER_DIEDThe previous ownership of this semaphore has ended.
106L0x006AERROR_SEM_USER_LIMITInsert the disk for drive 1.
107L0x006BERROR_DISK_CHANGEProgram stopped because alternate disk was not inserted.
108L0x006CERROR_DRIVE_LOCKEDThe disk is in use or locked by another process.
109L0x006DERROR_BROKEN_PIPEThe pipe was ended.
110L0x006EERROR_OPEN_FAILEDThe system cannot open the specified device or file.
111L0x006FERROR_BUFFER_OVERFLOWThe file name is too long.
112L0×0070ERROR_DISK_FULLThere is not enough space on the disk.
113L0×0071ERROR_NO_MORE_SEARCH_HANDLESNo more internal file identifiers available.
114L0×0072ERROR_INVALID_TARGET_HANDLEThe target internal file identifier is incorrect.
117L0×0075ERROR_INVALID_CATEGORYThe IOCTL call made by the application program is incorrect.
118L0×0076ERROR_INVALID_VERIFY_SWITCHThe verify-on-write switch parameter value is incorrect.
119L0×0077ERROR_BAD_DRIVER_LEVELThe system does not support the requested command.
120L0×0078ERROR_CALL_NOT_IMPLEMENTEDThe Application Program Interface (API) entered will only work in Windows/NT mode.

Delete your cache and other browser data

 

You have control over your browsing data. This data includes things like your browsing and download history and saved form data. Use the "Clear browsing data" dialog to delete all your data or just a portion of your data, collected during a specific period of time.

Delete all your data

  1. Click the Chrome menu Chrome menu on the browser toolbar.
  2. Select Tools.
  3. Select Clear browsing data.
  4. In the dialog that appears, select the checkboxes for the types of information that you want to remove.
  5. Use the menu at the top to select the amount of data that you want to delete. Select beginning of time to delete everything.
  6. Click Clear browsing data.

Delete specific items from your browsing data

Instead of deleting entire categories of your browsing data, you can pick specific items to delete. Click these links to see more instructions.
surce http://support.google.com/chrome/bin/answer.py?hl=en&answer=95582

Friday, 15 February 2013

NTLDR is missing-Windows 7 Fix

NTLDR is missing-Windows 7 Fix

Windows 7 Logo - Green
“NTLDR is missing” is a notorious error message that usually bugs the Windows XP users, but it can also occur in Windows 7 even though it is an old Windows 2000/XP loader.  Windows 7 utilizes BOOTMGR instead of NTLDR, but there are  variety of reasons where users get “NTLDR is missing” error message in Windows 7.  It happens if you have an improper dual boot setup or due to improper Windows XP to Windows 7 upgrade, among several other reasons.  If you are having same issue with Windows XP, then try this tutorial: NTLDR Windows XP Fix.  This tutorial will highlight some effective ways to fix NTLDR is missing issue:

How to fix “NTLDR is missing” in windows 7:

Method#1: System Repair
  • Insert the Windows 7 setup or System Repair CD into the CD/DVD drive and then restart your PC.
  • Now boot into your Windows 7 setup CD/DVD.  If you have a Dell PC, then press F12, or F9 for HP, to access the boot menu.  It usually tells you what you need to press to access the boot menu during boot up.  If you are not sure, check your vendor’s documentation.  Select boot into CD/DVD.
  • Now press any key to boot from Windows 7 CD when prompted.
NOTE: Make sure you press ANY key sooner as it only will boot into hard drive if you didn’t press any key with around 10 seconds.
NTLDR is missing Windows 7 Fix
  •  Windows 7 installer will then pop up asking for language, format and input method.  Make appropriate selections and then click on Next to continue.
NTLDR is missing Windows 7 Fix
  • Now click on Repair your computer.
NTLDR is missing Windows 7 Fix
  •  It will then detect and list all installed operating systems.  Choose appropriate OS from the list and click on Next.
NOTE: If you notice the list is blank then don’t panic; it is normal.  Click on Next either way.
NTLDR is missing Windows 7 Fix
  • From the System Recovery Options, choose Startup Repair. Let it do its thing and acknowledge any notifications it might display.
NTLDR is missing Windows 7 FixAfter repair, it will restart your computer and should fix the issue.  If you still see the “NTLDR is missing” message, then try method #2.
Method#2: Bootrec and Check Disk (chkdsk)
Follow steps 1-5 from the method #1.
6.  This time instead of startup repair choose Command Prompt.
NTLDR is missing Windows 7 Fix7.  Now at the command prompt, type in the following commands, and press Enter.
bootrec /FixMbr
Bootrec /FixBoot
Bootrec /RebuildBcd
chkdsk drive: /f
chkdsk drive: /r
Note: Replace drive with the proper drive letter where your Windows 7 operating system resides.
You can also try other useful chkdsk commands and Recovery Console commands.  You can also check addition info from Microsoft support forum.
If problem persists, let me know in the comment section below.
source :http://techsnafu.com/how-to/ntldr-missing-windows-7-fix/
mot :how to fix computer,repair ntldr,what is ntldr

linux and windows 7 dual boot

Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu

You have a new computer that came with Windows 7 pre-installed on it, and you want to create a dual boot system so you can run Ubuntu Linux as well. Here we take you through the process to install Ubuntu on your pre-installed Windows 7 machine.
For this demonstration we’re using Windows 7 Home Premium (32-bit) and Ubuntu 9.10 (32-bit)
Install Ubuntu
Here we will set up a basic dual boot system with the Ubuntu 9.10 disc that will create GRUB as your boot loader. On the Window 7 machine pop in the Ubuntu disc and boot from it.
11linux
If you experience a problem with the graphics with Ubuntu not displaying correctly, go back to the start screen, hit F4 and select Safe graphics mode.

Continue through the installation steps by selecting your language, time zone, and keyboard layout. When you get to the following screen (step 4 of 6), the easiest method for beginners is to select the first option– Install them side by side, choosing between them each startup. On the first bar you’ll see is the entire Windows 7 partition. Then on the second bar, you can slide it up or down to specify the amount of hard drive space you want for Ubuntu.

The green area represents the amount of space we’re leaving for Windows 7, and the brown is the space we’re allocating for Ubuntu.In this example we’re sliding it down to 10GB and leaving the rest for Windows.

Click continue to the verification dialog box.

In the next step create your user name, password, and configure log in options.

If everything looks good, go ahead and click Install. If you need to make any changes you can still go back and make them at this point.
 
The installation will start showing a progress bar and display new features in Ubuntu 9.10.

The amount of time it takes to install will vary from system to system, and once it’s complete, go ahead and restart the machine.

When the machine reboots you’ll see the GRUB loader where you can boot to Ubuntu or Windows 7.

One thing to point out in my experience with this method is when you first boot into Windows 7, Check Disk runs, then reboots and you need to choose the Windows 7 option again from the bootloader.

Conclusion
This should help get you started in enjoying a Windows 7 / Ubuntu Linux dual boot configuration. There are definitely other ways to get a Windows / Linux dual boot system, but if you want a quick method, so you can try out Ubuntu, this method works well.
source  http://www.howtogeek.com/howto/9059/dual-boot-your-pre-installed-windows-7-computer-with-ubuntu/

Card Recovery Professional

Recover lost or deleted photos from memory card such as SD card

















CardRecoveryPro is an easy-to-use card recovery software that can effectively recover deleted or lost photos, music, video, and multimedia files from almost all digital cards after instances like deletion, corruption and formatting, etc. Using CardRecoveryPro is safe and risk-free. The software performs read-only operations on your memory card. It doesn't move, delete, or modify the data on the card to avoid causing further damage or overwriting. It recovers the photos, music, video, and multimedia files from the source memory card and saves them to the destination location you specify in just a few steps. Simple procedure! Amazing effect!

Preview Recovery:Display of recoverable photos or files as thumbnails. Batch Recovery:Recover multi files at one time. Safe Recovery:The recovery process is safe and risk-free. Support All Devices:Camera, SD card, Cell Phone, Memory Card, USB, PC, Mac, MP3 and more. Simple & Interactive GUI:The software can be easily used by any user. Complete Do-It-Yourself and Risk free, only 3 steps: connect deviceScan Select files and recover!

CardRecoveryPro is an easy-to-use card recovery software that recovers deleted/lost photos, music, video, and multimedia files from almost all digital card after instances like deletion, corruption, formatting.
                           
                                                  Download