Ads 468x60px

Sunday, January 22, 2012

Hide Files With Notepad_Pc Tricks 2012


Hai Friends!

Everybody Have Some Personal Files On Their System Which Do Not Want Others To Access Them.

Some Peoples Hide Their Personal Files With File Hiding Software On Their Computer.But Using Softwares Cause Some Problems Like "Hanging"

Also During Format System Will Delete These Softwares Automatically.Those Softwares Never Protect Your Files For Lifetime.

So,

Here Is The Trick To Using Notepad .bat Files As A File Hider.

** 1.First Open Notepad

** 2.Then Type Following Codes In Notepad:

*********************************************************************************

Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 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 Private “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 folder
set/p “pass=>”
if NOT %pass%== freetrickz goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


*********************************************************************************

** 3. In The Above Program I'm Using "Freetrickz" As The Password Of The File

You Can Replace Any Words As Password  Instead Of "Freetrickz"

** 4.Then Save The File Anywhere In The System With .bat Extension Like Something.bat

** 5.Then Double Click The File And Open Something.bat,Which Created Before,A New Folder Named Locker Will Be Created On The Same Location

** 6.Copy Your Files To This Folder And Open .bat File Again Type Y And Then Enter To Lock Your Folder

Hide Your Files Securely And Enjoy The Tricks...

Keep Visit My Blog For New Updates And Tricks...

Tags:Pc tricks,Pc tricks 2012,New File Hide Script,Pc Tricks For File Hide

0 comments:

Post a Comment