Wechat New Offer Avalable float:right. The result is that the image will float to the right in the paragraph.

-->

Sunday 7 June 2015

Finding Ip Address Of A Website Using Command Prompt

Finding Ip Address Of A Website Using Command Prompt 

 

In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.


How to find IP ?

1. Go to Start > Type CMD and press Enter.
2. Now write Ping followed by website URL whose IP you want to find.
finding ip adddress of website

3. It will take less then a second and come up with the results as shown below.
finding ip adddress of website

In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.
0

Create A Undeletable And Unrenamable Folders In Windows

     Create A Undeletable  Folders In Windows

 

In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below.



Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to create folder with above mentioned names, Because they are reserved words in windows.

How To Create Undeletable  Folders ?

  1. Go to Start and then Click on Run
  2. Type cmd & hit enter (To open Command Prompt ).
  3. Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:
  4. Type D: or E: and hit enter
  5. Type md con\ and hit enter (md - make directory)
  6. You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
  7. Open that directory, you will see the folder created of name con.
  8. Try to delete that folder or rename that folder windows will show the error message.

How to delete that folder ?

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.
  1. Open Command Prompt
  2. Type D: ( if u created this type of folder in D: drive) & hit enter
  3. Type rd con\ (rd - remove directory)
  4. Open that directory and the folder will not appear because it is removed.
0

Have Fun Playing Snake Game On Youtube

   Have Fun Playing Snake Game On Youtube   


undefined
As you know snake is one of the oldest but also most popular and fun playing game, which can now be played on youtube with a simple trick.You can have fun playing snake game while your video streams.


How To Play ?

    1. Go to youtube and select any video.
    2. While video is streaming on youtube press left button of mouse and press up arrow key .
    3. Now the streaming circle will start to move like a snake.
    4. Play this snake game with arrow keys.
0

Enable God Mode In Windows 7 And Vista

Enable God Mode In Windows 7 And Vista

 In this tutorial i will show you to enable God Mode in Windows 7 and Windows Vista. By enabling God mode you can access all your windows setting from one folder and it makes really easy to access and change windows settings. This work 32 as well as 64 bit operating system. So lets enable God mode on your computer.



How to do it ?

  1. On your desktop right click and create a New Folder.
  2. Rename this folder to the code given below.

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

  3. Done now double click on this folder and you will have access to all your windows operating system settings.

1. God Mode It may be hyperbolically named, but Windows 7's God Mode is indeed omnipresent. It conveniently puts hundreds of settings from all around the operating system all in one place.

To turn on God Mode, create a new folder on your desktop--or anywhere you'd like--and name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}. Don't include the final period. The resulting folder will contain 270 items, representing virtually every configurable option in Windows 
 

What Is GodMode?

GodMode is actually a hidden (or, at least it used to be hidden) developer shortcut in Windows 7 that provides more direct access to features and functions of the operating system. To be clear, GodMode doesn't add functionality. But it helps administrators work more efficiently by collecting all these tweaks and controls in one place.

Accessing GodMode in Windows 7

Follow these steps to access GodMode:
  • Create a new folder wherever you want the GodMode folder to be. Right-click in Windows Explorer, select New, then click Folder.
  • Next, rename the folder. You can name the folder anything you like as long as you add a period followed by this exact text string: {ED7BA470-8E54-465E-825C-99712043E01C}
  • The folder icon should be replaced by the Control Panel icon, and the folder should now be filled with a variety of tweaks and tools (see figure at lower right).

The GodMode folder provides access to a variety of tools and tweaks. (Click for larger image.)
But, wait. There's more! The truth is, there isn't just one "GodMode." Windows 7 has an entire pantheon of GodModes, with a variety of hidden folders you can set up using different, unique text strings, including special folders for biometric settings, printers, credentials and logins, the firewall and security, and many other features and functions of Windows 7.
A post in a Microsoft forum by Auri Rahimzadeh provides a short script that will quickly create the GodMode folders. Copy and paste the following text (immediately below this paragraph) into Notepad. Name the file "godmodes.bat" and save it on your hard drive in the location where you would like the folders to be. Running this script will create a new folder called Special Folders that will contain all of the developer shortcut folders (as shown in the clickable thumbnail figure below). Also, by changing the text where it says "Special Folders" in the first two lines of the script, you could rename the new folder anything you'd like.
mkdir "Special Folders
cd ".\Special Folders
mkdir "God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}
mkdir "Location Settings.{00C6D95F-329C-409a-81D7-C46C66EA7F33}
mkdir "Biometric Settings.{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
mkdir "Power Settings.{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
mkdir "Icons And Notifications.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
mkdir "Credentials and Logins.{1206F5F1-0569-412C-8FEC-3204630DFB70}
mkdir "Programs and Features.{15eae92e-f17a-4431-9f28-805e482dafd4}
mkdir "Default Programs.{17cd9488-1228-4b2f-88ce-4298e93e0966}
mkdir "All NET Frameworks and COM Libraries.{1D2680C9-0E2A-469d-B787-065558BC7D43}
mkdir "All Networks For Current Connection.{1FA9085F-25A2-489B-85D4-86326EEDCD87}
mkdir "Network.{208D2C60-3AEA-1069-A2D7-08002B30309D}
mkdir "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
mkdir "Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
mkdir "Application Connections.{241D7C96-F8BF-4F85-B01F-E2B043341A4B}
mkdir "Firewall and Security.{4026492F-2F69-46B8-B9BF-5654FC07E423}
mkdir "Performance.{78F3955E-3B90-4184-BD14-5397C15F1EFC}

Putting GodMode to Use


The collection of developer shortcut folders created by the Special Folders script. (Click for larger image.)
Okay, so now you have a bunch of folders filled with tools and tweaks that you already had access to. Congratulations. The question to consider is whether or not these GodMode folders serve any purpose. Do they make it easier to work with and configure Windows 7? Do they make your life as an IT administrator easier? Well, let's see. Let's say you want to defragment a hard drive. You could go through the normal steps of clicking on Start, All Programs, Accessories, System Tools, Disk Defrgamenter. However, that is a fair amount of clicking, and it assumes that you remember where the Disk Defragmenter tool is located. Or, you can open the GodMode folder, go to the Administrative Tools section, and click on Defragment your hard drive.
Another example is adjusting the display settings--perhaps to mirror or extend the display landscape onto a second monitor. You can click Start, Control Panel, Display, and then select Change display settings from the panel on the left. Or you can go into the GodMode folder and just click on Change display settings under the Display section.
In both examples, you don't have to enable the GodMode folder to accomplish the task. The tools exist already, and GodMode is really nothing more than a regrouping of those tools.
But it is a convenient regrouping. IT admins and power users can also make effective use of the Windows Search function to navigate to tools more efficiently. However, that requires knowing up front what tool you are looking for, and making sure you enter the right keyword or phrase for Windows to locate it for you.
What GodMode does--aside from conveniently regrouping common tools that are already available--is list the tools in logical categories based on the types of tasks an IT admin might need to perform. And the tools are named for the way that IT admins think when they want to perform those tasks. For instance, you can get to BitLocker Drive Encryption through the Control Panel, but in the GodMode folder it is listed in the form of a task that makes sense: "Protect your computer by encrypting data on your disk."
There you have it. It is not quite as magical or all-powerful as the name implies. But GodMode--in all of its forms and folders--can be a valuable tool and make your life simpler.
 
 

0

Learn To Hide Files Behind The Images

                      Learn To Hide Files Behind The Images 

 

There are some important  files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To hide a file behind a image  means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.

 

How To Hide File Behind Image ?

In order to do this you should have basic understanding of command line, but if you don't know check out  tutorial given below.
1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Accessories > Command Prompt and type following commands in it.
cd desktop
hide files behind images

5. CD stands for change directory by typing above command you change your directory to desktop. After that type command given below.
 Copy /b imagename.jpg + filename.rar finalimage.jpg
hide files behind images
  • Replace imagename.jpg with the name of image you want your file to be hidden behind. Don't forget to add image format (Eg: .jpg,.png,.gif)
  • Replace filename with name of your file you want to hide. It must be in .rar format.
  • Finally Replace finalimage.jpg with whatever name you want your final image with hidden files should be. This is the image where your file will be hidden.
6. Now when you will try to open this newly created image it will open as normal image, but to open you hidden file you need follow steps given below.

How To Access Hidden File ?

To access your hidden file you need to open the newly created image in winrar. Just follow simple steps given below to do that.

    1. Open winrar
    2. Now locate your image and open it or simply drag your image in winrar.
    3. Extract the file and done.
0

How To Block Youtube Ads If you are suffered from that

                          Block Youtube Ads

undefined



Most of you get bored or annoyed due ads playing before youtube videos. Today i will share with you an amazing peace of programme called Block YouTube Ads . It removes all video ads before and during videos, as well as removes all those ads that pop at the bottom of the screen while the video is playing. It works on all major browser such Internet explorer, google chrome and mozilla firefox.



How to do ?

  1. Download Youtube Ads Blocker
  2. Double click on downloaded file.
  3. Follow the on screen instruction.


and enjoy :)
0

Watch 18+ Videos On Youtube Without Signing In

Watch 18+ Videos On Youtube Without Signing In 

 

Sometime its annoying when youtube ask you to sign in for your age verification to watch 18+ videos. So i will make it easy for you by showing you a simple youtube trick to watch adult or 18+ youtube videos without signing In. This trick is 100% working as of 2013. So lets get started.


How To Watch 18+ Youtube Videos Without Logging In ?

1. First get the Url of video you want to watch. As shown below.
http://www.youtube.com/watch?v=4Xkh6j7RMqk 
2. Then copy the Video Id. For above link video Id is 4Xkh6j7RMqk
3. Now paste the Video Id in the link given below.
http://www.youtube.com/v/VideoId?fs=1
  • Replace VideoId with the Id you copied in Step 2
4. Now the url will become as shown below.
http://www.youtube.com/v/4Xkh6j7RMqk?fs=1 click enter then enjoy :P
done 

 

0

List of Windows Run Commands

100 Windows  RUN COMMANDS


[COLOR="LemonChiffon"]eg:- Go to StartMenu>RUN> "Command "

Accessibility Controls
access.cpl

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Certificate Manager
certmgr.msc

Character Map
charmap

Check Disk Utility
chkdsk

Clipboard Viewer
clipbrd

Command Prompt
cmd

Component Services
dcomcnfg

Computer Management
compmgmt.msc

Date and Time Properties
timedate.cpl

DDE Shares
ddeshare

Device Manager
devmgmt.msc

Direct X Control Panel (If Installed)*
directx.cpl

Direct X Troubleshooter
dxdiag

Disk Cleanup Utility
cleanmgr

Disk Defragment
dfrg.msc

Disk Management
diskmgmt.msc

Disk Partition Manager
diskpart

Display Properties
control desktop

Display Properties
desk.cpl

Display Properties (w/Appearance Tab Preselected)
control color

Dr. Watson System Troubleshooting Utility
drwtsn32

Driver Verifier Utility
verifier

Event Viewer
eventvwr.msc

File Signature Verification Tool
sigverif

Findfast
findfast.cpl

Folders Properties
control folders

Fonts
control fonts

Fonts Folder
fonts

Free Cell Card Game
freecell

Game Controllers
joy.cpl

Group Policy Editor (XP Prof)
gpedit.msc

Hearts Card Game
mshearts

Iexpress Wizard
iexpress

Indexing Service
ciadv.msc

Internet Properties
inetcpl.cpl
IP Configuration (Display Connection Configuration)
ipconfig /all

IP Configuration (Display DNS Cache Contents)
ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents)
ipconfig /flushdns

IP Configuration (Release All Connections)
ipconfig /release

IP Configuration (Renew All Connections)
ipconfig /renew

IP Configuration (Refreshes DHCP & Re-Registers DNS)
ipconfig /registerdns

IP Configuration (Display DHCP Class ID)
ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID)
ipconfig /setclassid
ava Control Panel (If Installed)
jpicpl32.cpl

Java Control Panel (If Installed)
javaws

Keyboard Properties
control keyboard

Local Security Settings
secpol.msc

Local Users and Groups
lusrmgr.msc

Logs You Out Of Windows
logoff

Mcft Chat
winchat

Minesweeper Game
winmine

Mouse Properties
control mouse

Mouse Properties
main.cpl

Network Connections
control netconnections

Network Connections
ncpa.cpl

Network Setup Wizard
netsetup.cpl

Notepad
notepad

Nview Desktop Manager (If Installed)
nvtuicpl.cpl

Object Packager
packager

ODBC Data Source Administrator
odbccp32.cpl

On Screen Keyboard
osk

Opens AC3 Filter (If Installed)
ac3filter.cpl

Password Properties
password.cpl

Performance Monitor
perfmon.msc

Performance Monitor
perfmon

Phone and Modem Options
telephon.cpl

Power Configuration
powercfg.cpl

Printers and Faxes
control printers

Printers Folder
printers

Private Character Editor
eudcedit

Quicktime (If Installed)
QuickTime.cpl

Regional Settings
intl.cpl

Registry Editor
regedit

Registry Editor
regedit32

Remote Desktop
mstsc

Removable Storage
ntmsmgr.msc

Removable Storage Operator Requests
ntmsoprq.msc

Resultant Set of Policy (XP Prof)
rsop.msc

Scanners and Cameras
sticpl.cpl

Scheduled Tasks
control schedtasks

Security Center
wscui.cpl

Services
services.msc

Shared Folders
fsmgmt.msc

Shuts Down Windows
shutdown

Sounds and Audio
mmsys.cpl

Spider Solitare Card Game
spider

SQL Client Configuration
cliconfg

System Configuration Editor
sysedit

System Configuration Utility
msconfig

System File Checker Utility (Scan Immediately)
sfc /scannow

System File Checker Utility (Scan Once At Next Boot)
sfc /scanonce

System File Checker Utility (Scan On Every Boot)
sfc /scanboot

System File Checker Utility (Return to Default Setting)
sfc /revert

System File Checker Utility (Purge File Cache)
sfc /purgecache

System File Checker Utility (Set Cache Size to size x)
sfc /cachesize=x

System Properties
sysdm.cpl

Task Manager
taskmgr

Telnet Client
telnet

User Account Management
nusrmgr.cpl

Utility Manager
utilman

Windows Firewall
firewall.cpl

Windows Magnifier
magnify

Windows Management Infrastructure
wmimgmt.msc

Windows System Security Tool
syskey

Windows Update Launches
wupdmgr
0

Now access the website to access blocked websites from any country

Now access the website to access blocked websites from any country 


ways to access blocked websites

1. Using IP instead of URL

2. Redirection with short URL service

3. Google cache

Search engines like Google and Yahoo cache webpages and these cached pages are stored in search engines themselves, which likely will be added to the blocked list. Click on the ‘cache’ will bring you to a cache version of the page, as updated as how Google caches it.

4. Internet Archive – Wayback Machine

Wayback Machine is a internet service that periodically keeps a copy of almost all websites in the Internet way from the date they’re started. Clicking on the latest copy of what Wayback Machine have should be somewhat similar to the real site.

5. Anonymous surfing

- Hidemyass.com
- anonymizer.com
- wujie.net
- ultrareach.net


6. Use Proxy in Browsers


0

change your facebook theme in seconds

How to change your facebook theme

Bored with the same BLUE&WHITE facebook theme This is a very cool trick to change theme of your facebook profile and make it cool ... just look at my facebook page  below ... is'nt it looking cool..! huuha now i'll explain you how to do it in this post ....


BEFORE INSTALLING THEME
undefined  

AFTER INSTALLING THEME


Requirement: The basic requirement for this to work is to have Mozilla Firefox 3.5 or higher





Steps To change facebook theme: The following steps should be carried out to successfully change Facebook theme.

  •    Follow the basic steps and install the addon.

  •     Restart Firefox after successfully installing the stylish addon.

  •     Login to your Facebook Account and click on the small 'S' button in your Firefox status bar.Stylish Button 
  •     Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.

  •     Click on any theme and a preview will be shown.

  •     If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page
Install with stylish
.

  •     A dialog box will open.
Installing Ferrari theme for Stylish Firefox


  •     Click on Install in the dialog box.
Now your facebook will look different depends upon which theme you selected. 
like I selected this One...cool naa..! enjoy..

0

How to make your PC speak what you type.

How to make your PC speak what you type.

This is an amazing trick to amaze your friends.By using this trick you can make your computer to speak whatever you type.This trick is working on all microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.If you show this software to any of your friends he will be certainly impressed with you .

Ok,the trick is fairly simple and requires only 3 simple steps from your side.Let’s Begin the tutorial with screenshots to Make Your Computer Speak Whatever You Type
1.Open Notepad and copy and paste the following code into it

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

 Its a really funny trick to impress everybody with your computer skills

0