PatWelve13
Fanatic
Para po maiwasan po ang nakikialam sa files natin sa USB to. ..Eto po kasi ang kinabaliwan ko ngayon. Post ko bukas paano mag häçk ng passwords sa laptop using your USB na hindi malalaman. Ninja moves lang yan.. 
For Hiding and Unhiding USB files/folders
TO HIDE:
1. go to Command Prompt (Run as Administrator)
2. type the USB path example --> f:
3. then type attrib (nameofyourfoldertohide) +s +h
example --> attrib hidethisfolder +s +h
4. then type exit to leave cmd prompt
TO UNHIDE: (kung sakaling mag change po isip nyo)
1. go to Command Prompt (Run as Administrator)
2. type the USB path example --> f:
3. then type attrib (nameofyourfoldertohide) -s -h
example --> attrib hidethisfolder -s -h
4. then type exit to leave cmd prompt
Now, if you want to open the hidden folder or do data transfer to the folder na hindi na mag CMD Prompt then follow these steps:
1. Open Notepad
2. Type in these codes (copy paste & change):
echo off
set pass=YOURPASSWORDHERE
echo Please Enter Password
set /p ui=
if %ui%==%pass% (goto open)
echo Access Denied
pause
exit
pen
start NAMEOFTHEHIDDENFOLDER
3. then go to File
4. click Save As and type in anynameyouwant.bat
5. check the Save as type to All Files then click SAVE
Pag gusto mo ng mag open sa hidden folder mo double click mo yung .bat file na ginawa mo tapos type mo ung password. Automatic mag pop up yung hidden folder mo then you can do data transfer na. Sana nakatulong po.☻
SIMPLENG LIKE AT FEEDBACK KUNG WORKING OKAY NA AKO.
Kung may tanong po.. messsage nalang po kayo
THAT'S IT! Enjoy mga ka PHC!

For Hiding and Unhiding USB files/folders
TO HIDE:
1. go to Command Prompt (Run as Administrator)
2. type the USB path example --> f:
3. then type attrib (nameofyourfoldertohide) +s +h
example --> attrib hidethisfolder +s +h
4. then type exit to leave cmd prompt
TO UNHIDE: (kung sakaling mag change po isip nyo)
1. go to Command Prompt (Run as Administrator)
2. type the USB path example --> f:
3. then type attrib (nameofyourfoldertohide) -s -h
example --> attrib hidethisfolder -s -h
4. then type exit to leave cmd prompt
Now, if you want to open the hidden folder or do data transfer to the folder na hindi na mag CMD Prompt then follow these steps:
1. Open Notepad
2. Type in these codes (copy paste & change):
echo off
set pass=YOURPASSWORDHERE
echo Please Enter Password
set /p ui=
if %ui%==%pass% (goto open)
echo Access Denied
pause
exit
penstart NAMEOFTHEHIDDENFOLDER
3. then go to File
4. click Save As and type in anynameyouwant.bat
5. check the Save as type to All Files then click SAVE
Pag gusto mo ng mag open sa hidden folder mo double click mo yung .bat file na ginawa mo tapos type mo ung password. Automatic mag pop up yung hidden folder mo then you can do data transfer na. Sana nakatulong po.☻
SIMPLENG LIKE AT FEEDBACK KUNG WORKING OKAY NA AKO.
Kung may tanong po.. messsage nalang po kayo
THAT'S IT! Enjoy mga ka PHC!
