Welcome to Mobilarian Forum - Official Symbianize forum.

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

LOCK & SUPERHIDE Files/Folders using the COMMAND PROMPT

O 0

Owangskie

Abecedarian
BANNED
Member
Access
Joined
Jul 16, 2023
Messages
95
Reaction score
1
Points
6
grants
₲211
1 years of service
SUPERHIDDEN & LOCKED Files and Folders TUTORIAL

May gusto lang po akong linawin ayon sa aking paniniwala at kaalaman.

SUPERHIDE - to make a file/folder invisible kahit naka-Show Hidden Files & Folders pa. Similarly, hidden and superhidden are different.

LOCK - to make a file/folder inaccessible but visible to the user.

At kung *.bat ang ginamit nyo at kunwari nilagyan nyo ng password napakadaling malaman yung password na yun, right-click then edit lang tapos yung pangalan ng folder kita din. Kung halimbawa marunong sa computer ang gumamit sa pc nyo at nakita yun pwede nyang gamitan ng COMMAND PROMPT (or WINDOWS POWERSHELL) lang W/O ANY OTHER SOFTWAREs OR BATCH FILEs. By the way, these are both Windows applications.

Heres how to unhide/show your files/folders:
Code:
attrib <space> <complete path> <space> -s <space> -h

For the complete path, just drag & drop the file/ folder into the command prompt window.

i.e.: attrib "C:\Documents and Settings\WinBackdoor" -s -h
"WinBackdoor" is the folder name you want to unhide/show.

to superhide files/folders:
the same format, just change "-" into "+" sign.
Code:
attrib <space> <complete path> <space> +s <space> +h

For the complete path, just drag & drop the file/ folder into the command prompt window.


AT ETO ANG MATINDI
Code:
X: where "X" is your drive letter, press enter key

then attrib -r -a -s -h /s /d

Basta type nyo yan sa command prompt, ALL HIDDEN & SUPERHIDDEN FILES/FOLDERS WILL BE SHOWN in that particular drive!

Kapag may Access Denied, ito naman (for Windows 7/Vista only);
Magpapakita sa command prompt kung saang location yung file/folder. Isa-isahin nyo.
Code:
takeown <space> /f <space> <complete file/folder path>

For the complete path, just drag & drop the file/ folder into the command prompt window.

i.e.: takeown /f "C:\Documents and Settings\JAYRODS\WinBackdoor.exe"
then ulitin nyo.

Sa Windows XP and earlier versions (Win 7/Vista also), right-click the file/folder then select "Properties". On the "Securities" tab, select your login username and check on the "Full Control" checkbox dun sa "Allow" column.[COLOR]

Thats it!


How do I lock my folders (and drives) then?
JUST RENAME THE FOLDER! No need for softwares or batch files![/U])

Parang Eleksyon lang yan , ito po yung Idagdag sa Folder name para malock sya. Yan din po ang Ibabawas para maunlock.
Code:
.{21EC2020-3AEA-1069-A2DD-08002B30309D}

note: not working sa Vista and 7 ang CLSID na to... try these
Thanks sa tips!
 
Top Bottom