Search In Site

03 August, 2013

Encrypt / Decrypt Options to Right-Click Menu

If you use the built-in file encryption in Windows 7 or Vista, you might be interested in adding an option to the right-click menu to more easily encrypt and decrypt your files, rather than having to use the file properties dialog.
Open up regedit.exe through the start menu search box, and then find the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In the right-hand pane, create a new 32-bit DWORD value called EncryptionContextMenu and give it a value of 1.Now when you right-click on a file, you’ll see a new option called Encrypt.


When you choose this option, you’ll receive the following dialog, asking if you want to encrypt just the file, or also the parent folder. You can also choose just the file as the default.
Once the files are encrypted, you’ll notice that the title of the file is now green, indicating that it’s been encrypted. The right-click option will also now change to Decrypt.

You Can Also Download .Reg File From Here

Restore Previous Versions of the Registry



If you want to manually restore a specific section of the registry from a previous System Restore snapshot, or access some specific keys from an older version of the registry, you can do so by getting access to those files and then exporting sections from them. Here’s how to do it in Windows 7 or Vista.
Since Windows 7 and Vista utilize Shadow Copy, otherwise known as Volume Snapshot Service, to power the “Previous Versions” feature, there are snapshots of important files taken over time, including registry hives, so we can access the older versions of registry files this way without having to do a full System Restore.

Access Previous Registry Hives from Shadow Copy
Important Note: before we get started, we should really give you a disclaimer: you should not use this technique unless you know what you’re doing and are willing to deal with possible problems, or at least have some good backups of your files. Still here? Read on.

The first thing you’re going to want to do is disable User Account Control, because you can’t really access the folders otherwise. Once you’ve done that and rebooted, open up a new Windows Explorer window and head to the following folder:
C:\Windows\System32\Config
Right-click anywhere in the white space area of the folder, choose Properties from the menu, and then click the Previous Versions tab. Once you’re there, double-click the appropriate folder (Hint: Look at the Date modified field to decide which version of the files you want to restore.)
Select the registry hive files you need, and copy them to a folder of your choice.
Click OK when you see the Windows Security prompt.
And now you should have a folder containing the backup registry keys.
Now that you have the backup versions of the registry, you can use them to access the older version.

Loading a Registry Hive and Accessing Specific Keys
At this point you can load the entire registry hive into the registry, which will make it a sub-key of one of the main sections, and allow you to access settings from the older version. Open up the Registry Editor using regedit.exe in the Start Menu search or run boxes, click on HKEY_LOCAL_MACHINE or HKEY_USERS, and then use File –> Load Hive.
You’ll be prompted to give the new hive a name—for this example I just used test.
And just like that, you can see the new key with the contents from last week’s backup copy. So, for instance, if one of the settings or license keys for an application was lost, we can find it by browsing through the keys for that application. You’ll have to manually make the changes if you’re doing just a few keys.
If you are trying to use this method to restore large chunks of the registry, you can export a key, modify the exported file to have the correct key path instead of Test, and then import it again. It’s a bit of a pain, but might be helpful if you need to.
Once you’re done, you should make absolutely certain to delete this entire key, or else it’s going to add a lot of extra bloat to your registry that you really don’t need.

Access the Previous Version’s Registry Keys Through the Command Line
Instead of loading the registry key using the GUI and adding all those keys to your current registry, you can use the RegFileExport tool from Nirsoft to access and extract the data from the backup files directly—you’ll just need to know the exact key that you’re looking for
So, for example, if you wanted to access the list of currently installed programs from the Programs and Features dialog. You’d run a command like this against the saved backup copy of the SOFTWARE registry hive—assuming you have the command-line application in the same directory as the backup file:
regfileexport SOFTWARE ExportedKey.reg “HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\Windows\CurrentVersion\Uninstall”
This will generate a regular .reg file that you can either double-click to enter the contents into the registry, or you can open it up and find specific keys that you might want to use.

How to Clean Up Windows Context Menu

One of the most irritating things about Windows is the context menu clutter that you have to deal with once you install a bunch of applications. It seems like every application is fighting for a piece of your context menu, and it’s not like you even use half of them.
Today we’ll explain where these menu items are hiding in your registry, how to disable them the geeky way, and an easier cleanup method for non-geeks as well.
Either way, your context menu won’t look like this one anymore…

Tools Required:



Cleaning the Context Menu by RegistryIf you want to clean things up the truly geeky way, you can open up regedit.exe through the start menu search or run box, and then browse down to one of the following keys… sadly the context menu items are not stored in a single location.
Most of the menu items that used for all files and folders can be found by looking at one of these keys:
HKEY_CLASSES_ROOT\*\shell
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx
Items that are specific to folders can usually be found in one of these keys instead:
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers

The context menu items found at these different locations will need to be handled differently, and we’ll explain how, so keep reading!

Dealing with “shell” Items
Let’s take a look at one item as an example… if you browse down to the shell key under Directory you’ll see the items for Add to VLC media player and Play with VLC. Items under the regular “shell” key are usually really easy to spot, and easy to deal with.
If you want to hide one of these items so that you’ll have to Shift+Right-Click, then you can add a new string value on the right-hand side and name it “Extended”

If you’d like to disable it instead, but don’t want to delete the key, you can add a new string value and call it “LegacyDisable”.

And, you could just delete the whole key if you really wanted to… but I’d export a copy just in case.

Dealing with “shellex” Items
You probably noticed the other registry keys above that have “shellex” (Shell Extension) in the name instead of just “shell”. Those types of keys will need to be handled differently… for an example, we’ll head down to one of the keys mentioned above:
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
These items will be a little more tough to decipher… but you can usually figure out an item by the key name on the left, and then just modify the (Default) value by putting a few dashes in front of it, which will disable the item without actually deleting anything.
By The example, clicked on 7-ZIP on the left, and by putting dashes in front of the value data I’ve disabled that menu item.

You’ll want to go through each location in the list at the top of this article until you figure out where exactly the offending items are located. At that point, you can use one of the tricks we mentioned in order to disable that item.

Dealing With Specific File Type Items
Sometimes, although not often, the menu items are located on the registry key for a specific file type. In that case you’ll need to first locate the file extension key by looking under HKEY_CLASSES_ROOT for that extension, which will tell you the name of the key that you need to look for.

For instance, if I wanted to remove a menu item for Excel documents (.xls) I would look at this registry key, which gives me the name of the actual key to look under…
HKEY_CLASSES_ROOT\.xls
As you can see above, the actual type of the file is “Excel.Sheet.8″, so I’ll then browse down to this registry key:
HKEY_CLASSES_ROOT\Excel.Sheet.8\shell
And now I can use the same techniques as above to disable items under “shell”… remember LegacyDisable and Extended? Yep, those work here.

Cleaning Up the Context Menu the Easy Way
Instead of hacking the registry, you can use two different NirSoft utilities to clean up the context menu. Sadly, some of the menu items are implemented as Explorer shell extensions (like the “shellex” keys we explained above), and some are implemented as regular context menu items (like the regular “shell” keys we explained above).
The first tool we will check out is ShellMenuView, which allows us to manage all of those “shell” key items with an easy to use interface.Just browse down until you find the offending item, then click the Disable button… which will actually create a LegacyDisable key just like we explained in the manual section above.
You’ll see that those items are instantly disabled:
Next, we need to disable those “shellex” or Shell Extensions, using another great Nirsoft utility appropriately called ShellExView. This one works the same exact way as the first utility… just click on the Disable button to remove the items.
After using both of these utilities for just a few minutes, I was able to get my context menu back to the pristine “new install” state.

Add Any Application to Desktop Right-Click Menu


If you want really quick access to launch a frequently used application without putting extra icons on your desktop, you can add that application to the context menu for the desktop with a simple registry hack. Here’s how to do it.

Let's See how to add Notepad to the menu, but you could add any applications you want instead. The first thing you’ll want to do is:O

pen up regedit.exe through the Start Menu search or run box.
Browse down to the following key:
HKEY_CLASSES_ROOT\Directory\Background\shell
Next, you’ll want to create a new key underneath the shell key, the name of which is exactly what is going to show up on the desktop menu. Right-click on the “shell” key, and then choose New \ Key from the menu.
Give the new key the name that you want to show up on the desktop context menu. For this example we’ll be using Notepad.

If you want to assign an “Alt” key to this menu entry for quicker access, you can change the (Default) value on the right and put an & character in front of the key you want to use. For instance, if you wanted to be able to just use the N key to launch Notepad once the desktop context menu pops up, you can do this:
Personally I don’t find this terribly useful since you have to use the mouse to right-click on the desktop… may as well just use the mouse to click the item. Still, for completeness I’ve included it.Next you’ll need to create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad key, and then choose New \ Key from the menu.
Give this key the name “command” in lowercase.
To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly.Note: of course, for Notepad you wouldn’t need the full path, but this is just an example.
Now click on “command” on the left side, and then double-click on the (Default) key in the right side to edit the string value.
Paste in the full path to the executable that you got from the “Copy as Path” step above, or you can put in the full path yourself if you’d like.

And right-clicking on the desktop will produce the new menu item… naturally, using this menu item should launch Notepad.

How to Kill Windows with the Blue Screen of Death



Have you ever wanted to show off your keyboard ninja skills by taking down Windows with just a couple of keystrokes? All you have to do is add one registry key, and then you can impress your friends… or use it to convince people to switch to Linux.

This isn’t a bug, it’s a “feature” in Windows that is designed to let users trigger a crash dump for testing purposes. There’s even a whole Microsoft KB article on the subject.

To enable this feature,
Open up regedit.
Browse down to one of these keys, depending on your keyboard type:
USB Keyboard
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters

PS/2 Keyboard
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Now right-click on the right-hand pane and add a new DWORD key namedCrashOnCtrlScroll, giving it a value of 1.
Reboot your computer, 
and when it starts back up you can trigger the Blue Screen of Death by using the following keyboard shortcut:Hold down Right Ctrl and hit Scroll Lock twice
To remove this “feature” you can just delete the registry key and then restart your computer again.

How to Disable All Notification Balloons in Windows 7 or Vista



If you find the popup notification balloons in the Windows system tray to be too annoying, you might be interested to know that you can completely disable them. 
This would be an extreme option, of course… typically you can just turn them off in any offending applications, but if you want to disable them across the board, Following is the solution.
Procedure:
Open up regedit.exe through the start menu search or run box.
Browse down to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Right-click on the right-hand pane, and create a new 32-bit DWORD with the following values:
Name: EnableBalloonTips
Value: 0
You’ll have to logoff and back on in order to see the change… or to be more correct, you won’t see any popup balloons anymore.

Display a Text Message At Logon In Windows 7

Sometimes you might want to leave a text message for a user before they log into a Windows 7 computer. Here Is a trick that allows you to leave a message they can read before logging in.


Add a Text Message
To add a message, click on Start and enter regedit into the Search box and hit Enter.
Navigate to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\System and double-click on legalnoticecaption.In the Value data field enter in the header you want…for instance your company name or the name of your computer…whatever you want it to be, then click OK.
Then double-click on legalnoticetext …
And in the Value data field enter in the message you want to display and click OK. Close out of Registry Editor and reboot the computer.

After the machine reboots you’ll see the text message you just created at the Welcome screen.
You can include whatever text message you want to be included for the user to read before they log in.

01 August, 2013

Protect your children using internet filter software

According to TopTenREVIEWS Google Analytics data reveals a dramatic increase – indeed a 4,700% jump – in searches for the term "porn" in the days immediately following the end of school for most students. While falling short of scientific proof, it's a strong indicator of what many youngsters may be doing on their summer vacation.
There could be many explanations for this dramatic change in numbers, but there is no question it coincides with the time most schools get out.
Since parents are busy and cannot constantly stand guard over computer use, a little electronic help might come in handy. Internet filter software can offer some reassurance to parents that their children are protected from material that parents deem objectionable.
The internet filter software on the market today allows parents to block websites and chat rooms that parents deem inappropriate. This software can do much more including such things as filtering emails, monitoring social media sites and sending parents email alerts if someone using a computer is accessing objectionable content.
Academic studies have shown that young people who are exposed to sexually explicit material before age 18 are more likely to become promiscuous, get pregnant, test positive for a sexually transmitted disease and engage in forced sex.
Nothing takes the place of heart-to-heart talks between parents and children about values, human sexuality and the things that are considered healthy, respectful and worthwhile according to a particular family’s principles.
However, internet filter software can shield children from images, language, videos and other depictions of behaviors that are contrary to the parents’ standards. It could be another tool to help parents get involved in the already complicated task of trying to raise healthy, well-adjusted children.
Dr. Mary Anne Layden, director of the Sexual Trauma and Psychopathology Program,
Center for Cognitive Therapy in the Department of Psychiatry at the University of Pennsylvania, is the author of “The Social Costs of Pornography: A Statement of Findings and Recommendations.”
"There is evidence that the prevalence of pornography in the lives of many children and adolescents is far more significant than most adults realize, that pornography is deforming the healthy sexual development of these young viewers, and that it is used to exploit children and adolescents,” Layden wrote.

How does it deform them?
In a telephone interview, Layden said academic studies show that there are 23 unhealthy behaviors that people exposed to "sexualized media" before the age of 18 are more likely to display. These can include a greater likelihood to have sex earlier in life, have multiple partners, engage in forced sex, test positive for Chlamydia, be more accepting of sexual harassment and become juvenile offenders.
“Are any of those things the kind of things we want for our kids?” Layden said. “My own research shows that pornography is mis-education about sex. It lies about sex.”
For example, she said pornography shows that women love to be degraded and violently hurt, which is not true in real life. It also depicts men as vicious, narcissistic and out of control – which is also not true, she said.
“This is hate speech against men and hate speech against women,” Layden said. “It sends the wrong message about people, relationships and functions. Porn doesn’t say anything about love or commitment or caring. It also doesn’t say anything about producing children.”
The blunt-talking and often controversial Layden said she tells parents, “You’ve got to say to children: ‘There won’t be any porn in this home’” and then take strong measures to keep it away from impressionable youngsters.
“It’s good to talk to the kids, but I think prevention is 100 percent better,” Layden said.

With Internet filter softwares you can
Block web sites in more than 70 categories, including pornography, gambling, drugs, violence/hate/racism, malware/spyware, phishing
Force SafeSearch on all major search engines
Set time restrictions to block web access during designated times
Configure custom lists for "always allow" and "always block"
Override a web page block with password
Trust the enhanced anti-tampering, even children can't break
View easy reports to monitor and control web activity
Real-time categorization of new adult and malicious sites

Copy from Right Click Disabled Blog or Websites

Copy-pasting some body else work is very common. Though, very few people actually give the credit link or mention about the source. Specially, in Blogging people copy each other content and increase plagiarism. Apart from all Auto-bloggging tool, most common form of copying a page is by selecting text > mouse right-click and copy the content. Though in WordPress, we can easily disable this by using disable right click WordPress plugin. Though according to me right click gives a bad user experience and for Bloggers, you can always fight such copy-paste blogger using Google DMCA.
Now for me, when I have to write a tutorial, I take information from the pages on Internet and give proper credentials with link in the post. Now, the problem which I have faced recently is many of these sites have right click disabled and it’s pain to copy from these sites normally. So, here I have compiled a series of possible ways to copy content from those pages. FYI, many websites disable CTRL +C options to ensure better security from hackers and malicious sites.

Method to copy text from Right click Disabled pages:
1.Most of the bloggers and webmasters uses JavaScript technique to disable right-click, to prevent scrapers sites from stealing their content.
Many times we often come to websites where we found contents useful like how-to , Guides and we copy it into worded or notepad. Generally we select some text and then right click to copy. But on Protected sites a message box appears saying “Right-Click on this site is disabled. Hold Ctrl key and click on link to open in new tab”
But there are numerous way through one can copy contents from Right Click protected sites

2.By disabling browser JavaScript in browser And Using Proxy
Disabling JavaScript in Browsers
In Chrome browser, you can quickly disable JavaScript by going to settings. See the screenshot for better explanation:
Goto Setting >> UnderHood Tab >> Content Settingsor enter chrome://settings/content
Then Select Do not allow any site to run JavaScript
Similarly if you are using Firefox, you can remove the tick from “Enable JavaScript” option.
Using Proxy
There are many proxy sites, which let you disable JS while browsing. All you need to use those proxy sites, which offer such features and you can quickly use right-click on click disabled sites.
If you have to copy the specific text content and you can take care of HTML tags, you can use browser view source options. All the major browser give an option to source of the page, which you can access directly using the format below or by right click. Since, right click is out of question here, we will simply open chrome browser and type: view-source: before the post URL Like
And find the paragraph or text you want to copy and then paste it into any text editor.
Well, using this trick ethically or unethically is in user hand but for a normal blogger like me and you, this tip will certainly help.

3.Visit that webpage.
Press Ctrl+S on your keyboard.
Save the webpage anywhere on your computer.
Now open the downloaded webpage. You can copy or you can do anything.

OR
If Not Work Then Save it And Rename As .docx
Open It With Ms-Word
Now Copy The Whole Text .

 
Twitter Bird Gadget