Monday, March 10, 2014

Make the folder INVISIBLE without hiding

Hello Everyone! In the earlier post I have explained How to change your regular folders to colored folders. this will creates interest in you, do your regular works easily from the regular bored folders.  If you are trying to something very new and funny things in your system.Now I am going to share you similar  kind of trick that you can INVISIBLE your folder. In order to make folder invisible we have to follow below steps

If we talk about technical things for a folder. It contain a name and a folder Icon (which is in yellow generally). Once if we remove both name and Icon image then we will get our INVISIBLE folder.
So firstly we have to remove name, (this trick I have already in one of the post Create nameless folder in your system) . and only thing we left with is remove the Icon image of the folder. 








Step 1: Create a folder in any drives of your system.( Generally when create new folder system will automatically give a default name like 'New Folder'. Erase the New Folder name)



Step 2: Now PRESS and HOLD Alt key and type 255 or  0160 (Use the Num keys-right side of your keyboard )  .



Step 3: Release Alt key and press enter. Then you get a folder without a name.



Up to step 3 we have explained in the earlier post as well. Now the next step is we have to remove the Folder Icon

Step 4:

Select the nameless folder and right click on it, Go to folder properties then select customize tab.






Step 5:

Under Folder Icon section click on Change Icon. Now if scroll a bit then you will find some empty spaces. select any of the empty space them click on OK. 


Now here is you invisible folder will appear like this.



Thanks for reading!!! Please share the knowledge that you know!!!!




Friday, March 7, 2014

Unlock Android Pattern Lock without requesting pattern reset via email


1. phone want you to enter the user email id you enter in the play store.
2. you don’t know the email id.
3.Then just don’t worry just follow these steps.

Step 1: First switch off you android phone and then wait for second to switched of it.
Step 2: Then first click Up Volume Key and hold it.

Step 3: At the same time click on home button and hold it. (you have to do step 2 and step 3 at the same time)
Step 4: then press the power button and after is started just release it. and then you can see you enter in the secret android menu you never see it before.
Step 5: just click on home button then you will see the list of repair options provided for you. 


press volume up and down buttons to choose the options in the menu (because your touch screen will no work here.)


Step 6: then just go to third option named as DELETE ALL USER DATA.
then it takes some time.


Your phone will be started and the unlock pattern problem is fixed. 


Please share your comments and views regarding the above procedure. Happy to assist you!!!!!!. 



Wednesday, March 5, 2014

Make USB pen drive Invisible to your friends - C program



‪#‎include‬<stdio.h>
int main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
return 0;
}