Pages

Monday, March 26, 2012

Change the password of any computer using command prompt

1. Open Command Prompt, if you don’t know where is it, click Start- All Programs-Accessories-command prompt
2. After you see a black window pop-up type ‘ Net User ‘
3. You will see a little information about all accounts in your computer
4. You should choose account you want to hack
5. For example you want to hack account Sanzar, you should type ’ Net User Sanzar and press enter ‘.
6. Now you are seeing full information about Sanzar’s account
7. For changing Sanzar’s password, you should type ’ Net User Sanzar * ‘ and it then show you how to change Sanzar’s password
8. If you can’t understand the command line, you just type ‘ Net User Sanzar the new password ‘.
9. Say it you want to change Sanzar’s password to 123456, you should type ‘ Net User Sanzar 123456 ‘
10. Now, you successfully change Sanzar’s password to 123456.

N.B.: Do not harm others.

Sunday, March 25, 2012

Tips to Quick Access to Windows 7 Functionality

Keyboard shortcut Function
Windows logo key   Open or close the Start menu
Windows logo key+B Select the first icon in the notification area of the
taskbar
Windows logo key+D Minimize all open windows
Windows logo key+E Open the Computer window
Windows logo key+F Open the Search window
Windows logo key+G Select or move between desktop gadgets
Windows logo key+L Lock the computer
Windows logo key+M Minimize all open windows
Windows logo key+Shift+M Redisplay the windows
Windows logo key+P Display the Projection controls
Windows logo key+R Open the Run dialog box
Windows logo key+T Select or move between taskbar buttons
Windows logo key+U Open the Ease Of Access Center window
Windows logo key+X Open the Windows Mobility Center
(portable computers only)
Windows logo key+Spacebar Make all open windows temporarily transparent
(Aero-capable computers only)

Sunday, March 4, 2012

Open Command Prompt with a Right Click

To open command prompt easily, follow the following steps:

1. Select the folder or place you want to open in the command prompt
2. Right-click on it while holding the Shift key
3. Select Open command window here.


Create Folders And Files With NO Name!

This trick will allow you to create files and folders without any name.

Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.

Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.

4.Press Enter and the nameless file or folder will be created.

Reason: The file or folder that seems nameless is actually named with a single space.

Now if you want to create another nameless file or folder in the same directory you just need to follow these steps below:

Tuesday, February 21, 2012

Monday, February 13, 2012

Remove Navigation bar from your blog

1 . Backup your template for safety issues.
2 . Go to Dashboard > Template > Edit HTML
3 . Check the box of Expand Widget Template .
4 . Find the following code by pressing Ctrl + f
     </head>
Replace it with the code given below.
<style type="text/css">
    #navbar-iframe {   height:0px;   visibility:hidden;   display:none   }
    </style></head>
5 . Save your template.

Tuesday, February 7, 2012

Add a Sitemap to your Blog

Step 1: Log in to your blogger blog and go to the dashboard.
Step 2: Go to Pages --> New Pages
Step 3: Add a desirable title of it. I recommend "Sitemap"
Step 4: Now Open HTML portion of description by clicking on "Edit HTML".
Step 5:  Now copy the following code from below and paste it in your edit html area.