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.

Thursday, September 8, 2011

How to open a port in Windows 7 firewall

If you want to create a control connections for a TCP or UDP port by windows 7 firewall, here is how to open ports step by step:

* Click start button --> Control Panel --> System and Security Link --> Windows Firewall --> Advanced Settings.

* In the Windows Firewall with Advanced Security Window, On the left click Inboun Rules --> On the right click New Rule link.

* On the New Inbound Rule Wizard, mark Port --> click Next --> type the ports you need to open.

For example, to open the TCP ports 21 and 80 , mark TCP and type 21,80 in the Specific local ports

* click Next --> Choose "Allow the connection" or "Allow the connection if it is secure" --> click Next --> Check or Uncheck the network type: Domain, Private, Public --> click Next --> Type a name and its description(optional) --> Click Finish.

Now the new rule takes effect immediately.

Saturday, August 27, 2011

Invert And Rotate Your Computer Screen

Here is cool trick to invert and rotate your computer screen. you can rotate it by 90 or 180 or 360 angle. You can invert your window screen and can impress your friends, This is one of the scariest tricks which turns Windows upside down. Here are steps:

*  Press Ctrl, Alt and then any of the four arrow keys .
* Down arrow key rotate by 180 degree, invert screen.
* Left arrow key rotate by 90 degree.
* Right arrow key rotate by 270 degree
* Up arrow key make it normal again.

Friday, August 19, 2011

Enable Or Disable XP Boot Logo

Disable XP Boot LogoNow you can enable or disable XP boot logo at startup of your PC by just following these steps:
1-Go to Start / Run Type msconfig to open system configuration utility
2-Click on Boot.ini tab
3-Tick/Check the box for /NOGUIBOOT to disable XP boot logo
And To enable it uncheck that box.

Wednesday, August 17, 2011

Remove Not Listed Programs In Add/Remove

This problem can occur if the program you installed creates a registry key name that is longer than 60 characters in length. Add/Remove Programs only lists program names it locates up to the point it encounters this situation.Follow the steps given to solve the problem.

* Go to C:\Windows\Inf folder. In the right pane, scroll down to sysoc.inf. Open it with notepad. It will look like…

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

* The word “HIDE” in an entry hides that application from your Add/Remove Programs dialog box. To add ms messenger to the Add/Remove menu, delete the word HIDE from its entry. Don’t delete the “,”(comma) after it.

* Save the file and restart your machine and now you can see that app listed in the add/remove programs list.