Search This Blog

Saturday 30 June 2012

How To Forward a Message On Facebook

We all know how to forward emails to other friends, but very less people know that we can also forward messages on Facebook. Suppose someone sent you a message on Facebook and you want to it to send few of your friends, you can forward it to all those friends. If you already know how to do it, you can start reading and find some other interesting post on this blog. If you do not know how to forward message on Facebook, you can follow these steps:

  • First of all, Login to your Facebook account and go to Messages.
  • Click on a Conversation to see all messages of that conversation.
  • Now click on Action and then Forward...
  • Now select all those messages which you want to forward. Simply click on checkbox just before the message. You can select a single message or multiple messages. Then click on Forward button above all messages.
  • Now you will see a dialog
  • g box with messages you have selected. Here put your message and enter all the friends..
  • Now click on Send.



Comment below if you know this kind of useful trick :)

How To Add Your Own Background Images To Your Gmail

Few days back, Gmail has announced that users can now customize their Gmail with cutom background images. Gmail has added two new custom themes which allows users to add theit own images as background of Gmail account.


Follow these steps to add an image to Gmail background.


Login to your Gmail account.
Click the gear in the top-right corner, click “Themes” and scroll until you see "Custom Themes."
Pick any of the theme listed in cusom theme option and you will see a popup image uploader. Here you will have few options  Featured photos, your photos from Picasa, photos from your phone (assuming you use the Google+ app), uploading photos or adding a URL.

Here, click on Upload photos and browse an image from your system.

But there are few things missing in this feature. You cannot adjust the image to fit better on Gmail’s end. You will need to do that before uploading by adjusting size of image.

Wednesday 27 June 2012

Batch Reply For Gmail:Send The Same reply to selected Emails at once

Some times we need to send same reply to some emails. For this, we wish to have a reply to all button to reply selected emails at once. Although this feature is not available officially. But Gmail users can enjoy this nice feature on Google Chrome web browser.


Batch Reply for Gmail is a nice Google Chrome extension which allow Gmail users to reply same message at once. You do not need to open and reply separately.
You only need to select the conversations on which you want to reply and then click on reply button. You will see a new compose window populated with the multiple email addresses from all the selected conversations. 


First of all Follow the link and install this extension in your Google Chrome web browser. Now login to your Gmail account. Now select all conversation to which you want to send same reply. After selecting all emails, click on reply button at the top of inbox mails. 



Now you will see a new compose email window with email addresses from the selected conversation in the to field. Now write your reply and send the message to all.


This extension is relly nice for bloggers and editors which usually gets same kind of emails. Now they can answer all those emails at once.

Sunday 24 June 2012

How to disable/enable USB Port in Windows 7 ?


Hello All my Friends , I hope you Are visiting  my Website Daily For New  Tips , many people ask how to How To Disable / Enable Access Of USB Port  in school ,clg, sybercafe etc.   so Today I am showing  here how to How To Disable / Enable Access Of USB Port.  Just Fallow Simple  Steps And got Disable / Enable Access Of USB Port.
 
1)   windows Key
2) Type regedit  and press enter 


3) It will open the Registry Editor ” click yes “
4) Find This HKEY_LOCAL_MACHINE
5) Double Click on Defult Button 
After opening Registry edit browse the following path in reght side bar of registry editor
The Path to go: “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUSBSTOR”
Step4: Then right click the registry “Start” which is rectangled in red color in the below screenshot of registry editor

6) then Right Click “Start” and Click modify
  • if u want To enable USB ports: change the value from “4? to “3?
  • if u want To disable USB ports: change the Value for “3? to “4?

How To Update Facebook Status From Gmail:

Facebook gadget for Gmail allows you to update your Facebook status right from your Gmail.

Run Mobile Applications On Computer Jar And Jad


Runing your favorate mobile app on your pc can be a great fun.You will nedd some
Emulator for doing so.As the apps are mobile specific it is build in Java Platform
So you must have java installed on your pc
Lets Start
First Download  And Install Java
Download

Then Download KEmulator Lite
Download

Exctract The Zip File
Open KEmulator.exe
 
Now you will find a screen as bellow
Click On Midlet
 
Click Load Jar And Select Your Application 



Now you can run your favorate mobile app on pc



Note: Supported format jar jad, Try others too!

Run Mobile Applications On Computer Jar And Jad

Runing your favorate mobile app on your pc can be a great fun.You will nedd some
Emulator for doing so.As the apps are mobile specific it is build in Java Platform
So you must have java installed on your pc
Lets Start
First Download  And Install Java
Download

Then Download KEmulator Lite
Download

Exctract The Zip File
Open KEmulator.exe
 
Now you will find a screen as bellow
Click On Midlet
 
Click Load Jar And Select Your Application 



Now you can run your favorate mobile app on pc



Note: Supported format jar jad, Try others too!

<?php
error_reporting(0);
require ‘../src/facebook.php’;
// Create our Application instance (replace this with your appId and secret).
$appurl=”http://apps.facebook.com/numerologys/”;
$facebook = new Facebook(array(
‘appId’ => ’424128354275292′,
‘secret’ => ‘c54791bd5c0e40cdc820db58ab340a02′,
‘cookie’ => true,
‘fileUpload’ => true
));
// Get User ID
$user = $facebook->getUser();
// We may or may not have this data based on whether the user is logged in.
//
// If we have a $user id here, it means we know the user is logged into
// Facebook, but we don’t know if the access token is valid. An access
// token is invalid if the user logged out of Facebook.
if (!$user) {
$loginurl=$facebook->getLoginUrl(array(‘scope’=>’publish_stream, user_photos’,'redirect_url’=>$appurl));
echo “<script type=’text/javascript’> top.location.href = ‘$loginurl’; </script>”;
}
else{
try {
// Proceed knowing you have a logged in user who’s authenticated.
$user_profile=$facebook->api(‘/me’);
$access_token=$facebook->getAccessToken();
$vars=array(
‘access_token’=>$facebook->getAccessToken(),
‘caption’=>”Numerology System”,
‘picture’=>”http://computertricks.co.in/numerology/facebook/examples/images/” .$uid. “.jpeg”
);
$result=$facebook->api(‘/me/photo’, ‘post’, $vars);
if($result){
$output=’Post Sent’;
}else{
$output=’error sending’;
}
} catch (FacebookApiException $e) {
error_log($e);
$user = null;
}
}
// Login or logout url will be needed depending on current user state.
if ($user) {
$logoutUrl = $facebook->getLogoutUrl();
} else {
$loginUrl = $facebook->getLoginUrl();
}
?>
<!doctype html>
<html xmlns:fb=”http://www.facebook.com/2008/fbml”>
<head>
<title>Computer Tricks : Numerology</title>
</head>
<body style=”text-align:center; background-color:#FC3; align:center;”>
<table align=”center”><tr><td style=”text-align:center”>
<h1>Numerology</h1>
<?php $name=$user_profile['name'];
$id=$user_profile['id'];
?>
<form action=”" method=”post”>
<input type=”hidden” name=”str” value=”<?php echo $name; ?>” />
<input type=”hidden” name=”uid” value=”<?php echo $id; ?>” />
<a id=”signup” href=”javascript:singup();”><input type=”submit” value=”calculate” /></a>
</form>
</td></tr></table>
</body>
</html>

Bsnl Gprs Settings

Bsnl Gprs Settings Are As Follows:
 Setting Name
bsnlportal
Access Point Name
bsnlportal
Port
8080
Proxy IP
10.220.67.131
Authentication
Normal
User Name
Nil
Password
Nil
Home Page
http://wap.cellone.in
                                                                                                                    
2. WAP Settings
Setting Name
bsnlwap
Access Point Name
bsnlwap
Port
8080
Proxy IP
10.220.67.131
Authentication
Normal
User Name
Nil
Password
Nil
Home Page
                                                                                                                
3. GPRS Settings                                                                                                   
Setting Name
snlnet
Access Point Name
bsnlnet
User Name
Nil
Password
Nil
Dailup No
*99# OR *99***1#
                                                                       
4. MMS Settings
Setting Name
bsnlmms
Access Point Name
bsnlmms
Port
8080
Proxy IP
10.210.10.11
Authentication
Normal
User Name
Nil
Password
Nil
Home Page
5. Mytv Settings
Setting Name
bsnlmobiltv
Access Point Name
bsnlmobiltv
Port
Nil
Proxy IP
Nil
Authentication
Normal
User Name
Nil
Password
Nil
Home Page
Not required

SecurityCam 1.3.0.2

SecurityCam 1.3.0.2
SecurityCam 1.3.0.2 | 2.5 MB
SecurityCam is a powerful monitoring and motion detection software that monitors web camera, connected to computer, and enables users to keep an eye on their properties from a local location or remote location via the Internet. The program stays out of way in system tray area, and waits for a movement at the front of the camera. Once movement is detected, SecurityCam starts either video recording or makes a snapshot of a picture. The program can optionally do some other functions like playback a warning sound.
HOME
http://wolfcoders.com/securitycam/index.php
DOWNLOAD
http://letitbit.net/download/46183.4b23b6683dae3eaf39c2d06d4e32/SecurityCam.1.3.0.2.rar.html http://shareflare.net/download/44050.4b23b6683dae3eaf39c2d06d4e32/SecurityCam.1.3.0.2.rar.html
http://turbobit.net/d20om6i52lez.html
uploaded.to

Get Thousands of Genuine email ids Totally Free

Requirements
LETS START GENERATING E-MAIL ID’S
  • Go to http://www.google.com, click on “Search settings” in the top right corner and change the number of results to display “100″ per page, now click on Save preferences.
  • Now in  the search bar type a keyword(s) and the e-mail extension in speech marks For example :- xyz”@gmail.com” What it will do is search for web-pages that contain Gmail e-mail adresses and that are also related  with your keyword. The speech marks around “@gmail.com” make sure that “@gmail.com” is on every web page that is a result of the search.
  • You can also search single websites for e-mail adresses as shown on the example :- site:twitter.com “@gmail.com” The  example shown above will search the whole of twitter.com for“@gmail.com” email adresses.
  • Now With your results in focus, click the arrow at the side of the AutoPager icon as shown in the picture below. Then goto “Immediately load > All pages” .as shown in screenshot. With your search results still in focus, scroll all the way down and AutoPager should load the next page of results onto the same  page you are currently on. Keep scrolling till all pages have loaded onto the samepage.
  • Press “ctrl + a” to select all of the pages then press “ctrl + c” to copy the results. With the results still in the clipboard (Still copied) go to Click here  . Paste your results into the first box which says “1. Put text with email addresses here:” and just click on Start Extracting Emails Button on top of that box. The settings should already be correct with “unique emails” and “sortticked” So no need to Touch that option.
  • The e-mail adresses should show in the Results box (3rd box)  almost instantly.
  • Now copy the results from the results box paste them into Notepad. Sometimes the e-mail address seem to end in “.com.” instead of just “.com so in notepad go to “Edit > Replace” and in the “Find what” text-box type “.com.” without the  speech marks(“”) in the “Replace with” textbox type”.com” , without the speech marks.

How To Fix Any Computer

How To Fix Any Computer
Today I came across a funny picture while surfing net . The funny picture is on how to fix any OS (Windows, Apple and Linux) based on the troubleshooting problems experienced by users across the globe.
How to Fix Windows?
How to Fix Windows Operating System
Read more articles on Windows Xp, Vista and Windows 7 Tips & Tricks
How to Fix Apple?
How to Fix Apple
Read more articles about Mac OS X Tips & Tricks
How to Fix Linux?
How to Fix Linux Operating System

Driver Packs For All Windows

DriverPacks for All Windows (28.04.2012)
DriverPacks for All Windows (28.04.2012)  | 3.45GB
DriverPacks for Windows 2000/XP/2003/Vista/7 (25.04.2012) is an assembly drayverpakov. Last updated drivers – April 25, 2012. It is not necessary to integrate these drayverpaki distribution Windows, it is possible to also install drivers manually after installing the OS.
DOWNLOAD:
http://extabit.com/file/2dvloyqeifumh/driverpacks.25.12_Snorgared.part1.rar
http://extabit.com/file/2dvm1lvlq5n8p/driverpacks.25.12_Snorgared.part2.rar
http://extabit.com/file/2dvm1lvlq6yi1/driverpacks.25.12_Snorgared.part3.rar
http://extabit.com/file/2dvm1lvlq6yih/driverpacks.25.12_Snorgared.part4.rar
http://extabit.com/file/2dvm1lvlq6p55/driverpacks.25.12_Snorgared.part5.rar
http://extabit.com/file/2dvlis0wwbihl/driverpacks.25.12_Snorgared.part6.rar
http://extabit.com/file/2dvm1lvhfzjwp/driverpacks.25.12_Snorgared.part7.rar
=======================================
http://www.filereactor.com/3ts3fujc2uyg/driverpacks.25.12_Snorgared.part1.rar.html
http://www.filereactor.com/fuaznabocofv/driverpacks.25.12_Snorgared.part2.rar.html
http://www.filereactor.com/d4wkvk18pfok/driverpacks.25.12_Snorgared.part3.rar.html
http://www.filereactor.com/iqzxwjf1emdj/driverpacks.25.12_Snorgared.part4.rar.html
http://www.filereactor.com/zffq1vxphv6k/driverpacks.25.12_Snorgared.part5.rar.html
http://www.filereactor.com/qmmlpuyz6aqz/driverpacks.25.12_Snorgared.part6.rar.html
http://www.filereactor.com/d70fdbh4tx7t/driverpacks.25.12_Snorgared.part7.rar.html

Facebook Now Allows Comment Editing

Now Facebook has given a relief to those who generally made mistakes while typing long comments. If you have posted something wrong in the comment, you can now edit your comment. Before this, users could only delete comment or edit comment only within few seconds after posting.


After editing a comment, Facebook will also add a note under it which shows that the comment was edited. Facebook also adds the edit history so that other users would not get confused. Anyone who can see your comment can see this and click on the Edited link to see what was changed.


To edit the comment, go to the post and then take mouse over your comment.You will see pencil icon at right cornor of comment. Click on it and then click on Edit. Now you can edit the comment.

After editing the comment, you will see a link edited below the comment. you can view your previous edits by clicking on the Edited link beneath your comment.



This is a nice feature which allows users to correct their mistakes. But this feature is not available on mobile platforms.

Yahoo Launches Photo App For Yahoo! Mail

Yahoo has quietly added a Photo app into Yahoo Mail. This photo app brings all photos, received or sent in emails, at one place. You can easily browse all photos and share them with friends.



Users can easily filter photos by date, time, sender, size and folder. It shows all the image results in thumbnails. This app is added into your Yahoo Mail application section automatically. By default this app shows the most recent photos used in recent emails. But users can sort according to various given filters.


Users can also share these photos with friends in two ways. First is share via email and other method is share via Flickr. In first method, it will send all images to your friend's inbox. Inseconf method, it will upload images to your Flickr account and then send the link of album to friends.


To share photos with any method, select photo and then click on share button at top. Then select the way you want to share. If you do not have any Flickr account, create one.

Saturday 23 June 2012

Change XP Start Button


First of all you'l need a software 'resource hacker' which is a freeware n u'l get it anywhere.

After that u'l have to follow these steps carefully.
Open the software,
1. File > open >c:\windows\explorer.exe

2. View > expand tree > string table > 37 > 1033 > 'double click' the 'start' and change accordingly.

3. After that click the 'compile scrip' option on the top of the open window.and save it as anything.exe


This was the first step. Now, get ready to enter in your system........

1. Goto 'run' and type regedit and press enter.

2. Once u get in it, goto
HKLM > software > microsoft > windows NT > CurrentVersion > [Winlogon]
After coming here goto the right hand side and double click on the 'shell' and chang the attribute to anything.exe which we've created b4. Now u'r done. Restart to see the change...... Thnx..!!!

Friday 22 June 2012

How do I Test My VirusScan Installation???

After installing VirusScan, you may logically wonder, how do I know if it's working? The answer is a test virus. The EICAR Standard AntiVirus Test File is a combined effort by anti-virus vendors throughout the world to implement one standard by which customers can verify their anti-virus installations.

Solution:

To test your installation, copy the following line into its own file, then save the file with the name EICAR.COM. More detailed instructions are found below.

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

The file size will be 68 or 70 bytes.

If VirusScan is running and configured correctly, when you try to save the file, VirusScan will detect the virus. If VirusScan is not running, start it and scan the directory that contains EICAR.COM. When your software scans this file, it will report finding the EICAR test file.

Note that this file is NOT A VIRUS. Delete the file when you have finished testing your installation to avoid alarming unsuspecting
users.

The eicar test virus is available for download from the following website:
hxxp://www.eicar.org/download/eicar.com

Creating Eicar.com

1. Click on Start.
2. Select Run.
3. In the Open box type: notepad
4. Maximize the window.
5. Highlight the following on the following line of text:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
6. Right click on the highlighted text and choose 'copy'.
7. Switch back to Notepad.
8. Right click anywhere inside of Notepad and select 'paste'.
9. Click the File menu and select 'save as'.
10. Change the 'Save as Type' to 'all files'.
11. Name the file eicar.com.

How to Modify Any exe Files

Learn how to change *.exe files, in 5 easy steps:

1) Don't try to modify a prog by editing his source in a dissasembler.Why?
Cause that's for programmers and assembly experts only.

try to view it in hex you'll only get tons of crap you don't understand.
First off, you need Resource Hacker(last version). It's a resource editor-
very easy to use, You can download it at h**p://www.users.on.net/johnson/resourcehacker/

2) Unzip the archive, and run ResHacker.exe. You can check out the help file too


3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one.

4) In the left side of the screen a list of sections will appear.
The most common sections are
-String table;
-RCData;
-Dialog;
-Cursor group;
-Bitmap;
-WAV.
*Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with.
*String table: a bunch of crap, useful sometimes, basic programming knowladge needed.
*RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more!
*Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget to press "Compile" when you're done!
*Cursor group: Change the mouse cursors used in the program just like you would change the icon.
*Bitmap: View or change images in the programs easy!
*WAV:Change the sounds in the prog. with your own.


5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can modify or translate the text change links, change buttons, etc.


TIP: To change a window title, search for something like: CAPTION "edit this".
TIP: After all operations press the "Compile Script" button, and when you're done editing save, your work @ FileSave(Save as).
TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved file will have the normal name of the changed prog.
TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it because of it's structure.

Wednesday 20 June 2012

Recover Lost Files in Hard Disk, Memory Card and USB Drive

What if you have formatted your USB Drive? Or you have deleted an important file from your system of Pen drive? You can still recover these deleted files. There is a nice windows tool which is available for free. This tool is DiskDigger which is able to recover all type of lost documents and files.


DiskDigger is able to recover files from FAT (FAT12, FAT16, FAT32), NTFS, and exFAT partitions.

Download this tool and run in your system. You will see the list of drives available in the system. Select the drive from which you want to recover files. Then click on and next to start recovery process.
While recovering files, you can pause or stop the process at anytime. TO recover the file, click on Save. But there is no option to recover all files at once. You need to recover files on by one.

Opera 12 Released with new feature

Opera Software has released the latest version of Desktop Browser, Opera 12 which was in beta for few months. Opera 12 is available to download for Windows, Mac OS X, Linux and FreeBSD. This new desktop browser brings some nice features and performance improvements.

Most noticable feature of this latest version is inbuilt support for camera.This feature allows web appications to access users' camera and mic without need of any browser plugin. Do not think wrong, it will require users' permission before accesing users' camera and mic. 

Opera has also increased security of browser and security settings are now more visible with coloured badges. These badges will let users know about the websites' security and privacy.
Opera 12 also comes with DO NoT Track privacy. Users can set whether a website can collect their browser or not. 

This version of more stable than previous versions of Opera browsers. In this version, each plugin runs as a separate process. So user can close  un-responsive plugins without closing the browser.

Opera 12 also comes with and experimental feature, WebGL, which is like the online version of OpenGL that is used as a graphic language for 3D video games. It is added as an experiment.
For faster web browsing, Opera Turbo is also available which was also in the previous version.
Opera is a nice web browser but it is fail to maintain its name in the market. But mobile version of the browser is really famous.

Unsubscribe From Unwanted Mailing Lists with Unroll.me

If you get daily countless unwanted email subscriptions and want to get rid of it, unroll.me will do it for you. This service batch unsubscribe all mailing lists in a few minutes.


This service is in beta and only works for subscriptions delivered to Gmail or Yahoo accounts. It is  also looking to add more soon.


When you open the website, it asks for the email service you use. Simply select Gmail from drop down and press go. Now it asks for permission to access your Google account data. Click on allow button.



After this, you will see a new page which scans and your Gmail and show the lst of services which sends you subscription emails. You will also see two icons in front of each service. Minus icon is to unsubscribe and reoad icon is to go back to the inbox. See the list and unsubcribe individually.
This service is safe to use. You do need to worry about your private data.

Windows phone 8

Yesterday, Microsoft has announced the latest version of its mobile operating system, Windows Phone 8. This new operating system is announced for 180 countries and in 50 languages. This new mobile platform comes with various nice features and aims to give better performance experience.





The bad thing about this is that it will not be compatible with any of the existing WP7 devices, not even Lumia series.


These are some major features of Window Phone


New Start Screen: Windows Phone 8 has a new start screen which allow users to customize tiles on the home screen. Users will be able to resize each tile individually to three different sizes – large/wide, medium and small.


Dual Core Processor and High resolution: Windows Phone 8 also added support for dual core processor which now common in Android devices. Now it supports 720p displays in 15:9 and 16:9 aspect ratios.


NFC (Wallet): Windows Phone 8 has also added NFC support with compulsory NFC hardware in Windows Phone 8 devices. Now you will be able to keep all your cash receipts in one place, while also being able to use your phone as a credit card. 


Internet Explorer 10: This new mobile operating system comes with Internet Explorer 10. According to the company, this is the most secured browser on Windows Phone. It support smart screen which will alert users for phishing and other malicious activities.


Nokia Maps: Microsoft has replaced Bing maps with Nokia maps in this mobile platform. The map data can be stored on the phone, so you can use it offline. All third-party apps can use Nokia’s services, even offline.




Audible: Microsoft has also added a Siri like app called Audible. Users can control this app with voice commands. Microsoft demoed how you can now search for things and listen to ebooks. Developers can also build apps to take advantage of this features.


Deep Skype Integration: Windows Phone 8 has deep skype integration and looks almost indistinguishable from the native calling app. Any incoming VoIP call will look like any other call.


This list of features is not complete and there are many more features comes with this new mobile operating system.


Microsoft has also signed a deal to supply the software for Nokia phones in an attempt to increase sales.

Wednesday 13 June 2012

Keyboard Shortcuts for Windows 8 Consumer Preview

Microsoft has launched Windows 8 Consumer Preview 2 days back. It has gained lots of attention and got more than 1 million download in just 24 hours after the release. 




This new windows 8 is totally different from other previous version of windows. It is difficult for most of the users. But tablet and touch users will find it easy. Because it is mainly optimized for touch devices.


As i find that using this with the keyboard is really easy and fast. So you should remember some keyboard shortcuts. It supports all the previous shortcuts used in older version of windows. But there are many new added in this version. See the new keyboard shortcuts added in this version of the windows. And use all older windows shortcuts.


New hotkeys (Shortcuts) added in Windows 8 Consumer Preview
Key combinationFunction
Windows-SpaceSwitch input language and keyboard layout.
Windows-OLock device orientation.
Windows-,Temporarily peek at the desktop.
Windows-VCycle through toasts.
Windows-Shift-VCycle through toasts in reverse order.
Windows-EnterLaunch Narrator.
Windows-PgUpMove the Start Screen or a Metro-style application to the monitor on the left.
Windows-PgDownMove the Start Screen or a Metro-style application to the monitor on the right.
Windows-Shift-.Move the gutter to the left (snap an application).
Windows-.Move the gutter to the right (snap an application).
Windows-COpen the Charms bar.
Windows-IOpen the Settings charm.
Windows-KOpen the Connect charm.
Windows-HOpen the Share charm.
Windows-QOpen the Search pane.
Windows-WOpen the Settings Search app.
Windows-FOpen the File Search app.
Windows-TabCycle through apps.
Windows-Shift-TabCycle through apps in reverse order.
Windows-Ctrl-TabCycle through apps and snap them as they cycle.
Windows-ZOpen the App Bar.
Windows-/Initiate input method editor (IME) reconversion.
Windows-JSwap foreground between the snapped and filled apps.



Blogger Widgets