Tuesday, January 3, 2012

How To Block Websites Without Software

Steps:

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessible.
5] Done!

-So-

127.0.0.1 localhost
127.0.0.2 www.blockedsite.com

-->www.blockedsite.com is now unaccessible<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.

IE: 127.0.0.3 www.yahoo.com
127.0.0.4 www.google.com
127.0.0.5 www.hotmail.com

etc...

Enjoy----------------

Friday, December 23, 2011

Windows Vista Firewall with Advanced Security

When you think of Windows Firewall, you probably think of the half-baked attempt at a Firewall that was present in XP SP2. You may also still think of it as inferior to many of the free Firewall solutions available because Windows Firewall doesn't support Outbound filtering.

Well, think again - Windows Firewall has been reborn and a lot of work has gone into making it a notable security feature of Vista. Not only does it now have Inbound and Outbound filtering, it also has the concept of Network Profiles, Computer Connection Security rules, Monitoring, and a awesome new UI which will give you FAR more control of the Firewall - "Windows Firewall with Advanced Security".

Windows Firewall with Advanced Security is a new and enhanced version of Windows Firewall. It's a stateful host-based firewall that allows or blocks network traffic according to its configuration and the applications that are currently running to provide a level of protection from malicious users and programs on a network. The new Windows Firewall includes enhancements for better protection and more advanced configuration.

Don't worry, for the non-techy the old XP SP2 UI is still available by running "firewallsettings.exe" (though it has also received a few notable improvements), and there is even a new overview UI for the Firewall which you can see by running "Firewall.cpl" (or by accessing it through control panel. These UI's are more suited to the non-techy user who only needs to see their firewall status (on/off, etc) or wants to enable/disable pre-defined rule groups such as "Remote Desktop". They can also use this UI to quickly add very-basic Firewall rules.

For the more tech-savy user, there is the Windows Firewall with Advanced Security UI. It is an MMC snap-in, which you can access by running "mmc.exe" and then adding it, or by directly running "wf.msc". The first thing that you will notice is that this UI gives you FAR more detail about your Firewall status and rules than ever before. Most notably, you will also see a sections for Inbound and Outbound rules, which is a first for Windows Firewall.

Some of the new features include:

    * Computer Connection Security (CCS) Rules - Connection security rules force a bilateral authentication between systems before a connection can be established.

    * Monitoring - Monitoring is extremely useful if you want to see exactly which Firewall rules are being enforced at any given time.

    * Windows Service Hardening - Prevent attackers from exploiting Windows Services. Any abnormalities that are detected will be blocked.

    * Inbound/Outbound Filtering - Outbound traffic, as well as inbound traffic, can be filtered.

    * Granular Rules - More granular rules can be configure for inbound and outbound filtering.

    * Firewall Profiles - Rules can be created for different profiles. Firewall profiles include: private, public and domain. So for example, you can have a different set of Firewall rules active when you are in a less secure network environment such as at airport or starbucks.

    * Authenticated Bypass Rules - Rules can be bypassed for specific computers that have been authenticated.
 * Active Directory support - The firewall can filter based on Active Directory account information.
   
 * IPv6 - Provides support for IPv6.

There is really too much to go into in this small article, so I just recommend that you explore the new Windows Firewall and see for yourself what an improvement it is. You can also read a lot more about Windows Firewall with Advanced Security here.

If you want to start scripting the Windows Firewall with Advanced Security from a command line, you will want to look into the new netsh context "netsh advfirewall" which understands the new network profiles and features.

Monday, December 5, 2011

Block access to drives in Windows 7 ultimate/premium

IF you want no one to open a drive without your permission.
it is possible in Windows 7 ultimate/premium
To block access to drive go to Computer and right click on the drive and select properties. In the properties window click on ‘Security’ tab. Select the user account you want to restrict and click on edit.

Change the permissions according to your need for user groups or a particular user and click Apply and then OK. It will not work for users with admin account as even they have the same rights as you so they can revert all permissions. You will need an admin account to perform this task.

NOTE: ))This trick is for Windows Seven ultimate and premium edition users only

What is Your IP address

 You would like to know what is your IP address when you are connected on the Internet? You can get your answer on several different ways. You can go to whatismyipaddress.com and you'll see your IP and where are you on Google map. But if you need more information you can go to Start - Run, than type CMD and press ENTER. There, just type
"ipconfig/all" (without quotes) and press ENTER.
You will get more than IP address, you'll see full profile of your connection like on image bellow:
What is Your IP address

Thursday, October 27, 2011

Terminate Crashed Applications Faster

There are some applications which takes much memory and makes your system slow .It even takes much time to  terminate that applications.So to terminate such applications faster,
Terminate Crashed Applications Faster
just follow these steps:

>>Go to Start>Run>Type regedit to open registry editor
>>Navigate to the following key : HKEY_CURRENT_USER\Control Panel\Desktop
>>When you select Desktop , on  right window pane you can see a string named HungAppTimeout
>>Double click that string and set its value to 1000 (default value:5000 in ms)
>>Now windows can recognize crashed application within and allow you to kill it within a second

Wednesday, October 19, 2011

Hack user accounts in your PC

Now you can hack your admin or user account in your PC by just following these steps:
//*Go to start
//*Click Run
//*Type cmd [cmd:command prompt]
//*Type net user [space b/w net and user]
//*It shows all your PC accounts
//*Then type net user xxxxx *  [Dont forget asterisk symbol]
//*Where xxxxx is the user a/c which is to be hacked
//*Then type new password and again re-type it
//*That's cool xxxxx account  is hacked

*You can even type your administrators username to hack administrator.

Sunday, October 9, 2011

Map Network Drive in Windows 7

Sometimes we can easier access shared network folder by.map a Network Drive in Windows 7,Here is how to map a Network Drive, and make sure your computer is connected to your network.

* First Double-click the Computer icon in the desktop.
* After the Window opened, you can find the Map network drive, button in the toolbar. Click on it.
* Then specify the drive letter for the connection and the folder that you want to connect to. Such as:

Drive: Z:
Folder: \\192.168.1.6\share

Notes: If you want that it is always available in the Computer window, check the "Reconnect at logon" box.
If you need to login every time to access the Network Drive, with a different user name and password, check the "Connect using different credentials" box.

Now check the finish button to apply. The network drive of the shared folder is mapped by yourself.