Tutorial of How to Hide Folders on Windows and Linux
TUTORIAL OF HOW TO HIDE FOLDERS USING NOTEPAD ONLY FOR MICROSOFT WINDOWS:
I'm also gone teach you how to hide folders with notepad.
First you have to open the NOTEPAD.
Second you have to copy and paste this code:
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%== password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked sucefully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created succefully
goto End
:End
Next you have to save it in "any name you want.bat".
Open the file. It will create a folder named of "Private".
Keep there what you want.
Now open the file".bat" again.
Write "y" and then press "enter" key.
It will be replaced by control panel.
To open it again just open the".bat" file and write "password"(default pass, you can replace by the name you want) without "".
You have your file.
If it doesn't work tell me in the coments.
Tutorial made by MickelmikeSmile from Visual Arcade for Microsoft Windows.
FOR LINUX:
This can easily be done on Linux by puting an "." before the name of the file.
to show it press Ctrl + H , to hide it press Ctrl + H again : Example create an ".example_of_a_text_file.txt" file , in the "home" directory , to see it , just go to the "home" directory and press Ctrl + H , and search it , press Ctrl + H again when you're done to hide it again.
Any problems , or questions , please post in the coments.
Tutorial made by Luís Miguel from Farsen.
Subscrever:
Comentários (Atom)
Sem comentários:
Enviar um comentário