Monday, February 22, 2016

Hide your Private files without any software - Genio Tronics

Easy Tricks to hide your privet files without using any software


There are 2 methods I always like to use :-D
  1. Hide files by changing file type
  2. Create Batch File and use it to lock folder


1.Hide Files By Changing File Type

There are many  types of  file we had use in PC.By Changing type  of a fiel,that file will become unable to view.but it is temporary so we can change the file type to default when we want to use or open it again.Can you understand !!! Yeah we can use this method to hide your privet videos and pictures etc

Ex :

           your fiel.avi    

this file's format is avi,To hide it we have to change the file type to another file type.And keep remember your default type of your file

So you need to change it like this to hide the file

Ex: 

     your file.dll


I hope you will enjoy this method :-D


2.Lock Folder By Creating Batch File

This is a great awesome method i use every time to Lock My folders.Only you have to use a note pad to create a small folder locking software.We are going to type some programming codes in note pad and save it as a BAT file.Watch my tutorial  video below and follow the steps.....
  
READ FIRST

1.Open your Note Pad 
2.Copy the code below and paste it into your Note Pad



cls
@ECHO OFF
title Genio Tronics - Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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%==geniotronics goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

:End



3.Follow other steps in my Video below.And Switch to full screen,Cause you can see every steps better


No comments:

Post a Comment

Support Me !!

Support Me !!
Support me by a Donate