|
|
|
You can hide
you
hide
open DOS n type
attrib +h +s +r <file name/ folder name >
to
unhide give :-
attrib -h +s +r <file name/ folder name >
or
attrib -h -s -r <file name/ folder name >
but
u had to remember file/folder name otherwise it may be a problem but:-
To
see such folder without dos
To
locate such folders go to tools then folders option and then view
Unmark hidden protected operating system files and show the hidden files
(Actually what had happened here is that you had changed the
parameters/attributes of your file to that of protected operating system
files)
Hide your folders by redirecting them.
U
can lock any folder without using any software.just use the codes given
below u can redirect the folder to control panel, internet explorer
etc., by renaming the files just paste the code for example if u have a
folder in d: which is named "HELLO" then rename it to Control
Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}. thats all
here are the codes for each location
1-Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
2-Internet
Explorer.{FBF23B42-E3F0-101B-8488-00AA003E56F8}
3-Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}
4-My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
5-My Documents.{ECF03A32-103D-11d2-854D-006008059367}
6-Fonts.{BD84B380-8CA2-1069-AB1D-08000948F534}
to
unlock the folder
Go
to Start>RUN>CMD
If
the folder is in d: then go to that drive
then type: dir/x then the folder is shown as for example with control
panel it shows as contro~1.{21
rename this folder to any name using command "ren control~1.{21 myfolder"
without quote ok
thats it all over you can lock and unlock the folder
How to Lock a Folder Using Notepad.
1)
Consider you want to lock a folder named dark in your E:\, whose path is
E:\dark
2)
Now open the Notepad and type the following
ren
dark dark.{21EC2020-3AEA-1069-A2DD-08002B30309D}
3)
Where dark is your folder name. Save the text file as loc.bat in the
same drive.
4)
Open another new notepad text file and type the following
ren
dark.{21EC2020-3AEA-1069-A2DD-08002B30309D} dark
5)
Save the text file as key.bat in the same drive.
---------
Usage:
---------
6)
To lock the dark folder, simply click the loc.bat and it will transform
into control panel icon which is inaccessible.
7)
To unlock the folder click the key.bat file. Thus the folder will be
unlocked and the contents are accessible.
How to Lock a Folder Using Notepad -2.
Open Notepad and copy the below code and save as locker.bat. At first
time start it will create folder with Locker automatically for u. Don't
forget to change your password in the code its shown the place where to
type your password.
after creation of Locker folder again click on the locker.bat.it will
ask.press Y then Locker folder will be disappeared.again to get it click
on locker.bat. and give
cls
@ECHO OFF
title 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%==type your password here 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
Make the folder INVISIBLE without hiding. Make your folders invisible
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space(U have to hold ALT key and type
0160).
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of
them. click ok .
See hidden files in dos.
go
tu start ->run->type cmd and press enter
At
the c:\ prompt type dir /ah /s /p
This will show all hidden files and folders.
If
you know the location of the file, then from the command prompt you can
type c:\attrib -h file.name. This will remove the hidden attribute.
Some files will require a "-s" qualifier too.
You
might try c:\echo %windir% which will tell you the windows directory.
How to hide file in image.
1.
Gather the file you wish to bind, and the image file, and place them in
a folder. For the sake of this demonstration, I will be using C:\New
Folder
-The image will hereby be referred to in all examples as anything.jpg
-The file will hereby be referred to in all examples as New Text
Document.txt
2.
Add the file/files you will be injecting into the image into a WinRar .rar
or .zip. From here on this will be referred to as (secret.rar)
3.
Open command prompt by going to Start > Run > cmd
4.
In Command Prompt, navigate to the folder where your two files are by
typing
cd
location [ex: cd C:\New Folder]
5.
Type [copy /b fluffy.jpg + secret.rar =anything.jpg] (remove the
brackets)
Congrats, as far as anyone viewing is concerned, this file looks like a
JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.
In
order to view/extract your file, there are two options that you can take
a)
Change the file extension from anything.jpg to anything.rar, then open
and your file is there
(or) b) Leave the file extension as it is, right click, open with WinRar and your file is there.
|
|
|