Monday, January 27, 2014

How to Disable Write Protection

Write protection allows a drive to keep its contents from being changed. This effectively prevents you from using the drive in any sort of meaningful way. In order to start using the drive, you’ll need to remove that write protection. Follow this guide to learn how.

Method 1 of 2: Adjusting the Registry

 

  1. Disable Write Protection Step 1 Version 2.jpg
    1
    Check for a physical switch. Some USB drives have a physical locking switch that will prevent you from changing the files. Flip this switch to OFF if your drive has one, and try editing the files again. If not, read on.
    Ad
  2. Disable Write Protection Step 2 Version 2.jpg
    2
    Open the registry editor. You can access the registry editor by entering regedit into the Search field in your Start menu. Windows 8 users can type regedit when viewing the Start screen.
  3. Disable Write Protection Step 3 Version 2.jpg
    3
    Find the relevant entry. Navigate to HKEY_LOCAL_MACHINE. This folder can be found in the Computer section of the registry editor, in the left frame. Click the arrow next to HKEY_LOCAL_MACHINE to expand the folder.
    • Expand the SYSTEM folder.
    • Expand the CurrentControlSet folder.
    • Expand the Control folder.
    • Scroll down until you find the StorageDevicePolicies folder.
  4. Disable Write Protection Step 4 Version 2.jpg
    4
    Change the WriteProtect entry. Double click on the WriteProtect key in the StorageDevicePolicies folder. Change the “Value data” field from 1 to 0. Press OK.
  5. Disable Write Protection Step 5 Version 2.jpg
    5
    Create the key if it doesn’t exist. If you cannot find the StorageDevicePolicies folder, then you will need to create one first. Right-click in the blank space in the Control folder. Select New, and then Key. Label it StorageDevicePolicies.
    • Open the newly-created folder and right-click again. Select New, and then DWORD. Name the new file WriteProtect and put 0 in the value field. Press OK.
    • You must type each entry exactly, including capitalization, otherwise the key will not work.
  6. Disable Write Protection Step 6 Version 2.jpg
    6
    Reboot your computer. In order for the registry changes to take effect, you will need to reboot your computer. Save all of your work before rebooting.

Method 2 of 2: Using the Command Prompt

  1. Disable Write Protection Step 7.jpg
    1
    Open the command prompt as an administrator. Click the Start menu and enter CMD into the Search field. Right-click on it in the search results and select Run as Administrator.
    • In Windows 8, press the Windows key + X and select Command Prompt (Admin).
  2. Disable Write Protection Step 8.jpg
    2
    Open the disk partition utility. Type diskpart and press Enter.
  3. Disable Write Protection Step 9.jpg
    3
    Select your USB drive. Type list disk and press Enter. Once the list has been displayed, type select disk X, replacing X with the number corresponding to your USB drive.
  4. Disable Write Protection Step 10.jpg
    4
    Turn off the write protection. Onca you have the USB drive selected, type attributes disk clear readonly. This will remove the write protection from the disk.
  5. Disable Write Protection Step 11.jpg
    5
    Format the USB drive. Before you can use it, you will need to format the drive. Type clean and press Enter. Then type create partition primary and press Enter. Finally, type format fs=fat32 and press Enter.
    • You can change fat32 to ntfs if you only plan on using the drive in a Windows PC.
  6. Disable Write Protection Step 12.jpg
    6
    Exit the command prompt. Try to place files on the USB drive. If you are still unable to write to it, then the drive is most likely damaged and needs to be replaced.

Friday, January 24, 2014

How to Root Nexus 7 On Android 4.1 Jelly Bean, Unlock Bootloader, And Flash ClockworkMod Recovery


Amazingly developers have devised a successful way to achieve root to your Nexus 7 when it’s not even released yet. Now you can not only root your Nexus 7 but also can unlock Bootloader and Flash ClockworkMod Recovery.
Here is a step by step guide for How to root Nexus 7 and this process additionally will guide you to how to unlock Bootloader and Flash ClockworkMod Recovery. The whole process is super simple and you just need to follow the guide as it is.
But before we precede any further you must know that this process will void your device warranty and in case any damage occurs, proceed at your own risk.
The whole process is segregated into three parts which include Unlocking of Bootloader, Making ClockworkMod Recovery Permanent and finally gaining root access.

How to Unlock Bootloader

  1. Isntall Android SDk once it is downloaded to your device.
  2. Enter Settings> Developer options to enable USB Debugging.
  3. Connect Nexus 7 to PC using USB cable connection.
  4. Eneter Launch terminal or Command prompt and navigate to fastboot folder where Android SDK is installed and command ‘Fastboot oem unlock’. After flashing is complete enter ‘Fastboot reboot’.
  5. Download the recovery image and place it in fastboot folder and enter the command ‘Fastboot flash recovery CWM-grouper-recovery.img’
  6. Step 6: Reboot  by entering ‘Fastboot reboot’.

How to make ClockworkMod Recovery Permanent

Enter following commands in terminal in the stated sequences
  1. ‘Mount system’
  2. ‘Adb shell’
  3. ‘Cd/system’
  4. ‘Mv recovery-from-boot.p recovery-from-boot.bak’.

How to gain Root Access

  1. Download ‘JB-SuperSU.zip ‘file and place it in your sdcard on your device
  2. Switch off your device to Enter ClockworkMod Recovery (Press Volume up + volume down + power button).
  3. Navigate to choose downloaded JB-superSU.Zip file downloaded and placed on your sdcard.
  4. Reboot your device.
If you have followed all the steps successfully then you are all done by now to select and install your favorite root-only apps.

How To Hide Your Computer From Windows Network Neighborhood

If you share Windows folders, you probably noticed that when you browse Network Neighborhood ("My Network" in XP or "Network" in Vista), Windows broadcast your PC name to anyone browsing on the same subnet.

While this is no big deal, you may want to hide you Computer from being discovered, but still be able to connect to your shared folders.
To hide your computer from being browsed in Network Neighborhood, open a command prompt by clicking on  Start \ Run… and typing the following:
net config server /HIDDEN:YES
If the command was executed successfully, you should see "The command completed successfully." or you can verify with the following command :
net config server
and check that the  "Server hidden" status is Yes:
Server Name                           \\WTN1
Server Comment                       
Software version                      Windows 2002
Server is active on                 
    NetbiosSmb (000000000000)
    NetBT_Tcpip_{F08BC22F-B129-43DF-886A-850FA5A9EF7F} (000c29f61483)
Server hidden                         Yes
Maximum Logged On Users               10
Maximum open files per session        16384
Idle session time (min)               15
The command completed successfully.

 
Now reboot your Computer and when Windows has restarted, you will no longer be able to see it when browsing the network. When you want to connect to a shared folder, you can map the drive using the following syntax from Windows Explorer (Tools \ Map Network Drive…)
\\computername\sharename
So if I wanted to connect to the shared folder called media on my computer named wtn1, I would map it as:
\\wtn1\media
If you want to unhide your Computer, type the following at a command prompt and reboot:
net config server /HIDDEN:NO
Remember, hiding your Computer from the Network is by no means secure or a substitute for security. You should always secure your shares when necessary with proper permissions.

How to Change Your Computer’s IP Address


Sometimes, while browsing your internet you come across something like “Page Not Found” error. You check your internet connection and all the linking cables but all of them seem to be okay. Then you decide to call the Internet Helpline Service that, for sure, takes much time.
Actually, the problem is with your computer’s Internet protocol address a.k.a IP address. IP address is a way to identify users on internet through their computers. When you face “Page Not Found” error, it means that your computer’s IP address might have been banned. In this case, changing your computer’s IP address may solve the problem. This is very easy and simple, and you can do it using Command prompt. Just follow the steps given below.
For Windows XP users:
  1. Got to Start Menu.
  2. Click “Run” on menu.
  3. Type ‘cmd’ in the box (without quote) and press OK.
  4. A Command Prompt Window will pop up, resembling DOS operating system. Type ‘ipconfig’ (without the quotes). This will show your computer’s current IP address.
  5. Type ‘ipconfig/release’ and press “Enter”. This will release your computer’s current IP address.
  6. Type ‘ipconfig/renew’ and press “Enter”. Now your computer will be assigned a new IP address.
  7. Type ‘exit’ and press “Enter”. This will close the window. Now your computer has a new IP address.
For Windows vista or Windows 7 users:
  1. Go to “Start”. Type ‘cmd’ in Search bar.
  2. Click ‘cmd’. This will open a Command Prompt Window.
  3. In this window, type ‘ipconfig/release’ and press “Enter”. At this point, your computer’s IP address must be 0.0.0.0.
  4. Type ‘ipconfig/renew’ and press “Enter” again. Your computer will obtain a new set of IP addresses.
  5. Close the window by typing ‘exit’ and pressing “Enter”.
Hopefully changing the IP address will solve your problem. However, if you still face the problem, turn off your router. Turn it on after 2-3 minutes and repeat the procedure. If the connectivity problem remains unresolved, call Helpline service.
Changing your IP address is strongly recommended if you have bought a used computer. It will give computer’s connectivity a whole new start. Connectivity problems that a computer might face when it is moved to a different location can also be resolved by this method.

Hack Any Password Protected Wi-Fi Network And Use Unlimited Free Internet

I’ll tell you how do you hack any password protected wifi network with “CommView For Wi-Fi” software.

First you have to know what is Wi-Fi and how dose it work?
"Wi-Fi" is a type of wireless networking protocol that allows devices to communicate without cords or cables.

1: Wi-fi uses antennas around which wi-fi "hotspots" are created. The hotspots are outlets equipped to receive the radio waves that power wireless networking. Until recently, wi-fi has been confined to more than 10,000 hot-spots in cafes, bars and airport lounges. But various projects are under way to set up city-wide zones, where a series of antennas are installed in the streets, on lampposts or street signs. The hotspots around them together create a much wider area of coverage. Norwich has a mesh network which links each lamppost antenna to the next creating a seamless wi-fi hotspot around the center of the city.
2: The source internet connection is provided by a PC or server to which the antennas are connected either wirelessly or via a cable.
3: Some mobile phones and personal digital assistants (PDA) now have wi-fi chips installed. With mobile phones, this means conventional networks can be bypassed and inexpensive long-distance calls made over the web (using Voice over Internet Protocol, VoIP).
4: Many laptops and handheld computers now come with built-in wi-fi connectivity; it is also possible to add wi-fi to your computer with a special card that plugs into a port on your laptop.
Some organizations provide it for free but maximums provide it for business purpose only. And you have to give a password to access this kind of network.
This software price is $1099. Don't worry, I'm giving you for FREE.
Download This Software from HERE. [Mediafire Link]
Note: Please turn off your anti-virus program before you install this software, otherwise this software will not work properly. After completing installing process you can re-run your anti-virus program.
Now follow the Instructions bellow:
1. Install the software and drivers.
2. Click on ‘Rules’ tab and tick on ‘Enable advance rules’ option.
3. Type ‘a’ on Name box and Past this code on formula box “tods=1 and dmac=FF:FF:FF:FF:FF:FF” like picture bellow. Then click ‘add/edit’ button.
4. A window will appear like the picture bellow. Give a tick on ‘a’ .

5. Then go to ‘Settings’ and click ‘Option’
6. Go to ‘Memory Usage’ tab and set everything just like this picture & click ‘Ok’ (Restart may be required).
7.  Check ‘D’ funnel and uncheck another two funnel from the right top of this window.

8. Click ‘Search’ button and find the network that you want to creak.
9. Then drag it on ‘Channel’ tab and click ‘Capture’ button.
10. Now which one is do not capturing anything give it to password protected network and connect it. When it will ask for password, give any as you wish.
11. It will show this massage “Connected with limited connectivity”.
(I have no Wi-Fi connections at this time. that is why, I can’t share some screenshots).
12. Click on main menu again and then click on ‘Packets’ Tab. If everything was all right, you will see some Couple of Packets.
13. Click right button on “ARP REQ”  Packet and then > “Send Packet(s)” > Selected.
14. This menu will appear.
15. Now change all values just like this and click ‘Send’.
16. Go to ‘Rules’ Tab again and uncheck the Rules “a” .
17.  Select first 20000 packets and save it. Make sure you are saving it as “dump cap” file in place of “ncf” file format. (I have no Wi-Fi connections this time, that is why I can’t share some screenshots).
18. Now download a zip folder named “Aircrack-NG” from HERE. And extract it.

19. Open ‘bin’ folder and run this file ‘aircrack-ng-GUI.exe’. Then go where you saved the packets, select all and click launch.

20. An ‘IV’ list will came. Select the network that you want to creak.

21. Click ‘Connect’. You will be connected with your desire network like a magic !

22. Enjoy the Unlimited Wi-Fi Internet.

Also you can do with this software :
 
Done...

WiFi Mouse - Android phone as mouse and keyboard

Cover art

Transform your phone/tablet into a wireless mouse, keyboard and trackpad using WiFi Mouse. WiFi Mouse supports speech-to-text as well as multi-finger trackpad gestures. WiFi Mouse enables you to control your PC, MAC or HTPC effortlessly through a local network connection.

Features:
 
* Mouse curser movement
* left and right click support
* Middle mouse button scroll
* Remote keyboard input
* Speech-to-text input for all languages
* Mouse & keyboard full screen
* Auto-connect on application startup
* Compatible with XP/Windows Vista/ Windows 7 / Mac OSX
* Support Android and IOS
 
Gestures:
 
* Tap-to-click
* Two finger tap for right click
* Two finger scroll
* Pinch to zoom
* Three finger drag or highlight
* Four finger swipe up to maximise current window
* Four finger swipe down to show desktop
* Four finger swipe sideways to change current window focus
* Left handed mouse support (swap left and right mouse click



WiFi Mouse
Mouse server

Sunday, January 19, 2014

Facebook - Delete All Messages 1.2 No Restart - Fire Fox Add-On



Facebook - Delete All Messages 1.2  No Restart

 
https://addons.mozilla.org/firefox/downloads/file/224579/facebook_delete_all_messages-1.2-fx.xpi?src=dp-btn-primary
 
Adds a 'Facebook - Delete All Messages' option to Tools dropdown menu that deletes all listed conversations!










About this Add-on

Adds a 'Facebook - Delete All Messages' option to Tools dropdown menu that deletes all listed conversations.

If your current tab is at "www.facebook.com/messages" location and you click the delete all messages option from Tools, a confirmation dialogue will appear and ask you to delete everything. Afterwards, you will see your messages disappear!

If you are at the wrong location and click the delete all option, a new tab will open and you will be redirected to the correct URL.

If you have any problem, try switching Facebook to English, otherwise contact me!

Also for Chrome! https://chrome.google.com/webstore/detail/facebook-delete-all-messa/hgiidlnejdlfoacoeleopkljhbckmlko