.

.

Wednesday 31 October 2012

Common ways to Hack Facebook Account


Facebook account can be hack from one of following ways.
  1. Facebook Phishing
  2. By use of Key logger
  3. Facebook Account hack with get control on Primary email address

Facebook Phishing Attack :

This is one of the most popular methods to hack Facebook account online.also it is the one of the best popular and favorite method for Facebook hackers. Phishing not only allows you to hack Facebook but also can be used to hack any email account. You have to only get the trick used to make a phisher, which i think is very easy. Phishing is one of the easiest methods to foll someone and get Facebook account password. I mention the process for educational purpose only.I will go explaing in details on my next article on  How to hack Facebook password.

Use Key logger to hack  Facebook passwords

Installing key-logger on victims machine and later read key logs to gain access to hack  facebook account for free. To Install keylogger, you should have a physical access to  victim’s computer.in case, you don’t have , then you can install key-logger remotely.
What a key-logger does is it stores the keystrokes into a text log file and then these  logs can be used to  get required Facebook password and you can  hack Facebook Account.

Get access to Primary email address to hack someone’s Facebook account

let say,if you want to gain access  to someones account, i think hacking victims email address(Primary email address of Facebook) is easier than hacking of facebook. Most of the users uses 1 gmail or yahoo account email address as as primary email address. A genius hacker can easily gain over victims’ gmail account or yahoo email account.
After gaining control over primary email address of facebook, you simply use the  “Forgot password” facility that will ask Facebook to send password reset email to your primary email address- which is already hacked.
Thus, your Facebook account password will be reset and to hack Facebook account you already have another alternative as well !!!

Hack websites and damage to a web application.




Works with Firefox: 2.0.0.8 – 3.6a1pre
Cross-Site Scripting (XSS) is a common flaw found in todays web applications. XSS flaws can cause serious damage to a web application. Detecting XSS vulnerabilities early in the development process will help protect a web application from unnecessary flaws. XSS-Me is the Exploit-Me tool used to test for reflected XSS vulnerabilities.

XSS-Me is the Exploit-Me tool used to test for reflected Cross-Site Scripting (XSS). It does NOT currently test for stored XSS.rnrnThe tool works by submitting your HTML forms and substituting the form value with strings that are representative of an XSS attack.rnrnIf the resulting HTML page sets a specific JavaScript value (document.vulnerable=true) then the tool marks the page as vulnerable to the given XSS string.rnrnThe tool does not attempting to compromise the security of the given system. It looks for possible entry points for an attack against the system. There is no port scanning, packet sniffing, password hacking or firewall attacks done by the tool.rnrnYou can think of the work done by the tool as the same as the QA testers for the site manually entering all of these strings into the form fields.

Monday 29 October 2012

Tutorial 1:Getting started with C++.




Tutorial 1:Getting started with C++.


Hi! Friends,
Today  I have started a new program to post c++ tutorial. we will start from the root of c++.

Step -1 For starting writing our programs we need a text editor with compiler
I prefer to use turbo C++.

You can download Turbo C++ from Net.

We will Learn --
  • How to make basic program
  • How to compile a program
  • Checking error in the program
  • Increasing readability of a program
  • Types of errors 
  • What are header files
  • What are keywords
  • What are identifiers
  • What are tokens
  • For what  # is used
  • What are variables
  • What are datatypes
  • Types of datatypes
  • Fundamental and derived datatypes
  • Array in C++
  • Classes in C++
  • Loops in C++
  • Comments in C++
  • Multiple and single line comments
  • Use of clrscr( ) function
  • What are functions
  • What are escape sequences
  • Use of semicolon


        
And many more!!
******************************************************

Some Basic Definitions

·       Keywords- words which have predefined meaning is called a keyword.
·       Variables: - variables are the name storage location whose value can be changed during execution.
·       Token: -Token are the smallest individual units.



---------------------------------------------------------------------------------
Making a very simple program in C++.

# include<iostream.h>     //header file
#include<conio.h>             //another header file   
{ clrscr( );                  //use to clear the screen
  cout<<”ashutosh”;  /*cout stands for standard output device(monitor)*/
  cout<<”/n your name here”;
}


--------------------------------------------------------------------------------

Output of this program-
ashutosh
your name here

-------------------------------------------------------------------------------
What we get from the above program.

·       In the program we have used # as a preprocessor
·       Iostream.h is the header file which we have used for input/output streams
·       Conio.h is another header file which we have to use for using the function clrscr( )
·       //(double slash are used for single line comments.
·       /* is used for multiple line comments.
·       Comments are not executed by the compiler.
·       /n is the escape sequence which is used for next line.
·       ;(semicolon) is used as a statement terminator.

CSS3 Menu Bar With Mega Drop Down

Hi!
In This Tutorial I am going to explain  how  to add menu-bar with large drop down. Actually, Drop down is really important when we need to link sub categories.So, In this post i am already added largest drop down links. Person who have a lot of sub categories in your blog or website, they can use this menu bar.
stylish+menu+bar+with+mega+drop+down+list

1. Log in to blogger account and Click drop down. 
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
    
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here bloggertrix.com */
ul.dropdown li a {
 display: block;
 padding: 3px 8px;
}
ul.dropdown li {
 padding: 0;
}

ul.dropdown li.dir {
 padding: 7px 20px 7px 12px;
}
ul.dropdown ul li.dir {
 padding-right: 15px;
}
ul.dropdown ul a {
 padding: 4px 5px 4px 12px;
}
ul.dropdown ul a:hover {
 padding: 3px 5px 3px 11px;
 border: solid 1px #ddd;
 background-color: #eee;
 font-weight: bold;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}
ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
ul.dropdown ul li {
 float: none;
}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}
ul.dropdown {
 font: bold 12px Arial, Helvetica, sans-serif;
}
    ul.dropdown li {
     padding: 3px 12px;
     background-color: #000;
     color: #fff;
    }

    ul.dropdown li.hover,
    ul.dropdown li:hover {
     background-color: #222;
    }
    ul.dropdown a:link,
    ul.dropdown a:visited { color: #fff; text-decoration: none; }
    ul.dropdown a:hover { color: #fff; text-decoration: underline; }
    ul.dropdown a:active { color: #fff; }

    /* -- level mark -- */

    ul.dropdown ul {
     margin-left: -6px;
     width: 170px;
     padding-bottom: 9px;
     background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgt8RjT5Im4MwnXdfjur5I1osLwTXcl3RZDG6ilzV7AasTO8nWWkrwJUBMJYXyKWXPFVkp0FG_fWdrm1GPqTv2mNT09dB2sE98Rr3lUq9N4pz9Xnv0HOpob5lHHmfy_yKjhuffMN52VLtA/s1600/dropdown_pane.png) 0 100% no-repeat;
     color: #000;
     font-size: 11px;
     font-weight: normal;
    }

        ul.dropdown ul li {
         background-color: transparent;
         color: #000;
        }

        ul.dropdown ul li.hover,
        ul.dropdown ul li:hover {
         background-color: transparent;
        }

        ul.dropdown ul li.empty {
         padding: 12px 12px 7px !important;
         font-weight: bold;
        }

        ul.dropdown ul a:link,
        ul.dropdown ul a:visited { color: #000; }
        ul.dropdown ul a:hover { color: #000; text-decoration: none; }
        ul.dropdown ul a:active { color: #000; }

        /* -- level mark -- */

        ul.dropdown ul ul {
         display: none;
        }
/* -- Supporting class `dir` -- */
ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

7. Go to blogger and click Layout 

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul class="dropdown dropdown-horizontal" id="nav">
<li><a href="Your Link URL">Home</a></li>
<li><a class="dir" href="Your Link URL">Solutions</a>
        <ul>
<li class="empty">Industries</li>
<li><a href="Your Link URL">Broadcast and media</a></li>
<li><a href="Your Link URL">Education</a></li>
<li><a href="Your Link URL">Financial services</a></li>
<li><a href="Your Link URL">Government</a></li>
<li><a href="Your Link URL">Life sciences</a></li>
<li><a href="Your Link URL">Manufacturing</a></li>
<li class="empty">Solutions</li>
<li><a href="Your Link URL">Consumer photo</a></li>
<li><a href="Your Link URL">Mobile</a></li>
<li><a href="Your Link URL">Print publishing</a></li>
<li><a href="Your Link URL">Pro photography</a></li>
<li><a href="Your Link URL">Professional video</a></li>
<li><a href="Your Link URL">Applications</a></li>
<li><a href="Your Link URL">Communication</a></li>
<li><a href="Your Link URL">Learning</a></li>
<li><a href="Your Link URL">Web conferencing</a></li>
<li><a href="Your Link URL">Web publishing</a></li>
<li><a href="Your Link URL">All solutions ›</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Products</a>
        <ul>
<li><a href="Your Link URL">Acrobat Connect Pro</a></li>
<li><a href="Your Link URL">Acrobat family</a></li>
<li><a href="Your Link URL">Adobe AIR</a></li>
<li><a href="Your Link URL">After Effects</a></li>
<li><a href="Your Link URL">ColdFusion</a></li>
<li><a href="Your Link URL">Creative Suite family</a></li>
<li><a href="Your Link URL">Dreamweaver</a></li>
<li><a href="Your Link URL">Flash</a></li>
<li><a href="Your Link URL">Flex</a></li>
<li><a href="Your Link URL">Illustrator</a></li>
<li><a href="Your Link URL">InDesign</a></li>
<li><a href="Your Link URL">Enterprise Suite</a></li>
<li><a href="Your Link URL">Mobile products</a></li>
<li><a href="Your Link URL">Photoshop family</a></li>
<li><a href="Your Link URL">Adobe Premiere Pro</a></li>
<li><a href="Your Link URL">Scene7 OnDemand</a></li>
<li><a href="Your Link URL">All products ›</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Support</a>
        <ul>
<li><a href="Your Link URL">Support home</a></li>
<li><a href="Your Link URL">Customer Service</a></li>
<li><a href="Your Link URL">Knowledgebase</a></li>
<li><a href="Your Link URL">Books</a></li>
<li><a href="Your Link URL">Training</a></li>
<li><a href="Your Link URL">Support programs</a></li>
<li><a href="Your Link URL">Forums</a></li>
<li><a href="Your Link URL">Documentation</a></li>
<li><a href="Your Link URL">Updates</a></li>
<li><a href="Your Link URL">More ›</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Communities</a>
        <ul>
<li class="empty">By user</li>
<li><a href="Your Link URL">Designers</a></li>
<li><a href="Your Link URL">Developers</a></li>
<li><a href="Your Link URL">Educators</a></li>
<li><a href="Your Link URL">Partners</a></li>
<li class="empty">By resource</li>
<li><a href="Your Link URL">Adobe Labs</a></li>
<li><a href="Your Link URL">Adobe TV</a></li>
<li><a href="Your Link URL">Forums</a></li>
<li><a href="Your Link URL">Exchange</a></li>
<li><a href="Your Link URL">Blogs</a></li>
<li><a href="Your Link URL">Experience Design</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Company</a>
        <ul>
<li><a href="Your Link URL">About Adobe</a></li>
<li><a href="Your Link URL">Press</a></li>
<li><a href="Your Link URL">Investor Relations</a></li>
<li><a href="Your Link URL">Corporate Affairs</a></li>
<li><a href="Your Link URL">Careers</a></li>
<li><a href="Your Link URL">Showcase</a></li>
<li><a href="Your Link URL">Events</a></li>
<li><a href="Your Link URL">Contact Adobe</a></li>
<li><a href="Your Link URL">Become an affiliate</a></li>
<li><a href="Your Link URL">More ›</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Downloads</a>
        <ul>
<li><a href="Your Link URL">Downloads home</a></li>
<li><a href="Your Link URL">Trial downloads</a></li>
<li><a href="Your Link URL">Updates</a></li>
<li><a href="Your Link URL">Exchange</a></li>
<li class="empty">Readers and Players</li>
<li><a href="Your Link URL">Get Adobe Reader</a></li>
<li><a href="Your Link URL">Get Flash Player</a></li>
<li><a href="Your Link URL">Get Adobe AIR</a></li>
<li><a href="Your Link URL">Get Shockwave Player</a></li>
<li><a href="Your Link URL">Get Media Player</a></li>
<li><a href="Your Link URL">More ›</a></li>
</ul>
</li>
<li><a class="dir" href="http://xtremetipsntricks.blogspot.com/">Store</a>
        <ul>
<li><a href="Your Link URL">Store home</a></li>
<li><a href="Your Link URL">Software</a></li>
<li><a href="Your Link URL">Fonts</a></li>
<li><a href="Your Link URL">Books</a></li>
<li><a href="Your Link URL">Support programs</a></li>
<li><a href="Your Link URL">Your account</a></li>
<li><a href="Your Link URL">Volume licensing</a></li>
<li><a href="Your Link URL">Store offers</a></li>
<li><a href="Your Link URL">Other ways to buy ›</a></li>
</ul>
</li>
</ul>
Replace Your Link URL with your URLs

10. Now save your HTML/Javascript'.
    You are done...

Friday 26 October 2012

Download Beginning Ubuntu Linux Free






                                                      
Beginning Ubuntu Linux, Fourth Edition is the update to the best–selling book on Ubuntu, today’s
hottest Linux distribution. Targeting newcomers to Linux and to the Ubuntu distribution alike, readers
are presented with an introduction to the world of Linux and open source community, followed by a
detailed overview of Ubuntu’s installation and configuration process. From there readers learn how to
wield total control over their newly installed operating system, and are guided through common tasks
such as writing documents, listening to audio CDs and MP3s, watching movies, using VOIP and chat, and
of course general system maintenance matters.



Additionally, there’s a series of comprehensive tutorials on Linux internals and the command–line
prompt—essential for any Linux user—and the book includes special sections on optimization, security,
and system maintenance.

Forgoes introductions to esoteric Linux topics so commonly found in other books and instead focuses on
everyday tasks for everyday users: printer and file sharing configuration, office document management,
and listening to MP3s and watching movies among them.


What you’ll learn

* Use Ubuntu as a daily desktop replacement.

* Complete all manner of office tasks, such as creating Microsoft Office–compatible documents and
spreadsheets, using e–mail, and managing contacts.

* Listen to MP3s and CDs, and watch movies using a user–friendly Linux desktop.

* Configure Ubuntu’s printer– and file–sharing features to share resources seamlessly with other
computers on your network.

* Become a proficient user of the Linux command line.


Who is this book for?

Beginning Linux users seeking to explore the popular Ubuntu distribution



 Download : Beginning Ubuntu Linux


Enjoy !

Android Beginning

Learn how to develop applications for Android mobile devices using simple examples, ready to run with your copy of the software development kit. Author and Android columnist, writer, developer, and community advocate Mark L. Murphy shows you what you need to know to get started on programming Android applications–everything from crafting graphical user interfaces to using GPS, accessing web services, and more!
The Android development platform, created by Google and the Open Handset Alliance, is a platform in its truest sense, encompassing hundreds of classes beyond the traditional Java classes and open source components that ship with the SDK. Some Android books race through the material, trying to cover as much ground as possible in as few pages as possible. Experienced writer and community advocate Mark Murphy shows you how to develop Android applications simply and with care.
The book includes dozens of sample projects, ready to run with your copy of the SDK—not just one huge project where you have difficulty finding the specific examples of the technique you are looking for. You can even get these sample programs online at Apress.com.

What you’ll learn

  • Discover what Android is and how to use Android to build Java-based mobile applications for Google Phones G1 and more phones as they hit the market
  • Work with the new Android 1.x SDK
  • Create user interfaces using both the Android Widget framework and the built-in WebKit-powered web browser components
  • Use scripting with BeanShell
  • Work with menu inflation, fonts, SDK tools, rotation events, and more
  • Work with TabActivity, MyLocationOverlay, DDMS, and more
  • Utilize the distinctive capabilities of the Android engine including maps, Internet access, integrated search, media playback, and more
  • Use and create similar sample Android applications for services, content providers, mapping, and location-based services/events.

Who this book is for

This book is aimed at people new to mobile development, perhaps even to Java itself.

Download : Beginning Android 
Enjoy !

Hack your Friends PC using Beast Trojan !!!

Step 1:- Download the necessary software  Beast 2.06

Step 2:- Open the software







Step 3:- Now click on “Build server “button.


Step 4:- Now in this window click on the notifications tab.

Step 5:- In the notifications tab click on the e-mail button.

Step 6:- Now In this window fill your proper and valid email id.





Step 7:- Now go to “AV-FW kill” tab.



Step 8: – Now In this put a tick mark on the “disable XP firewall “.
  

 Step 9:-Now click on “EXE icon” tab.




Step 10:- Select any icon and click on the ”Save Server” button and the Trojan will be made.





Step 11:-Now send this Trojan File to u r friends (VICTIM).

Step 12:- As and when the victim will install the Trojan on his system you will get a notification e-mail on your 
specified e-mail id while making the Trojan. This Email consists of the IP address and port of the victim.

Step 13:-Put This IP address and Port in the place shown in the below snap-shot.




Step 14:- After That Click on the “Go Beast” Button and You will be connected to victims PC.


Enjoy !

Wednesday 24 October 2012

Gain Access to blocked,country restricted sites.


So today i am going to tell you how to use that Firefox and Chrome plugin to access blocked sites or regional website.

Some websites like Netflix or Hulu are only accessible to US residents, similarly, there are many other websites which may be blocked by your ISP, your school or college, etc. Stealthy is a handy add on(plugin), available for Google Chrome and Firefox, which can solve this problem.

Stealthy allow users to access blocked websites by setting up a working proxy on your browser with a click of a button. What Stealthy does is that it search for different proxies online and use the best one based on your location and setup a new IP so that you can access blocked websites.

As with all other extensions, Stealthy once installed, a small red airplane icon will appear right next to your address bar in Google Chrome, which means that Stealthy is disabled. Click on it to enable Stealthy and enter the URL of the website you want to access.
Stealthy provides users with four different options to choose from – Pro USA, Pro UK, Normal and Customized. Under USA, it allows you to use services such as Hulu, Netflix, etc. that are accessible only to USA residents. With UK option, you will be connected to internet as if you were in UK so that you can access UK restricted websites. With Normal, it gets a proxy from a random location to access websites that are blocked in your region but are available in the rest of the world. If you want to use a country specific proxy, use the customized option otherwise you can stick to normal. If you don’t want Stealthy to work on any specific website, you can add them to the Bypass list.

Note : Enabling Stealthy may slow down your internet so it’s better to keep it disabled if you are browsing regular websites.

DOWNLOAD:



If you have any queries or issues, please ask in form of comments.

Tuesday 23 October 2012

Twek UI Tips



Press Win+L to switch to the Welcome screen.
-----
Press Win+L to lock your workstation.
-----
You can switch users without going through the Welcome screen:  From Task Manager, go to the Users tab, right-click a user, and select Connect.
-----
Hold down the shift key in the shutdown dialog to change "Stand By" to "Hibernate".  Or just press H to hibernate instantly.  You can even use the Power Control Panel to configure your power button to hibernate.
-----
To disable the password when resuming from standby or hibernation, open the Power Control Panel and uncheck "Prompt for password after returning from standby" on the Advanced tab.
-----
You can rename multiple files all at once: Select a group of files, right-click the first file, and select "Rename". Type in a name for the first file, and the rest will follow.
-----
Hold down the shift key when switching to thumbnail view to hide the file names.  Do it again to bring them back.
-----
When dragging a file in Explorer, you can control the operation that will be performed when you release the mouse button:

Hold the Control key to force a Copy.

Hold the Shift key to force a Move.

Hold the Alt key to force a Create Shortcut.
-----
If you create a file called Folder.jpg, that image will be used as the thumbnail for the folder.  What's more, that image will also be used as the album art in Windows Media Player for all media files in that folder.
-----
From the View Menu, select "Choose Details" to select which file properties should be shown in the Explorer window. To sort by a file property, check its name in the "Choose Details" in order to make that property available in the "Arrange Icons by" menu.
-----
To display the volume control icon in the taskbar, go to the Sounds and Audio Devices Control Panel and select "Place volume icon in the taskbar".
-----
Hold down the shift key when deleting a file to delete it immediately instead of placing it in the Recycle Bin. Files deleted in this way cannot be restored.
-----
If you hold down the shift key while clicking "No" in a Confirm File Operation dialog, the response will be interpreted as "No to All".
-----
To save a document with an extension other than the one a program wants to use, enclose the entire name in quotation marks.  For example, if you run Notepad and save a file under the name

Dr.Z

it will actually be saved under the name Dr.Z.txt.  But if you type

"Dr.Z"

then the document will be saved under the name Dr.Z.  Note that a document so-named cannot be opened via double-clicking since the extension is no longer ".txt".
-----
Put a shortcut to your favorite editor in your Send To folder and it will appear in your "Send To" menu. You can then right-click any file and send it to your editor.
-----
Ctrl+Shift+Escape will launch Task Manager.
-----
To arrange two windows side-by-side, switch to the first window, then hold the Control key while right-clicking the taskbar button of the second window.  Select "Tile Vertically".
-----
To close several windows at once, hold down the Control key while clicking on the taskbar buttons of each window.  Once you have selected all the windows you want to close, right-click the last button you selected and pick "Close Group".
-----
You can turn a folder into a desktop toolbar by dragging the icon of the desired folder to the edge of the screen. You can then turn it into a floating toolbar by dragging it from the edge of the screen into the middle of the screen.  (It helps if you minimize all application windows first.)
-----
You can turn a folder into a taskbar toolbar.

First, unlock your taskbar.

Next, drag the icon of the desired folder to the space between the taskbar buttons and the clock. (Wait for the no-entry cursor to change to an arrow. It's a very tiny space; you will have to hunt for it.)

You can rearrange and resize the taskbar toolbar you just created.

You can even turn the taskbar toolbar into a menu by resizing it until only its name is visible.
-----
In the Address Bar, type "microsoft" and hit Ctrl+Enter.  Internet Explorer automatically inserts the "http://www." and ".com" for you.
-----
To remove an AutoComplete entry from a Web form, highlight the item in the AutoComplete dropdown and press the Delete key.

To remove all Web form AutoComplete entries, go to the Internet Explorer Tools menu, select Internet Options, Content, AutoComplete, then press the "Clear Forms" button.
-----
To organize your Favorites in Explorer instead of using the Organize Favorites dialog, hold the shift key while selecting "Organize Favorites" from the Favorites menu of an Explorer window.
-----
You can organize your Favorites by dragging the items around your Favorites menu.

Alternatively, you can open the Favorites pane and hold the Alt key while pressing the up and down arrows to change the order of your Favorites.
-----
To run Internet Explorer fullscreen, press F11. Do it again to return to normal mode.
-----
If your "Printers and Faxes" folder is empty, you can hide the "Printers and Faxes" icon when viewed from other computers by stopping the Print Spooler service.
-----
To add or remove columns from Details mode, select Choose Details from the View menu, or just right-click the column header bar.
-----
In Internet Explorer, hold the Shift key while turning the mouse wheel to go forwards or backwards.
-----
In Internet Explorer, hold the Shift key while clicking on a link to open the Web page in a new window.
-----
In Internet Explorer, type Ctrl+D to add the current page to your Favorites.

This and many more keyboard shortcuts can be found by going to Internet Explorer, clicking the Help menu, then selecting Contents and Index.  From the table of contents, open Accessibility and click "Using Internet Explorer keyboard shortcuts".
-----
In some applications (such as Internet Explorer), holding the Control key while turning the mouse wheel will change the font size.
-----
To shut down via Remote Desktop, click the Start button, then type Alt+F4.
-----

 

Get Latest Updates: Subscribe Now | Like Us on Facebook

X