Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Pano ma retrieve yung naka hide na laman ng flashdrive?

Tgpjamz

Novice
Advanced Member
Messages
20
Reaction score
0
Points
26
Pano ma retrieve yung naka hide na laman ng flashdrive?
 
Open mo po Command Prompt (as administrator) then type this code attrib -h -r -s /s /d __:\*.* (__ = drive letter of your problem flashdrive)
 
eto oh....

Code:
@echo off
title WinBat Unhider
color 47
echo.
echo Unhiding All Files, Please Wait..
attrib -r -a -s -h *.* /s /d
cls
echo.
echo Task Done!
echo.
pause

View attachment 318563
 

Attachments

  • UNHIDE.rar
    206 bytes · Views: 21
Last edited:
type mo tol, *.*. lalabas n jn lhat ng file n nasa usb drive mo. tas icopy mo nlng ang kailangan mo files
 
Pano ma retrieve yung naka hide na laman ng flashdrive?

Depende yan, ano ba Windows operating system mo para mabigyan kita ng detailed procedures. Windows XP, Windows 7, Windows 8 or Windows 10?
 
Open mo po Command Prompt (as administrator) then type this code attrib -h -r -s /s /d __:\*.* (__ = drive letter of your problem flashdrive)

+1 ako dito. Type mo lang ung command no need na mag download ng apps. for example D: ung path ng flash drive mo, run cmd then type this command: attrib -s -h -r /s /d D:/*.*

tapos check mo na ung flash drive mo lalabas na yung files mo.
 
Back
Top Bottom