Monday, 10 February 2014

Password Protect Any Folder Without Any Software

How To Lock Folder ?

   1. Open notepad and Copy code given below into it

 cls
@ECHO OFF
title coolhacking-tricks.blogspot.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%== coolhacks 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

   2. Save the notepad as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)

How To View Facebook Private Profile Photo In Large Size

Sometime you want to see clear image of someone on facebook who might not be your friend but his/her privacy setting stop you from doing this. In this tutorial i will teach you to view facebook private  or locked profile picture in large size with very simple trick.

How To View Facebook Locked Profile Picture ?

1. Open the facebook profile of person whose profile picture is locked or is set toprivate.
2. Right click on the profile picture and click on Copy Image Url as shown in image below.
3. Open that image in new tab by  right clicking and selecting Paste (CTRL + V)
4. Now change the value of image size highlighted below which might be s160x160 tos720x720 (If its not clear try (s320x320)
5. The image will enlarge in size. This trick does not always work.

How To Use Google As A Proxy

We often use schools and collages internet connections, but they usually block access to undesired web sites (the "black list"). In order to access those sites you can do is use google translate as  proxy to bypass this restrictions. So lets get into it.



Method 1

1. Visit whatismyipaddress and note down you real Ip Address.
2. Now Go to Google Translate
3. From Under Detect Language, Chose your language in my case English
4. Now type http://whatismyipaddress.com/  in text area and click on Translate
5. Now check your Ip Address, Its different from the real one.

Method 2

1. Go to link given below:
http://www.google.com/translate?langpair=es|en&u=www.mybloggersworld.com
2. Change www.mybloggersworld.com to website you like to visit.
3. Done!

If you use this trick, you are not sure to protect your privacy, this kind of connection lets you see blacklisted or banned pages but does not hide your IP address.

How to make a own blog


Enable God Mode In Windows 7 And Vista

In this tutorial i will show you to enable God Mode in Windows 7 and Windows Vista. By enabling God mode you can access all your windows setting from one folder and it makes really easy to access and change windows settings. This work 32 as well as 64 bit operating system. So lets enable God mode on your computer.
 
   1. On your desktop right click and create a New Folder.
   2. Rename this folder to the code given below.
                              GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
   3. Done now double click on this folder and you will have access to all your windows operating system              settings.

Setting Video As Desktop Wallpaper

How to set video as desktop wallpaper
  1. Open VLC Media Player. If you don't have it download it frome Here.
  2. Then Go to Tools > Preference Or press CTRL + P and Selecet Video from left panel
  3. Then Choose DirectX video output from output dropdown list as shown in below image .

4. Save the changes ans restart VLC Media Player.
5. Play any video you would like to set as your desktop wallpaper.
6. Then click on Video and select DirectX Wallpaper from the dropdown list as show in below image.
7. Now Minimize vlc player and you will see your video running on your desktop as wallpaper.
8. If you want your default wallpaper back then uncheck DirectX Wallpaper from video dropdown list.
9. Hope you like this simple trick share your thought about this trick in comment section.

Simple Trick To Use Web Browsers As Text Editor

              

In this tutorial i will show you a simple and interesting trick to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad. This trick works on all web browsers. So lets get started  :-
  1. Copy below code in browser Url Section                                                                                                       "data:text/html, <html contenteditable>"(without quotes)
   2.     Now Press Enter.
   3.     Now you can type anything as would do on any other text editor like Notepad.
   4.      To save your text file Press Ctrl + S and save it as anything.txt (.txt Is Must)