This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, 10 July 2014

How to hake the other computers(PC) Enable GODMODE in Windows 7 & 8



How to Enable GODMODE in Windows 7 & 8

 If you are an experienced user of Windows 7 and 8 user, then you may have eventually noticed that some of the options for the program are well hidden. This could be to your advantage to be able to use some of these hidden controls if you are an expert. In taking advantage, you can customize your settings a lot more.

There is a neat setting known as GodMode that will allow you to be able to customize your settings like no other setting. "God Mode" simply provides users with a centralized Control Panel for all of Windows' settings,


Enabling GODMODE in Windows 7 & 8 

The process to enable Godmode in windows 7 and 8 is very similar and the below steps will take you further to create Godmode in your system.
Step 1: Make sure you are on your desktop, We will now Create a new Folder so to do so Right click anywhere, hover your mouse on "NEW" and Select "Folder"
Step 2: Now rename the new created folder with "God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}"
Step 3: You will notice that the folder icon has changed and the name of the folder has changed to God Mode. if you see these changes than you have done everything fine.

Step 4: Once you have done the 3rd step, and you are able to see the icon change to blue, now its ready to use, so double click on it to open
Now you can use this GodMode in your windows 7 and 8 to do various tasks easily and quickly. I encourage you to try this GodMode trick if you have pretty advanced knowledge and you will be pretty happy with the extra things you'll be able to do with it.

Creating Password Protected folder in Windows

Creating Password Protected folder in Windows

Below Mentioned are some easy steps to Perform this Amazing Trick in your Windows PC.

Step 1: Open Notepad and Paste the Below Code in it.

cls
@ECHO OFF
title Trickslove.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== trickslove goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

Note: the Default password is trickslove so if you want to change the password, simply replace trickslove in the above code with your own chosen password that you can remember.

Step 2: Now save the Notepad file, name it "Lock.bat" and Choose "All Files" in Save type as.

Step 3: Remember the Location where you save the file, now Double click on your Created file which will create a Folder there with the name "My Folder"
Step 4: Now Copy paste all your important data and paste it in that Folder. Next Simply you have to Double click on the lock.bat file which we created. a CMD window will pop up just like below picture.

Step 5: Press "Y" and hit enter to lock the folder. You will see the My folder is now hidden and cant be seen. 
To Unhide the folder, again double click on Lock.bat file, this time it will ask you the password so if you have not altered the above code then write "trickslove" and hit enter to unhide the folder.
If you Replaced trickslove with your own password then you will be needed to enter that password in the CMD to unlock the folder.
That it, we just created a password protected folder in windows by your own which will be helpful to you whenever you wish to hide your personal data from others.
Now here is a Small tip: Once you Hide the Folder, Simply Cut paste the lock.bat file in your pendrive or any other location. Whenever you want to unhide the folder again simply Paste the Lock.bat file in your pc, double click and enter the password..
Bonus Friendly Tip: Please do not Cut paste your Important data in to the folder and then hide it when you are trying this trick for the 1st time. If you do not perform this trick correctly then may be you will not be able to unhide the folder and end up loosing your data.

I hope this tuturoal prove to be useful and you will like it. if you have any trouble then feel free to speak your mind in the Comment box below. i would love to hear from yo

Wednesday, 9 July 2014

2 Ways to Create a Folder with Name CON



2 Ways to Create a Folder with Name CON





Why folders with Above names are not allowed in Windows? Well these names are the reserved names, and so can't be used to name a file or a folder in Windows. But Apart from all this, today we are here to Share 2 ways to Create folder with name "CON" . I will try to make it easy and simple. just follow the below steps


Creating a Folder with Name "CON"

Method 1: Using Special Character:

Follow the Below steps to learn how to Create a folder with name CON using Special character Trick.
Step 1: Create a New folder, this is usually done by right clicking , New > Folder.
Step 2: Now Name it "con" but don't Press enter or don't click anywhere because it wont allow you to name it Con. Just hold Down Alt key and Press 255 from the numpad. and now Click Enter.
Step 3: You will See no error message "The Specified device name is invalid", We have successfully Create a folder with name Con Now. What it does is, it just adds a SPACE after Con. and Hence we saw no message.

Method 2: Using Command Prompt(CMD)

We can even Create a Folder with Name CON using CMD.  Creating a folder with name CON using CMD is not much know trick to many. today i will be sharing it here. All we need to do is enter some commands. so let us see how it is done.
Step 1: Open CMD, Search for CMD or Press Windows key + X , then select Command Prompt.
Step 2: Type in md\\.\\c:\\con Command and Press Enter 
 
Open Drive C and you will see a folder with name CON. Understand that you can change the path by replacing c: with any other drive or path. what ever path you enter there, the folder will be created at that particular location.
Now this Created folder is undeletable, you can not delete this folder by pressing Delete key simply. This folder can be deleted by CMD only. and here is how to do it.
Step 3: To delete the folder, type in rd\\.\\c:\con and Press Enter, Navigate to the Path to see there is no folder with name Con now, its been deleted
Again here understand that, while Creating the Folder if you changed the path, then while entering the command to delete the folder, you must enter the same path.
So these were the two methods i shared today to create folder with CON. Try it yourself, show it to your friends, and let me know how it goes in the comment box below.

Saturday, 5 July 2014

HOW TO CREATE THE FREE WEBSITE



How to make a free sms & calls to all over WORLD & INDIA


Friday, 4 July 2014

How to make the admin in facebook page



Tuesday, 1 July 2014

How change the system folder into colorizer folder

Hey guys i am back with an Awesome WIndows tricks, Earlier i have Shared many WIndows tricks but i believe this one is outstanding and Best of all. We all Know the Folder color is light yellow by default in Windows, but what if you can give your desired color to each folder inorder to organize them properly to feel Comfortable.

Yes You can colorize folders in windows with the Color of your choice very easily. Many a time we find it difficult to navigate to the folder which we want to because All the Folders are of same Color and if you forget the name of the folder in which you stored your important file, than one can get a nightmare.



Assigning Colors to different folders will not only help you to Pick the folder you want without remembering it but it will aslo spice up the looks. Have a look at the below picture How beautiful Windows explorer looks after giving colors to different folders. Now let us see Some easy steps involved to perform this awesome trick

Colorizing different folders in Windows


Step 1: Download Folder Colorizer which is a third party tool used to assign colors to Folders in Windows
videoconverter.Net download this software to change the colour of ur system folder
Step 2: Install it and navigate to any folder that you wish to assign Color. Right Click on that folder and you will see Folder colorizer Integrated in the Context Menu. 
Step 3: Hover your Mouse on Colorize and Choose your Favourite color 
Step 4: After Choosing your favourite Color you will see that color has been assigned to the selected folder. repeat same steps for other Folders too.
You may even Choose from various other Colors of your choice and you also have an option to Restore Default Color.
Normally i use Green Color for folder that don't Need Much attention and which also Indicates that I have Completed the Tasks from that Folder. And i assign Red to the Folders that need my Attention and the Work is Pending. You may Use it for various Purposes. 
Do not Forget to let us know if you like this article and how you are going to Use these Color Combination.