This is default featured slide 1 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 2 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 3 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 4 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

This is default featured slide 5 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by BTemplates4u.com.

Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Sunday, 24 February 2013

New Shortcut Key For Windows 8

New keyboard shortcuts for Windows 8 and Windows RT

With Windows 8 and Windows RT, you can use the keyboard shortcuts you're already using, and you'll find new ones too. For example, the easiest way to search on the Start screen is to simply start typing. Not on the Start screen? Press the Windowslogo key‌ Windows logo key and you can quickly switch between Start and the app you're in.
If you’re not familiar with keyboard shortcuts—or you’d like to see a list of shortcuts in one place—see the bigger list of keyboard shortcuts.
Here are some of the most useful keyboard shortcuts for Windows.
Press this
To do this
Windows logo key‌ Windows logo key+start typing
Search your PC
Ctrl+plus (+) or Ctrl+minus (-)
Zoom in or out of a large number of items, like apps pinned to the Start screen
Ctrl+scroll wheel
Zoom in or out of a large number of items, like apps pinned to the Start screen
Windows logo key‌ Windows logo key+C
Open the charms
Windows logo key‌ Windows logo key+F
Open the Search charm to search files
Windows logo key‌ Windows logo key+H
Open the Share charm
Windows logo key‌ Windows logo key+I
Open the Settings charm
Windows logo key‌ Windows logo key+J
Switch the main app and snapped app
Windows logo key‌ Windows logo key+K
Open the Devices charm
Windows logo key‌ Windows logo key+O
Lock the screen orientation (portrait or landscape)
Windows logo key‌ Windows logo key+Q
Open the Search charm to search apps
Windows logo key‌ Windows logo key+W
Open the Search charm to search settings
Windows logo key‌ Windows logo key+Z
Show the commands available in the app
Windows logo key‌ Windows logo key+spacebar
Switch input language and keyboard layout
Windows logo key‌ Windows logo key+Ctrl+spacebar
Change to a previously selected input
Windows logo key‌ Windows logo key+Tab
Cycle through open apps (except desktop apps)
Windows logo key‌ Windows logo key+Ctrl+Tab
Cycle through open apps (except desktop apps) and snap them as they are cycled
Windows logo key‌ Windows logo key+Shift+Tab
Cycle through open apps (except desktop apps) in reverse order
Windows logo key‌ Windows logo key+PgUp
Move the Start screen and apps to the monitor on the left (Apps in the desktop won’t change monitors)
Windows logo key‌ Windows logo key+PgDown
Move the Start screen and apps to the monitor on the right (apps in the desktop won’t change monitors)
Windows logo key‌ Windows logo key+Shift+period (.)
Snaps an app to the left
Windows logo key‌ Windows logo key+period (.)
Snaps an app to the right

Tuesday, 23 October 2012

How to create a bootable Windows USB drive...

A common use of a bootable USB flash drive is to use it for booting into Windows. This can allow you to perform diagnostics on a computer that has hardware issues or can't boot into Windows. You can also use the flash drive to install Windows, instead of using the Windows installation CD.

This guide will outline making a bootable USB flash drive with Windows XP, Vista, and 7. Before we begin, it's important to note that the computer you want to use your bootable USB drive in will need to have the capability of booting to a USB drive. Most recent computers built since Windows Vista was released are capable of booting to a USB device. Prior to the Windows Vista timeframe, it's hit or miss with motherboards.

To determine if a computer is capable of booting to a USB device, access the computer's BIOS and check the bootable device list. If a USB device is listed, set the USB drive to be the first boot device. If you do not see a USB device in the list of bootable devices, your BIOS is not capable of booting to a USB device. (NOTE: You may need to have your USB flash drive plugged in when you access the BIOS).

Windows Vista and Windows 7 users

To make the bootable USB drive for Windows Vista or Windows 7, you need to have Windows Vista or 7 installed on your computer. It is recommended that you have a flash drive of at least 4 GB in size, in order to store all the necessary files.

Note: Before you start, plug in the USB drive and backup any files you have stored on the USB drive. The drive will be formatted during this process and all files on it will be deleted.

Tip: You will need a Windows Vista or Windows 7 disc for these instructions to be successful.

1. Open an elevated Windows command line window by clicking Start, typing in cmd in the search text field, then pressing CTRL + Shift + Enter on your keyboard (at the same time). You can also access this by navigating to Start, All Programs, Accessories, right-click with your mouse on the Command Prompt menu item and select Run as Administrator.

2. At the command prompt, type cd c:\windows\system32 to change the directory to the Windows system32 directory. Ensure your USB drive is plugged in and type DISKPART and press Enter. Then type LIST DISK and press Enter.

3. You will see a listing of the disk drives connected to your computer. Find the disk number of your USB drive and type SELECT DISK [USB disk #], where "[USB disk #]" is the disk # for your USB drive. It should now state that your USB drive is the selected disk. If you're not sure what disk is the USB disk, eject the USB drive, perform step number 2 again, connect the USB drive again, and compare the results. Usually the USB drive will be the last drive.

4. Type in the following commands, one by one, pressing Enter after each command.

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS
(may take a couple minutes, depending on the USB drive size)

ASSIGN

EXIT

Keep the command prompt window open, but you can minimize it for a little bit.

5. You will now need your Windows Vista or 7 Installation DVD. Put the DVD in your computer's DVD drive. Open up My Computer and note which drive letter is assigned to your DVD Drive and your USB flash drive.

6. Go back to the command prompt window and type in D: CD BOOT (substitute your DVD drive letter for "D:" if necessary) and press Enter. Type CD BOOT again and press Enter. Lastly, type BOOTSECT.EXE /NT60 H: (substitute your USB flash drive letter for "H:" if necessary) and press Enter.

7. The last step is to copy the entire contents of the Windows DVD to your USB flash drive.

Your USB flash drive is now set up to be a bootable USB drive for Windows Vista or 7.

Windows XP users

To make the bootable USB drive for Windows XP, it is recommended that you have a flash drive of at least 4 GB in size, in order to store all the necessary files. You will also need to download Windows Server 2003 SP1 and a program called PE Builder (also known as Bart PE).

Before you start, plug in the USB drive and backup any files you have stored on the USB drive, to ensure you do not lose any of them.

1. Install PE Builder on your computer. For the sake of ease, install the program to a C:\PEBuilder folder. After you've installed PE Builder, create a folder titled SRSP1 in the PEBuilder folder.

2. Now you need to extract two files from Windows Server 2003 SP1. The filename is quite long, so it is recommended that you rename the file to something shorter, like WS-SP1.exe. Open a command prompt (Start > Run, type cmd and press Enter) and use the cd command to change to the folder where you downloaded the Windows Server 2003 SP1 file to (i.e. cd c:\downloads to change to the c:\downloads folder). Then, type WS-SP1.exe -x to extract the files. A window will open, asking where to extract the files. You can enter the same folder where the file was downloaded.

3. A new folder titled i386 will be created by the extraction process. Type cd i386 to change to that folder. You now need to copy the setupldr.bin file to the SRSP1 folder you created in the PE Builder folder. Type copy setupldr.bin c:\PEBuilder\SRSP1 to copy the file.

4. You also need to expand the ramdisk.sys file to the SRSP1 folder.
Type expand -r ramdisk.sy_ c:\PEBuilder\SRSP1

5. Open My Computer and navigate to the c:\PEBuilder\SRSP1 folder and verify the two files are there.

6. Next, you need to create a compressed version of Windows XP using PE Builder. Make sure you Windows XP Professional CD is in your computer's CD drive, then launch the PE Builder program. In the Source field, type in the drive letter assigned to your CD Drive (you can check in My Computer if you are not sure) (e.g. "d:"). In the Output field, type BartPE. Make sure the None option is selected in the Media output section. Then click the Build button.

A progress report will be displayed, showing the progress of the bootable image build. When the build process is complete, click the Close button.

7. Now, you can create the bootable USB flash drive. Open a command prompt again and type cd c:\PEBuilder to change to the PEBuilder folder. Make sure your USB drive is plugged in to your computer and type pe2usb -f e: (change "e:" to the drive letter assigned to your USB flash drive, if necessary) to create the bootable drive. You will be prompted to type YES to begin the process. When the process is complete, press any key to exit the program.

Your USB flash drive is now set up to be a bootable USB drive for Windows XP using the Bart PE interface.

Thursday, 4 October 2012

Fun with Google

We all use google for searching but its time to explore the funny side of google.Here I have collected the top funny google tricks that will amaze you.Some of the tricks are provided by google itself while other have been developers. So, Here is the List Of Google’s Top funny tricks 1. Google gravity:- We all have read the Newton’s law of gravity.Does it also apply to google?To test it follow the instructions Go to google.com Type Google Gravity Click on I’m feeling Lucky Now you will see the effect of gravity on google.The google icon will fall down automatically.You can even pickup and throw google icon anyware. 2. Google Pacman Game:-I have already published a post on the google pacman.To read how to play the pacman game on google click the link below Play Google Pacman Game 3. Change Background Image:-You can also change the background image of google image.To change the background image follow the instructions Go to google.com Click on the Change Background Image Login with gmail username and upload Image This will not work if you open the encrypted google.To open unencrypted version click Here 4. Epic Google:- In epic google you will see the font size of google increasing automatically as if it will come out of your computer screen.To use google Follow the instructions Go to google.com Type Epic Google Click on I’m feeling Lucky 5. Google Advanced Search Hacks:-Google provides some special search operators.By using these operators you can easily search anything you want.To learn about these oprators and how to use them click the link below. Google advanced search hack 6. Google Hacker:-want to see how the google homepage will look if it gets hacked .Follow the instructions below Go to google.com Type Google Hacker Click on I’m feeling Lucky 7. Annoying Google:- In this trick the capitalisation of your searches will change automatically.Some words will change into small letter and some into capital letters in your search result.Want to try it follow the instructions Go to google.com Type Annoying Google Click on I’m feeling Lucky If you also know some more cool google tricks then do share with us and our readers by commenting your google tricks I am requesting Please try this once.........