Enable registry editor disabled by virus

There are many viruses which disable registry editing of your windows. And when you try to edit registry you get a message that "Registry editor has been disabled by your administrator".  
This can be solved by taking these two simple steps.

Step1: Restart your computer in safe mode and open cmd and type following command
reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"
 
it will ask you for(Y/N)?  typeY.

Step2.: Run this another command:     run HKLM\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"
 
This will enable your registry editor.

Message from Anonymous, Operation Facebook, Nov 5 2011

Operation Facebook

DATE: November 5, 2011.

TARGET: https://facebook.com


Message:

Attention citizens of the world,

We wish to get your attention, hoping you heed the warnings as follows:
Your medium of communication you all so dearly adore will be destroyed. If you are a willing hacktivist or a guy who just wants to protect the freedom of information then join the cause and kill facebook for the sake of your own privacy.

Facebook has been selling information to government agencies and giving clandestine access to information security firms so that they can spy on people from all around the world. Some of these so-called whitehat infosec firms are working for authoritarian governments, such as those of Egypt and Syria.

Everything you do on Facebook stays on Facebook regardless of your "privacy" settings, and deleting your account is impossible, even if you "delete" your account, all your personal info stays on Facebook and can be recovered at any time. Changing the privacy settings to make your Facebook account more "private" is also a delusion. Facebook knows more about you than your family. http://www.physorg.com/news170614271.html http://itgrunts.com/2010/10/07/facebook-steals-numbers-and-data-from-your-iph....

You cannot hide from the reality in which you, the people of the internet, live in. Facebook is the opposite of the Antisec cause. You are not safe from them nor from any government. One day you will look back on this and realise what we have done here is right, you will thank the rulers of the internet, we are not harming you but saving you.

The riots are underway. It is not a battle over the future of privacy and publicity. It is a battle for choice and informed consent. It's unfolding because people are being raped, tickled, molested, and confused into doing things where they don't understand the consequences. Facebook keeps saying that it gives users choices, but that is completely false. It gives users the illusion of and hides the details away from them "for their own good" while they then make millions off of you. When a service is "free," it really means they're making money off of you and your information.

Think for a while and prepare for a day that will go down in history. November 5 2011, #opfacebook . Engaged.

This is our world now. We exist without nationality, without religious bias. We have the right to not be surveilled, not be stalked, and not be used for profit. We have the right to not live as slaves.


We are anonymous
We are legion
We do not forgive
We do not forget
Expect us

How to Create Con Folder in windows using Cmd?

we all know that can't create con folder in windows.  Read this article to know why is
it not possible to create con folder?

Here is simple trick to create con folder in windows using Command Prompt.

Step 1:
Open Command Prompt(Start->run->cmd)
 
Step 2:
Type this command:
 
md \\.\d:\con This will create con folder in D Drive.
 

Step 3:
To Remove the folder type this command 


rd \\.\d:\con
This will remove con folder from D Drive

Angry Birds Cheat:- Unlock All Levels and Cheat Highscore [Web Based]

Do you get so tired finishing one of any levels of Angry Birds game? Then luckily a very easy cheat has been leaked allowing you to unlock and open all levels of web-based Angry Birds game.

Angry Birds’ All Levels Unlocked Cheat

To directly unlock all levels of Angry Birds without having to finish each level, then simply add this cheat code to your browser’s address bar (the one you type URL in it).

javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();



Angry Birds' High Score Cheat

This cheat will set your current highscore to a number you want even to impossible one like "1.000.000". Try it it is fun:

javascript: var i = 0; while (i<=69) { localStorage.setItem('level_score_'+i,'1000000'); i++; } window.location.reload();

Copy that code to URL bar then hit enter. You can also previously change the number "1000000" to any number you like.
Tried and work flawlessly. This Angry birds cheat is really awesome.

Play Angry Birds in the Chrome browser

Play your favourite game angry bird all level free of cost on google chrome.

 

To get Angry Birds for Chrome, head over to    http://chrome.angrybirds.com.

Use Multiple Google Accounts Simultaneously in Google Chrome

Google Chrome's incognito mode is less sophisticated than internet explore's inprivate browsing, but it has a feature that will be useful for those who have more than one Google account.
 
Open a window in incognito mode (Ctrl+Shift+N), your cookies from the standard session are no longer available and you can easily log in to a new Google account.

Webpages that you open and files downloaded while you are incognito won't be logged in your browsing and download histories; all new cookies are deleted after you close the incognito window. You can browse normally and in incognito mode at the same time by using separate windows

Remember When you close the incognito window, all the cookies are deleted so you need to log in again the next time you browse in incognito mode. This trick can be used for any other services that allow multiple accounts, but you can only use two accounts at the same time: one in a standard window and the other one in incognito mode.

create icons to shutdown your computer.


This program called SHUTDOWN.EXE which allows you to easily create icons to shutdown your computer.
To create a shutdown shortcut on the desktop:

1. Right click on an open area of the desktop
2. Select New / Shortcut
3. Enter in "shutdown -s -t 00" - no quotes 

4. Press the Next button
 
switches you can use:
-s  :shuts down the PC
-l  :logs off current user
-t (enter time in sec) :indicates the duration of delay, in seconds
-c "message text" :Displays a message in the System Shutdown Window.
-f :forces any running app's to close
-x :reboots the PC

 
For the name, enter in anything you like. I just use shutdown. Click on the Finish button.
note: its not a hack its a trick with which you can play prank on your friends or someone else.