Skip to main content

How to create a top secret private data containing folder!!!!!

Guyss this is an awesome trick to prevent ur private documents from other Guys!!!!
Now thge fact is how should we do this then here we go:-

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 file 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)
To change the password replace coolhacks with  new password in the above code!!!
If u have any problem doing this the mail me on abhishek.kumar2526@gmail.com or msg me on facebook as abhishek royal byheart!!!!

Comments

Popular posts from this blog

List of google dorks for sql injection!!!!!

                                       List Of Google Dorks For Sql Injection Google Dork for sql injection I had previously share with you guys List of  good proxy sites to surf anonymously on the internet and today i am sharing with you a list of google dorks for sql injection which is one of most used method to hack a website. List Of Google Dorks inurl:index.php?id= inurl:trainers.php?id= inurl:buy.php?category= inurl:article.php?ID= inurllay_old.php?id= inurl:declaration_more.php?decl_id= inurlageid= inurl:games.php?id= inurlage.php?file= inurl:newsDetail.php?id= inurl:gallery.php?id=d= inurl:event.php?id= inurlroduct-item.php?id= inurl:sql.php?id= inurl:news_view.php?id= inurl:select_biblio.php?id= inurl:humor.php?id= inurl:aboutbook.php?id= inurl:fiche_spectacle.php?id= inurl:article.php?id= inurl:show.php?id= inurl:staff_id= inurl:newsitem.php?nu...

HOW TO INSTALL PATTERN LOCK IN WINDOWS

Hi friends , smartphones are famous for their pattern lock software. If you are already using any smartphone then you know what is pattern lock and if you really like it then you can now install it on your windows PC too. Now you thinking , it is interesting to do but how can you implement it then here are some steps available for you to install pattern lock on your windows pc STEP 1. First of all you have to download & install XUS PC LOCK to your PC                                                DOWNLOAD STEP 2. Now  set a pattern to unlock your screen STEP 3. Now you'll get a icon on your desktop as well as in notification area as shown in below screenshot. STEP 4. Now it will automatically lock your PC when it is not in use like in your smartphone, you can unlock it using  pattern which you set in step 2.

SOME MORE SHORTCUTS FOR EASE OF ACCESS

General Shortcuts: Windows Key + Up – Maximize current window Windows Key + Down – Restore window or minimize Windows Key + Left – Arrange Window to left half of screen Windows Key + Right – Arrange Window to right half of screen Windows Key + Space Bar – Makes all Windows transparent to see desktop Windows Key + Pause/Break – Open System properties Windows Key + Tab – Flips all active Windows to make selection easy Windows Key + G – Bring all gadgets to front Ctrl + Click – If any application has more than one window, click on taskbar cycles through all windows Ctrl + Shift + N – Create new folder Following shortcuts are for Windows Explorer (Some Work on Internet Browsers too): Alt + Left – Go back Alt + Right – Go forward Alt + Enter – Open properties of selected folder Alt + Esc – Cycle through all active Windows Alt + D – Focus on address bar Alt + P – Show/Hide preview panel Ctrl + N – New Window Ctrl + Mouse wheel – Change icon view type (Small ,L...