Changing Your IP Address

Changing Your IP Address

1. Changing Your IP Address (Windows OS)

netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254

You want to statically assign an IP address of 192.168.0.1
You want to set a subnet mask of 255.255.255.0
You want to set a default gateway of 192.168.0.254

2. set static IP address to getting an address from DHCP.

netsh interface ip set address name=”Local Area Connection” source=dhcp

3. Changing Your DNS Settings

netsh interface ip set dns name=”Local Area Connection” static 192.168.0.250

4. The name of the interface you want to change the primary DNS setting for is Local Area Network
The IP address of the DNS Server is 192.168.0.250

5. To change the IP address of the secondary DNS server you will need to specify the index parameter:
netsh interface ip add dns name=”Local Area Connection” 8.8.8.8 index=2

6. set your DNS settings to be assigned dynamically

netsh interface ip set dnsservers name=”Local Area Connection” source=dhcp

for more cmd>netsh help 
Trick To Hide Text In Notepad

Trick To Hide Text In Notepad

A Superb Trick To Hide Text In Notepad

Here is a small trick to hide text inside your windows default text editor

Steps to hide text in a Notepad

1. Open your command prompt Start–>Run and Type cmd
2. Type cd.. to move to C:\> drive or Type cd desktop to move to your desktop.
3. Type the below code in your command prompt
     notepad filename.txt:hidden
4. Write some data and save(Ctrl+S) the file.
5. Browse to the file location and Open filename.txt you cannot see any data in the file.
6. To retrieve the hidden data open command prompt and type the same command.
    notepad filename.txt:hidden
BLOCK USB drives (do it with care)

BLOCK USB drives (do it with care)

BLOCK USB drives (In WINDOWS OS).

1. Go to Start –> Run, type Regedit.
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlset\Servic es\USBStor
3. In the right pane, look for value Start and have value as 0000000(3)
4. Double click on that and change that value to 4. it required to restart the PC, USB is now blocked.
In case if you want to get the USB unblocked, just change the value again to 3.

How to use Google Chrome's secret guest profile feature



                      We've already looked at how you can create and manage multiple user profiles in Chrome, but Google's web browser is a program with many surprises—one of which is a beta feature that creates a generic guest profile that visitors can use to browse the web on your PC.
Guest profiles are a must for anyone who occasionally hands over their PC to others. With guest profiles, you won't have to worry about your friends signing you out of Facebook and Gmail, futzing with your bookmarks, or spying some personal browsing habits you'd rather keep private.

The addition of guest profiles is yet another feature that is slowly migrating from Chrome OS to Chrome for Windows, Mac, and Linux.

Guests on Chrome

Get started by copying and pasting the following line of text into Chrome's address bar: chrome://flags/#enable-new-profile-management . Then, press Enter. This will open up a highlighted option called "Enable new profile management system." Click the "Enable" link below the feature title.


 
As you can see from the description, the new management system includes a variety of features, including profile sign-out and a new avatar menu.

The new profile menu also lets you lock your current profile to keep others from using it. I strongly advise against using the lock feature right now. In my tests, I was able to lock my Chrome profile, but I wasn't able to get back in. Not sure why that happened, but hey, it's a beta, so hiccups are expected.

Anyway, back to enabling guest profiles. After clicking the "Enable" link, click the "Relaunch Now" button that will appear at the bottom of the web page.

If you don't see the relaunch button just close and re-open the browser.


New profile system

 Once you've rebooted Chrome, the new user profile system should be working.

 
If you're already using user profiles in Chrome, you'll notice that enabling the new system moves the user profiles from the upper left corner of Chrome to the upper right.

You also won't see the user avatars; instead, you see the name of the current Chrome profile being used. In my case, it's "Ian."

Click on the new profile system and in the drop-down menu you'll see an option towards the bottom that says "Browse as guest."

Select that option and a new browser window will open without any of your personal settings, history, or extensions. Your friends can now use your PC in peace, and you won't have to worry about searches for Justin Bieber showing up in your Google Now results.

Source : www.pcworld.com
Image Source :  www.pcworld.com