Friday, September 12, 2014

Removing Write Protection On A Memory Card

'Write protection' is a type of security measure which places a 'lock' on digital files. The locking action prevents modifications from being made to the stored data, and is a simple way to avoid changes being made backfire, essentially locking you out of your own home.
to important files without your permission. So far, so logical; but occasionally these security measures can
Write-protection is often a physical (rather than a virtual) security measure; lifting it usually involves flicking a switch on the mass storage device. The trick is to first find the switch, and or to change the virtual settings on your computer to accept the physical changes.

  • Remove your memory stick from the drive
  • Click Start > Run...
  • In the box type regedit and press OK
  • A new window will appear. Go to:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
  • If you can't locate StorageDevicePolicies then you will need to create this folder
    • Right-click on Control and click on New > Key. Name this StorageDevicePolicies
    • Right-click on the new folder you created called StorageDevicePolicies and click New > DWORD Value.
    • Name this WriteProtect
  • Double-click on Write Protect and change the Value Data to 0 and then click OK
  • Close the Registry Editor and insert the memory stick into your computer

Saturday, September 6, 2014

Facebook Shortcuts

For Google Chrome 

1. Alt+1: View your News Feed
2. Alt+2: View your own Profile
3. Alt+3: View pop-up of friend requests
4. Alt+4: View pop-up of messages
5. Alt+5: View pop-up of notifications
6. Alt+6: View Account Settings
7. Alt+7: View Privacy Settings
8. Alt+8: View Facebook’s own profile
9. Alt+9: Read latest Terms of Service agreement.

 For Mozilla Firefox

1. Shift+Alt+1: View your News Feed
2. Shift+Alt+2: View your own Profile
3. Shift+Alt+3: View pop-up of friend requests
4. Shift+Alt+4: View pop-up of messages
5. Shift+Alt+5: View pop-up of notifications
6. Shift+Alt+6: View Account Settings
7. Shift+Alt+7: View Privacy Settings
8. Shift+Alt+8: View Facebook's own profile
9. Shift+Alt+9: Read latest Terms of Service agreement.
10. Shift+Alt+0: Open Facebook Help Center

Wednesday, September 3, 2014

Hide Your Hard Drive In Windows Without Any Software

 If you have a hard drive containing important document or file and if you don't want anybody to see the hard drive than you can easily hide your hard drive from others without using any software. You just have to follow the following steps to hide your hard drive

Step 1. First press windows button + r and type gpedit.msc in the box.

Step 2. Now Click on gpedit to Open it then Click on User Configuration >Administrative Templates > Windows Components.

 
Step 3. Then double click on Windows Explorer (in windows XP,7,Vista) and File Explorer (in windows 8, 8).
(For windows 8,8.1)

(For windows XP, Vista, 7)
  Step 4. Now double click on Hide these specific drives in My Computer.
 
 
Step 5.  Now click on 'Enable' radio button and Option will be active and then select your choice you want to hide your hard disk drive i.e: you can select one, two or more you want and then click on OK.


NOTE : If you want to unhide these drive then just click on 'Not Configured' radio button and click on ok.

Tuesday, September 2, 2014

Turn Your Browser Tab Into A Basic Text Editor

Sometimes its fun to do an extra ordinary things with your web browser. There are many tricks out there with
which you can do a various entertaining things. so, here's is a simple trick to turn your browser tab into a basic text editor.




Steps for turning a browser tab in a notepad:
1. Open a blank tab into your browser
2. Copy the below code snippet into address bar and press enter.

data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;">

Note: This trick will only works on Chrome and Firefox.

UseFul Links