Friday, May 9, 2014

How to create your own RUN command

Create your own RUN commands and get accessed to destiny place quickly

The Run command on Windows operating system allows you to directly open an application or document with just a single command. So, if you wanna add/create your own RUN command, here is the trick..

1. Right click on your Desktop and select New -> Shortcut.

2. You will see a “Create Shortcut” Dialog box as shown below
                      
3. Click on “Browse”, navigate to your file or folder for what you want to create command. For example:
                       
4. Now click on “Next” and type any name for your shortcut. You can choose any name as per your choice and click on "OK" and on "Finish".
5. You will see a shortcut you have created on your desktop. All you need to do is just copy this shortcut and paste it in your Windows folder-->(“C:/Windows”). Once you have copied the shortcut into your Windows folder, you can delete the one on your Desktop.

6. That’s it! From now on, just open the Run dialog box and type the command you have crated and hit Enter to open the file/folder.

Make Windows 7 Genuine using Command Prompt

                            
So now i'm going to show you a easy way to make your windows 7 genuine using command prompt.

How to make Windows 7 genuine using Command Prompt

Press Windows key + R
Now "run" box will appear , in "run" box type CMD
Click on OK
Note : Run CMD as Administrator



Now command prompt will appear
In command prompt type SLMGR -REARM
Hit Enter.


Wait 5-10 seconds

Now a message will appear as shown in image below.



Done !!!
Now your Windows 7 is genuine .. :D

Restart your PC once. Hereafter you won't see the warning message that "Windows 7 is not genuine"
"BUT THIS MAKES ONLY FOR FEW DAYS"
source

3D view in Firefox broswer

Hello friends, I'm back with a new funny trick. One of my friend called Jayanth was doing this trick in front of us. Here is the trick, that, How to view a webpage in 3D using Firefox browser




Trick :

Open firefox and open a web page (google.com, facebook.com..... etc)
Click on firefox tab present on top left of browser.
Go to web developers and click web console or just click ctrl+shift+k.
A tab opens at the bottom. In bottom tab go to top right.
You see a 3d box. Hover over it and says "3D view".
Click on it and see the magic. Your current page turns into a 3D page.
Try dragging the page and you can move in 3 dimesions in your firefox browser.
If not found 3d view in that page, then find it by pressing ctrl+shift+i in previous versions of firefox.

To view webpages in 3D in Google chrome web browser Click here

How to search a file in your PC by using CMD, notepad


Hello friends, Here I'm with a new trick How to show your desired-named file in your PC by your CMD. by using notepad. The file you search will be resulted with in 10 seconds.



Just copy and paste the following code in notepad and save it as anything.bat. Remember, save the file with extension ".bat". Or just download the file from here (skip Ad).

set shell = CreateObject("WScript.Shell") fileNam=Inputbox("Enter part of the file name you want to search","File Name") If(fileNam <> "") then dirName=Inputbox("In which drive you want to search ?"+vbcrlf+"Example: If you want to search in D drive then enter only D","Drive name") msgbox "Searching the entire drive may take some seconds. Press OK continue.",,"Message" Shell.run "Cmd.exe" WScript.Sleep 3000 Shell.sendkeys "dir "+dirName+":\ /s /b | find "+Chr(34) + fileNam + Chr(34)+"{ENTER}" End If

Now just open the file. It will promt you to enter the drive letter where you want to search.
Now enter the drive letter and the string you want to search named with.
Now the files along with the path will be displayed in your command promt with in 10 seconds.

How to find password using inspect element

This works only with Google Chrome


Step One: Open Google Chrome. Go to the website that you want to the steal that certain password from. (ex. YouTube, Facebook, G mail)

Step Two: Go to the login interface. If they use Google Chromes program to save passwords, then your in luck.

Step Three: Highlight the password.

Step Four: Right click > Inspect Element

Step Five: This is where things get tricky. A box with a bunch of codes should popup below. The line you're looking for should be highlighted. Look for the following code:" <input type=''password'' "

Step Six: Right click > Edit Attribute


Example image 1


Example image 2

Step Seven: Now double click on it and rename 'password' to 'text' and hit enter.

 ---> 

Step Eight: Copy down the password, and rename 'text' back to 'password'. Also, click the 'x' in the top right corner of the box.
When attribute = password-->
When attribute = text


Steal Saved Password From Web Browsers =>http://goo.gl/fTn2qT

12 Brilliant Command Prompt (CMD) Tricks You Probably Don’t Know About



No matter how good Windows may evolve on the GUI front, Command Prompt was how it all began. So here are some great tips you can use to make yourself comfortable while working with the Command Prompt. like
1. Open Command Prompt in any Folder
2. Enable QuickEdit for Easy Copy/Paste
3.Make Undeletable, Unrenamable Folders
and 8 more amazing tricks using cmd.. Have some fun and knowledge..

Let’s roll, shall we?

1. Open Command Prompt in a Folder

When you open the command prompt, it opens up in either User or System folder depending upon whether you ran it as administrator or not. Now the thing is, if you want to execute a file in any particular folder, you would have to use the change directory(cd) command to navigate to the folder which can be a problem if the directory is nested way too deep.



To ease things you can open the folder in your Windows Explorer, hold Shift key when you right-click in the folder and select Run command window here to directly open the CMD prompt with the path to that folder directly.

2. Enable QuickEdit for Easy Copy/Paste

One thing I miss the most in Command Prompt is the ability to easily copy and paste text using the conventional Windows hotkeys. Normally, one would have to use the right-click context menu options to copy and paste text, but if you enable QuickEdit, you can do them using simple shortcuts.



To enable the QuickEdit mode, right-click on the Command Prompt Title Bar and select Properties. In the Properties Window under the Option Tab enable QuickEdit Mode. That’s all; you can now quickly select text by dragging your mouse pointer. Pressing the enter key on the selected text will copy the text to the clipboard, and a simple left click would be enough to paste the text.

3. Run Command Prompt as Admin

Many commands require you to run command prompt as administrator. When you search for CMD in Start Menu, other than selecting Run as administrator from the right-click menu, you can simply press Ctrl+Shift+Enter to open it with admin privileges. This trick will work for all the programs installed on your system.

4. See Command History

You can see last used commands in a session using the navigation buttons, but if you would like to see a list of all the commands, you can get it by pressing the F7 button.



Alternatively, you can use the command doskey /history to list these commands in the command prompt itself.


5. Change Command Prompt Looks

Are you bored with the conventional black-and-white looks of the command prompt and would like to paint it different? We have already covered a guide on how you can customize your command prompt which you can refer to make the changes.

6. Copy Commands Output to Clipboard Directly

Sometimes one might want to copy the output from a command to clipboard, like at times when you get an error, and you want to paste the exact error in email or while chatting with someone.

To store a command output to a clipboard add the command | clip at the end of the command. For e.g. Dir /p | clip

7. Drag and Drop Files to Change Path

If you are already in command prompt, and you want to copy the exact path to a folder or file to run the file or change the present working directory, you can simply drag and drop the file or the folder on the command prompt.

The path of the dropped file or folder will show up in quotes.

8. Run Commands Simultaneously

You can put && between two commands and execute them one after another. The command on the left will execute first followed by the command on the right of the double ampersand.

9. Get Help for Command



Well let’s say you know about a command, but you are not sure how it works. Not a problem, all you need to do is suffix the command with /? and execute it. If the command is valid, the command prompt will give you all the information related to it.

10. Watch Star Wars in ASCII



For all my nerdy friends who are diehard fans of Star Wars, you can actually watch the Star Wars Episode IV movie in the command prompt. Though it would be in ASCII, it will be fun. To start the movie, open command prompt, type in telnet towel.blinkenlights.nl. and press enter.
11. Make Undeletable, Unrenamable Folders




Click on Start.
Click on Run. Type in "cmd" without quotes.
In the Command Prompt Window that opens, type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. e.g. If you wish to create the undeletable folder in D drive, type "D:" without the quotes. Note that the folder cannot be created in the root of C:/ drive (if C: is your system drive).
Type this command- "md con\" or "md lpt1\" without the quotes and press Enter. You can choose any of the keywords given above as the name of your folder.

Now Windows will create an undeletable, unrenamable folder in the drive you entered in Step 3. However the folder can be renamed to another keyword using Windows Explorer.

Deleting the Folder

Although it is not possible to manually delete the folder, you can delete the folder by typing "rd con\" or "rd lpt1\" in Step 4 instead of "md con\" or "md lpt1\".

Windows Compatibility: This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Try it yourself to create one such folder which can neither be deleted nor be renamed.

12.Know your IP address, DNS Server's address and a lot more about your Internet Connection

For Windows XP Users, there’s no need to select Run as Administrator, all you need to do is Click on Start and then Run and type cmd in the Open box and press enter.

For Windows Vista and Windows 7 Users, click on the Windows Start button and type cmd, right click cmd on the top and select Run Administrator.Command Prompt can even let you know your IP address. Just type ipconfig/ all in the command prompt and press Enter. Along with your IP address and DNS servers, command prompt will also return a ton of information like your host name, primary DNS suffix, node type, whether IP Routing ,Wins Proxy, and DHCP are enabled, your network adapter's description, your physical (MAC) address etc

How to unlock password protected ZIP files without any software


Hello guys, Today I'm here with a new trick that
"How to unlock password protected .zip files"

Remember, this trick might not work for all time. Some files may be hash protected.
So here is trick.

Go to the following link provided below

Click here!!


And now after the page is loaded, upload your password protected zip file in the site, and click on convert file


Now the password protected file will be converted into a unlocked zip file and will be downloaded to your PC shortly.

Or if you want QR code for download link, you may even get the QR code from the same page.

Not only converting password protected zip files, there are some additional features in that site. You can convert your audio, video, document, eBook, hash, image files.

That's all :) Hope that's beneficial

Learn Hacking : 1000 Hacking tutorials - download free pdf's


Now free download 1000 hacking tutorials which includes all the stuffs of hacking , cracking and tips
its most useful. It includes the most of hacking tricks and tips , e books of hacking , Phreaking and many more tutorials are available to download.

And security , remote shut down , cmd tricks , windows tricks . networks tricks , dos tricks and many more things are available to download and lots of other tutorials are available.
Here are different hacking e-books from different sources:-




9 Best Hacking Websites To Learn Ethical Hacking:

  1. Hacking-tutorial
  2. C E H
  3. Evilzone
  4. Hack this site
  5. Hacking loops
  6. Learn hacking
  7. Break the security
  8. Hacker academy
  9. Hack a day



6 Best Hacking Books You Must Read to be a Hacker:


  1. Hacking: The Art of Exploitation, 2nd Edition
  2. Ethical Hacking and Penetration Testing Made Easy
  3. Metasploit: The Penetration Tester's Guide
  4. BackTrack 5 Wireless Penetration Testing Beginner's Guide
  5. CEH Certified Ethical Hacker All-in-One Exam Guide
  6. CompTIA Security+


Hacking Tutorials For Beginners: click here

CheatBook DataBase 2014 version Free download

Hello friends, Here I come up with cheat book database 2013 version. Most probably you would be a gamer or even game lover. So here is the Cheat Book Data Base 2013 version for you to download.



Covering more the 21.500 Cheats and Hints for Games, this database represents all genres and focuses on recent releases.

Games are listed alphabetically in the left-hand window. When you click on a game name, the relevant cheat is displayed in a editor window, with convenient buttons that let you print the selection or save any changes you’ve made.

Most of you know what is cheat book database used for. If you don't know, then here I mention what it is used for: TO KNOW HOW TO CHEAT IN A GAME 

This is what I can say for you. Download it and go through it for once if you are new to know this.

                                                                 Download  
                                     (skip Ad)

Thursday, May 8, 2014

AIO Windows 8.1 SkinPack 2014 For Windows 7



Skin Packs installer have easy and safe install option , Please unistall old or other version of skin packs before install new version. Before install close all runnig program , after finish restart your system.

                                Download 
                                               
                                                     
                 Download

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes