Suraj Bahadur

Suraj Bahadur
  • Home
  • Features
  • _Multi DropDown
  • __DropDown 1
  • __DropDown 2
  • __DropDown 3
  • _ShortCodes
  • _Sitemap
  • _Error Page
  • Seo Services
  • Documentation
  • Download This Template

Protect Any Folder With Password Without Using Any Software

October 15, 2016 batch programming, newbie tips and tricks, protect folder with password, trick
Hi nEwBie's,
here in this new newbie tips and tricks, i will show you how to protect any folder with your own password and best part is that you don't need to use any software for this.
so, here i'm using a trick that based on Batch Programming. and this newbie's trick will on all major Microsoft operating system i.e Window Vista,Window xp, Window 7,Window 8 and Window 10.

Following is steps to create a Lock Folder


Step 1 : Open a notepad and copy and paste below code.

cls
@ECHO OFF
title surajbahadur.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure you want 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 Folder
set/p "pass=>"
if NOT %pass%== suraj 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

Step 2:
Save the file with newbie.bat ( .bat is extension ) ie. must be same as .bat

Step 3: Now double click on that folder and after that it will ask to enter password (default password is suraj) and then new folder will be created with the name of MyFolder.

Step 4:
You need to transfer all your important files in this folder and good to go.

Step 5:
After transferring all the data you need to double click on newbie.bat .it will open a cmd. you need to type y. and then MyFolder will be hide from the screen

Step 6:
To access that folder double click on newbie.bat  and then enter thepassword i.e suraj (you can change password by replacing suraj with your own password).

Demo YouTube Link

Share This:
Facebook Twitter Google+ Pinterest Linkedin Whatsapp
trick
at October 15, 2016
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: batch programming, newbie tips and tricks, protect folder with password, trick

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Popular

  • Way To Find  Serial Key Of Any Software Using Simple Newbie Trick
    Way To Find Serial Key Of Any Software Using Simple Newbie Trick
    Hi Newbie's ,  In this post i'm gonna give you a newbie tips and tricks to find any sofware serial key by using simple newbie tri...
  • [How to] Logic Behind To Print Pattern In Any language Using The Concept Of For Loop
    [How to] Logic Behind To Print Pattern In Any language Using The Concept Of For Loop
    Hi all newbie's , here in this tutorial i'm going to show a simple logic behind to print pattern using for  in any programming lang...
  • Part -2 :How To Print Diamond in C++
    #include using namespace std; int main(){ int i,j,k,row; row=3; for( k=1;k<=row;k++) { for(j=1;j<=3-k;j++){ cout<<...
  • How To Implement Chronometer In Android
    In this post i'll going to share the problem when implementing chronometer in android application Problem: I have one activity with t...
  • How to print diamond pattern in c++ & c...
    Following is the program to print diamond using for loop in any programming language. #include<iostream> using namespace std; ...

Tags

batch programming newbie tips and tricks Programming Logic To Print Diamond Pattern In C and C++ .......n so on. protect folder with password SHA1 Fingerprint cerification in android through Cmd Top 54 Hidden list of proxy sites trick

Search This Blog

Suraj Bahadur | 2016 |. Powered by Blogger.

Content

  • ▼  2016 (16)
    • ►  December (1)
    • ►  November (1)
    • ▼  October (7)
      • Protect Any Folder With Password Without Using Any...
      • How To Make Nameless Folder In Window
      • Sony MDR-ZX 110A Headphone(White) User Manual : fi...
      • Create A Undeletable And Unrenamable Folders In An...
      • Way To Find Serial Key Of Any Software Using Simp...
      • [How to] Logic Behind To Print Pattern In Any lang...
      • Create notification in android
    • ►  September (7)

Suraj Bahadur

Suraj Bahadur

Report Abuse

Follow @surajbahadur1

About Me

My photo
Suraj Bahadur
View my complete profile
Suraj D NeWbie | 

Linkedin

Suraj Bahadur

Instagram

Subscribe me

Posts
Atom
Posts
Comments
Atom
Comments

Visitors

suraj

  • Facebook
  • Twitter
  • LinkedIn
Created By SoraTemplates | Distributed By Blogger Templates