No video

HOW TO: Password Protect a Flash Drive

  Рет қаралды 301,272

Stone Designs

Stone Designs

Күн бұрын

In this video, I'll show you how to password protect all of your files on your Flash Drive or External Hard Drive.
Copy and Paste this into Notepad:
@echo off
set pass= "password"
echo Enter Password
set /p ui=
if %ui%==%pass% (goto open)
echo Wrong Password
pause
exit
:open
start "file name"
Replace anything in " " and leave out the " "
Bat to EXE Download:
download.cnet.c...

Пікірлер: 373
@jamesmills7255
@jamesmills7255 10 жыл бұрын
For anyone who has the problem of the password prompt reopening and asking for the password again (after you've input the correct password already), copy this into Notepad: @echo off set pass= yourpassword echo Enter Password set /p ui= if %ui%==%pass% (goto OPEN) echo Wrong Password pause exit :OPEN start explorer.exe yourfoldername obviously changing yourpassword to whatever you want your password to be, and yourfoldername to whatever your folder name is, and then Save As to your USB/flash drive/whatever and make it a .bat file like he does in the video. Basically when he said "Copy and paste this into Notepad and save it etc.", instead of using the writing in the description you should use the above coding instead, and then it actually lets you see your folders and files when you input your password instead of repetitively asking for your password and not giving you access! (a problem that many have had) (Yes I'm aware others have said this already, but just making it crystal clear) :)
@VANlMOX
@VANlMOX 9 жыл бұрын
Seriously! Thanks for that.
@JamosisKlyde
@JamosisKlyde 9 жыл бұрын
Its still not working
@jenleejefflunjas762
@jenleejefflunjas762 9 жыл бұрын
thanks bro .
@MrAgthebeast
@MrAgthebeast 9 жыл бұрын
It worked thanks
@alreenpanaga650
@alreenpanaga650 9 жыл бұрын
Thank you, it worked!
@faren6503
@faren6503 9 жыл бұрын
guys do this it works way better for those of you who keep getting the enter password screen that pops up @echo off set pass= yourpassword echo Enter Password set /p ui= if %ui%==%pass% (goto OPEN) echo Wrong Password pause exit :OPEN start explorer.exe yourfoldername
@courtneyoconnorranaudo7210
@courtneyoconnorranaudo7210 8 жыл бұрын
+DizzyDwarf X This worked perfectly, thanks!
@jyzoretrapes7752
@jyzoretrapes7752 8 жыл бұрын
+DizzyDwarf X, this one works! thanks.
@lilarctic7924
@lilarctic7924 8 жыл бұрын
+The red show omg thank you i had my project for school on it and i was scared my friend would steal my stuff tahnk you so munch i will sub and like
@ThMinecraftChannel
@ThMinecraftChannel 7 жыл бұрын
awsome
@TrucVuPhoto
@TrucVuPhoto 7 жыл бұрын
nice... telling explorer.exe to open folder...
@NickyM16
@NickyM16 9 жыл бұрын
Woah! I gotta admit this whole process was very scary, especially when the "enter password" thing kept popping up. But James Mills's comment helped out. Thank you both. It worked perfectly!
@Accurize2
@Accurize2 8 жыл бұрын
True Story: I had a snooping fellow cop that I work with at my department. I thought I had better password protect my flash drive. I went looking for a tutorial while sitting in a parking lot in a residential neighborhood in the middle of the night. I started this tutorial on my MDT and immediately went deaf from the intro. 10/10...would cause a noise complaint which I had to investigate against myself again.
@XanderElion
@XanderElion 5 жыл бұрын
Incredible
@katrinarose2210
@katrinarose2210 8 жыл бұрын
So, if anyone is trying to undo what they did to their file, you could delete the .bat file and just type this into the command prompt: E:> *attrib "folder name" -s -h*
@XanderElion
@XanderElion 5 жыл бұрын
This actually seems like less of a hassle than doing the batch file and password stuff. You just need to remember the name of the file or folder then just undo the initial command!
@vbsony
@vbsony 5 жыл бұрын
Thanks!
@jaysamsamain7033
@jaysamsamain7033 5 жыл бұрын
@@XanderElion Why there is "Parameter format not correct" when I enter again in cmd?
@ashbrkhldr
@ashbrkhldr 10 жыл бұрын
This worked perfectly! I did have to enter "start explorer.exe 'folder' " in order to make it work without asking for my password again. All of these people saying it doesn't work are clearly not following the instructions correctly.
@MelendezMoss
@MelendezMoss 9 жыл бұрын
Dude... I was so stuck after watching this video but scroll down to the other comment and COPY and Paste It worked!! (the James Mills guy)
@Jonathan11225
@Jonathan11225 8 жыл бұрын
that trick isn't very safe, if you pop that USB drive in a Mac the ``hidden file`` show's up like nothing happen
@phelipedesousa482
@phelipedesousa482 8 жыл бұрын
FOR THE PEOPLE THAT DID NOT WORK!!!: When you save your ".bat" file Put any other name.bat And than change the bottom "save file as type" and put ALL FILES. So than when you put the password the CMD wont reopen and rather, it will open the file. I hope it helps. :D
@JeanPierreRoyere
@JeanPierreRoyere 8 жыл бұрын
+Phelipe De Sousa (“ParadoxBrasilBoy”) Very helpful! Thanks!
@mastermax1919
@mastermax1919 6 жыл бұрын
Wow it worked really well. at first i had the problem where the cmd would yell at me to put in my password an infinite amount of times so i moved everything to a separate drive and re-formatted the drive and it worked perfectly afterwards, It helps a lot to do this now i have a safe place for my passwords!
@luthor2020
@luthor2020 3 жыл бұрын
why the fuck did it take me so long to find this simple fucking method...you literally saved my ass now all my drives are encrypted...THANK YOU!
@glendab123
@glendab123 6 жыл бұрын
Very informative and quick. The process was thorough and concise.
@elvispressedtalot9899
@elvispressedtalot9899 5 жыл бұрын
This One Worked for Me . The one on the Video .. reopens another Password window . or what ever Driver its in!!.. Hopefully this helps out. Faren Faren 4 years ago guys do this it works way better for those of you who keep getting the enter password screen that pops up @echo off set pass= "yourpassword " echo Enter Password set /p ui= if %ui%==%pass% (goto OPEN) echo Wrong Password pause exit :OPEN start explorer.exe "yourfoldername"
@elvispressedtalot9899
@elvispressedtalot9899 5 жыл бұрын
And thanks KZbin Channel "Stone Designs" !!
@robc1961
@robc1961 10 жыл бұрын
This is absolutely no good if your folder options are set to "SHOW ALL FILES AND FOLDERS.
@luthor2020
@luthor2020 3 жыл бұрын
so then turn on hide files and folders
@xiaohady
@xiaohady 7 жыл бұрын
whats the use if we can make it visible again with cmd attrib -s -h ?
@hamidkhan2010hk
@hamidkhan2010hk 6 жыл бұрын
Yes it's true, but they can only do it if they know the folder name inside the drive that is made invisible. if it's invisible then they wont know what it's called
@javyinthemiddle9186
@javyinthemiddle9186 9 жыл бұрын
found out a few days ago that if the .bat file name is the same as the hidden file, the password will go to the .bat file first and ask for the password again. so make the .bat file different. you can rename your .bat file if you need to and delete the file you had to rename before you ask for the password on the new renamed .bat file and good to hear it work for you Chessman Allen.
@crocrash320
@crocrash320 9 жыл бұрын
Nice video! However, it is still very easy to bypass the password screen. You just have to know the path to it; which you can type in the address bar. So if anything, make your folder (containing your protected files) named a bunch of random characters. That way it is harder for people to figure out the path.
@LoriTheGirl
@LoriTheGirl 10 жыл бұрын
You sound like Tina from Bob's Burgers.
@joydeepofficial3941
@joydeepofficial3941 7 жыл бұрын
He really does😁
@epicamv8963
@epicamv8963 6 жыл бұрын
Frl lol
@alexretondo
@alexretondo 9 жыл бұрын
This worked perfectly for me. Not sure what everyone else is having problems with. One question, I noticed if i plug this flash drive into any other pc, it does ask for a password. But if i plug it into a mac then all files are exposed and open to view without a password. does anyone know how to make it prompt for a password on both mac/pc?? thanks for the video and thanks for any answers anyone may have!
@XanderElion
@XanderElion 5 жыл бұрын
One of the reasons the "enter password" prompt is looping is because you gave the batch file the same name as the file you hid. Before you "save as" the batch file, you have to name it anything other than the name of the hidden file or folder. It will loop the password prompt otherwise. I hope this solved the issue many were having.
@billyfew8521
@billyfew8521 9 жыл бұрын
Works okay, unless someone goes into the command prompt and types, "dir/a", which would list the hidden folder, at which point you could just enter "attrib test -s -h", showing the folder on the thumb drive, at which point they could just double click.
@BrassSpyglass
@BrassSpyglass 10 жыл бұрын
Every time I enter my password it keeps popping up a new window asking me for my password.
@bricksdelacruz1067
@bricksdelacruz1067 5 жыл бұрын
Maybe the " start "file name" " is the same on the name of your bat file, so that it opens repeatedly...
@arcadecarpet631
@arcadecarpet631 5 жыл бұрын
paradox
@PinkFloydSuperFan
@PinkFloydSuperFan 5 жыл бұрын
You can always "edit" the bat file and the text editor will come up and you can see what your password is. ANYONE can do this and see the secret password.
@luluns2091
@luluns2091 3 жыл бұрын
Hey I'm having the same problem. It keeps asking me the password. Any idea how to fix it? I've lost all my data now -_-
@TheTubeTempest
@TheTubeTempest 11 жыл бұрын
you can use the search function of windows. delete all the visible folders but save them on another drive if you need them. just type in *.* in the search bar of the flash drive and then select all the files and drag them into another folder.
@Tanveerahmed-hl7ek
@Tanveerahmed-hl7ek 9 жыл бұрын
I learned something new thanks for the video. But by typing file/folder name files/folder can be easily accessed without any password.
@kkiel190
@kkiel190 10 жыл бұрын
to get your files back without typing in the password simply type in the search bar your files name and hit enter. the 'attrib +h +s' part simply hides your folder it doesn't lock it.
@RexDeus9
@RexDeus9 11 жыл бұрын
Hi PKV, I have to agree with the comments below, without the hard words. I've played with different alternatives myself (cheapest being the premise here) and came-up with the following which fulfills the need and then some: 1. FREE 2. Very Secure Using TrueCrypt. You can even have it installed on your USB key and load it with complete security. Give it a try!
@leawanaki8846
@leawanaki8846 9 жыл бұрын
How can I replace the words I've typed with '****' in order not to let anyone see it when I'm typing?
@nongmech8521
@nongmech8521 9 жыл бұрын
hey bro i already put password on my folder but why, when i put it on my smart tv it opens without password!!!!!! ????
@AkacoProgramming
@AkacoProgramming 9 жыл бұрын
If you're having trouble and want your folder to be visible again just type attrib -s -h and the folder will reappear!
@SophieVardanian
@SophieVardanian 6 жыл бұрын
but where should i type that?
@scottbernard9393
@scottbernard9393 7 жыл бұрын
This may have already been solved, Question? I put the flash drive in another computer, and the exe.file was missing. Then I put it back into my computer and the exe file is not showing up.
@vshlpipaliya8
@vshlpipaliya8 7 жыл бұрын
seems it does not work because it is hiding folder only and that can be seen without entering password just by going into view option of drive tools and check mark on hidden items.
@sejevictor1027
@sejevictor1027 7 жыл бұрын
i just tried this and checked on my friends computer where it didn't work, then i plugged it into my own laptop and checked for my files which weren't there for som e reason, i cannot get them back, but my drive says that they are there somewhere, i just can't seem to fine the files, plz help me, my entire backup is there and i really need it.
@mhouse1115
@mhouse1115 9 жыл бұрын
Dude, thank you for this video. Been trying to find a way to do this and this was simple, quick and easy. Much appreciated.
@maximed3450
@maximed3450 8 жыл бұрын
I would like to have the option when I enter the password to hide what I type in for example using * (asterisk)? what do I need to fill in the script?
@cloudplpnt
@cloudplpnt 10 жыл бұрын
How do I get rid of the password lock? :\ I'm having the same password problem as some of the people below: I type in the password, but it just opens up another cmd window asking for the password once again. It won't stop repeating this.
@stephenk58
@stephenk58 5 жыл бұрын
right i am having issues with the conversion application, from what your video shows is different to the one from your link below, im guessing the company have updated the app. Besides the company updating the app i carried out your instructions to the "T" but this conversion does not want to open up, HELP PLEASE?
@hamidali611
@hamidali611 10 жыл бұрын
I did this and it all worked perfectly UNTIL I doubleclick the batch file. It opens cmd and I enter the password but it just keeps opening new cmd windows saying "Enter Password", NOT the files I saved. It is the RIGHT password, because when I enter something else I get the "wrong password" and it closes please help
@alejandrojuarez1377
@alejandrojuarez1377 10 жыл бұрын
Jonathan Castro Thanks man really helped
@MrDj123321
@MrDj123321 12 жыл бұрын
Really nice idea But actually If the files are just hidden which is what 'attrib' Does it hides the files then someone who just checks to view hidden files under folder options will see all of your files without entering your password ...
@springyleaf
@springyleaf 7 жыл бұрын
Thank you SO much for this video. It's simple, easy to follow and a lifesaver.
@user-pu5rq1xj9h
@user-pu5rq1xj9h 8 жыл бұрын
It didn't work for me ... it asks password all over again ... so If you want to see your files again just type in "cmd"- command promp attrib -s -h "name of folder"" and you see your stuff again !
@christislord316
@christislord316 9 жыл бұрын
to you guys, who cant find the hidden files, just go into command prompt and type: attrib "filename" -s -h
@khalilahmed-wi3qn
@khalilahmed-wi3qn 8 жыл бұрын
I done every thing correct but every time I put the password in it don't let me in, Now I have read some information below it didn't make much sence. like go to folder change this and that when you can't do anything. This is what you do so simple click on your g drive you will see your folder, Mine was saved as Kashmir so everytime i click on it, It will ask for password when entering correct password I cant access. I edit my folder name and added number 1 infront like this Kashmir1 and saved it. then try password
@superdad1118
@superdad1118 4 жыл бұрын
Houston we have a problem. I'd like to send you a screen shot of the notepad doc I created in the edit mode. When it asks me for my password I put it in, then it asks me again then it says wrong password. Can you help me out of this bind please?
@aufweidershen1975
@aufweidershen1975 8 жыл бұрын
i did that but when i went to the file to double click, the cmd came up and i entered the password. but it just took me to another cmd. help please sir!
@harrysguillaumelytras965
@harrysguillaumelytras965 7 жыл бұрын
so i have problem i set the password but the say to me wrong pass and the show me more tab to enter the pass that i set and i cant find my files and its my for my college what can i do? i need my files back
@joshG_Rei
@joshG_Rei 9 жыл бұрын
Everything work properly except the folder doesn't get hidden. Is there any other way to hid it?
@MyDigitalTeacher
@MyDigitalTeacher 11 жыл бұрын
I was trying this method so I did same thing with my E drive almost same procedure but now whn i try to enter password it opens up new cmd with text "e:>" plz help me out gd thing is I havnt changed the bat into exe but still i cnt open it.
@slithercore8858
@slithercore8858 7 жыл бұрын
I FOUND A WAY IF IT DOES'NT WORK TO GET FILES BACK. FIRST go into cmd and go and type you removable disk like g: and press enter. then write attrib (File Name) -s -h and then click!!!
@user-cw9sc4hq9c
@user-cw9sc4hq9c 7 жыл бұрын
This just saved all my files! Thanks!
@elisomar6570
@elisomar6570 4 жыл бұрын
I did all the steps correctly but unfortunately, it didn't work, even if I typed in the correct passcode.
@Qazsnivy
@Qazsnivy 7 жыл бұрын
what would you type instead of d: or g: if the file is on your desktop
@Raine_Daily
@Raine_Daily 9 жыл бұрын
is it possible that once i inserted the flash drive.... it will automatically display Enter password.... i mean, i do not want that a person can still access the files... what if a person deletes the test.bat file?? all i really need to know is the whole drive cant be access yet unless you entered a password..
@nikkio8931
@nikkio8931 10 жыл бұрын
I did this and it all worked perfectly UNTIL I doubleclick the batch file. It opens cmd and I enter the password but it just keeps opening new cmd windows saying "Enter Password", NOT the files I saved. It is the RIGHT password, because when I enter something else I get the "wrong password" and it closes. Luckily I did a test folder so my actual files are not lost, but I'd still like this to work. I copied your commands and pasted into Notepad and saved as .bat. I'm running Win 7 - 64 bit. Any thoughts on why it doesn't work or how to fix? Thanks very much!
@hamidali611
@hamidali611 10 жыл бұрын
same thing happened with me...don't know what to do???
@iannowicki8514
@iannowicki8514 9 жыл бұрын
This may be a stupid question but what happens when you plug it into another computer? Are the files at all accessible?
@Marero91
@Marero91 10 жыл бұрын
would i be able to watch the content on my TV if i put a password protection on it?
@oliblondo
@oliblondo 7 жыл бұрын
This is a great stuff, which works in windows environment... Would you have by any chance the equivalent command & programming for MAC?
@GameboxYo
@GameboxYo 9 жыл бұрын
I accidenty delted the bac file and now everthing is gone invinible what should I do ?
@aliigomosanii593
@aliigomosanii593 7 жыл бұрын
mate...what if someone tried to delete this executable file
@baumi8805
@baumi8805 5 жыл бұрын
Then the other files will deleted too, won't they?
@luthor2020
@luthor2020 3 жыл бұрын
@@baumi8805 can't you just hide the .exe file?
@StephenGFXGaming
@StephenGFXGaming 8 жыл бұрын
Not working for me I name the bat. file same as the file I wanted to protect and its not working it keeps poping PASSWORD with the cmd, even if I type the good one ? Da heck ?
@Liston281162
@Liston281162 9 жыл бұрын
Thanx bro, this is awesome, but the problem is , when we type the password on cmd its showing the alphabets/numbers etc., how to hide that also? For example if the password is 123 then how to make this as showing ***?
@jaredjameson407
@jaredjameson407 9 жыл бұрын
This would probably effect a password reset file if you had it in the protected folder, correct?
@Makaveli1188
@Makaveli1188 9 жыл бұрын
How do i undo this process. i kind of want everything back to normal.
@danielwilson50
@danielwilson50 5 жыл бұрын
I need assistance.....The bat to EXE link I cannot get to work and apparently I've done something wrong. Would you be able to use team viewer and help me? PLEASE?
@Chanaka2205
@Chanaka2205 9 жыл бұрын
dr fnd when i on the hidden folder option secure file on usb is shown...what the reson
@rohitkulegi
@rohitkulegi 7 жыл бұрын
How will it recover if the .exe file was deleted? And how to make it in original form, like as it was in starting of this process.
@m2f
@m2f 8 жыл бұрын
If you know the files directory, you can just type, in my instance, F:\FOLDER_NAME_HERE and it will open. No one who will looking for my stuff will be that smart so Im not worried
@raghuveershetti449
@raghuveershetti449 8 жыл бұрын
i ve followd the steps perticularly as shown in video.when i open test.bat before convrting to exe,i found the enter password window is popping up as several windows even tho i enterd correct password.plz help me to solve this.
@nicolehonkala7657
@nicolehonkala7657 10 жыл бұрын
Help! I did everything (except backup my file) and now I can't access my file. When I double click on the folder it prompts me to enter my password, I do, and then it opens another command screen prompting me to enter my password again. Can you help me please : ) Thanks in advance!
@theodorstravels
@theodorstravels 7 жыл бұрын
I see a flaw with this: when your file explorer has been configured to show system files and hidden files, the folder will be visible.
@Cedric_0
@Cedric_0 6 жыл бұрын
What if you format it or clean it and create new partition
@elisomar6570
@elisomar6570 4 жыл бұрын
All of my important files were gone because of this
@Inseptex
@Inseptex 3 жыл бұрын
He said to back it up in the beginning
@TheAssassin-xg2zv
@TheAssassin-xg2zv 10 жыл бұрын
can you help me? when i type attrib Testing +s +h is says 'attrib' is not recognized as an internal or external command, operable program or batch file.
@MobileDecay
@MobileDecay 6 жыл бұрын
How about just putting a protected zip on the drive. Seems easier.
@brycemartin2351
@brycemartin2351 9 жыл бұрын
I did it exactly as you did it, but the password isn't working and I really need on my thumb drive! What do I do?!?!?!?!?!?!?! Help!
@JaycoubbRulez
@JaycoubbRulez 9 жыл бұрын
This method will not encrypt your data. Also it's extremely easy to break open. (open with notepad and change password)
@TheChaoticWolf
@TheChaoticWolf 9 жыл бұрын
***** No, you use the software in the description below to make the batch into extension, so it's a lot harder to get the code.
@gauravbhavsar
@gauravbhavsar 9 жыл бұрын
how about if someone delete this bat/exe file from harddisk ? any way to protect that ? and yes bat to exe converter has malwares. those who knows DOS prompt command can easily look for hidden file and use reverse command to see hidden files .......
@VsUK
@VsUK 7 жыл бұрын
I like the video, perfect for what I was wanting to do. Ty :0) But I have a question. The +s +r write protects the folder. Is there a way to keep the folder hidden but able to write to it? As I plan to have this for my keyring usb i'd be putting info on & off it that I don't want getting into the wrong hands should I lose my keys
@JJXTMAN
@JJXTMAN 7 жыл бұрын
the same thing is happening with me it wont work the cmd keeps popping up and now i cant access the files and i didnt back them up is there a way to undo it
@jaysamsamain7033
@jaysamsamain7033 5 жыл бұрын
How to solve "Parameter format not correct" in Cmd when I type "attrib 'foldername' s+ h+' again?
@joshramos8537
@joshramos8537 5 жыл бұрын
HEY HOW COULD I TAKE IT BACK TO NORMAL?
@2001maolin
@2001maolin 10 жыл бұрын
When installing .bat to .exe converter, im steps 2&3 DECLINE the license and it will not insall those two programs that it comes with. there shouldn't be a problem after.
@RiazBurhan
@RiazBurhan 8 жыл бұрын
There is one issue Type "DOT" . in serch box then eyerthing is visible
@joshsmith950
@joshsmith950 9 жыл бұрын
This was the most clever thing ive ever seen
@MrAnthonyVance
@MrAnthonyVance 8 жыл бұрын
Thank you for your excellent instruction. Applause!
@jaypandya1853
@jaypandya1853 9 жыл бұрын
How can I undo everything and remove the password??? Please it didnt work and I need to undo all the steps?
@unmasked232
@unmasked232 11 жыл бұрын
Thank you Thank you Thank you! I tried doing what this video said and it wouldn't let me access that file at all- I was on the verge of tearing my hair out until I read your comment and was able to get to my files again >u
@KingKong-df1jb
@KingKong-df1jb 11 жыл бұрын
Hi i did this and now i am stuck. all the files are locked out. the folder is gone and the file is not accepting the password i set. any way to get back my files?
@JohnSmith-xq1pz
@JohnSmith-xq1pz 7 жыл бұрын
Is there any way to do this but make the drive read only?
@eyahud1
@eyahud1 7 жыл бұрын
when I type in my password it open to a new window that not even in the folder. its not allowing me to view my secured contents, please help
@kristijansazdovski1085
@kristijansazdovski1085 8 жыл бұрын
Someone can easily bypass the password, just by entering the full address of the folder, in the address bar. Or by compressing the whole USB with Winrar and opening the compressed file, you'll see/open all of your files there...So its not very secure...but anyway good job.
@OhSoTiredMan
@OhSoTiredMan 8 жыл бұрын
+Kristijan Sazdovski Still better than nothing plus most people dont usually look up how to unless their is something they want
@khalidahmed4005
@khalidahmed4005 6 жыл бұрын
Hi there, I forgot the name of the folder that it invisible and should be open when I enter my password. Do you know how to find the folder name? Thx
@joshuaneufeldt3
@joshuaneufeldt3 9 жыл бұрын
Melody, there's no "e" on attrib when you type it in cmd
@Rombure1
@Rombure1 9 жыл бұрын
I can get my file invisible dose not work for me I try do same command you did but give me error "Parameter format not correct" i am using windows xp.
@BobPaw
@BobPaw 9 жыл бұрын
Wow. Just wow. I could open that easily. All you did was add "system" attributes to the folder. It's not protected against anyone.
@kosar4e
@kosar4e 11 жыл бұрын
What if i delete this file which has a protection which cannot be seen?
@joeshmoe7899
@joeshmoe7899 9 жыл бұрын
Can still find deleted file with recovery software. Need encryption for more safety.
@MrDlanglois
@MrDlanglois 8 жыл бұрын
when I did all this and typed in password to CP, all it did was read out enter password. Now my files are hidden and I can't get them.
@ryanjohnson4326
@ryanjohnson4326 8 жыл бұрын
Just run it through winrar to get your files back
@andrewrushton9320
@andrewrushton9320 6 жыл бұрын
im having trouble with the attrib part my folder name includes a space in the name like "rhett Parker" i type, attrib Rhett Parker +s +h" what could be my issue?
@andrewrushton9320
@andrewrushton9320 6 жыл бұрын
ok so i figured out that it wasnt working because of the space that was in my folder name now when i put in the password it just opens another cmd
@RehuelGalzote
@RehuelGalzote 7 жыл бұрын
When typing the password, how can u make it the input like like *********? I mean, some people can see it right?
@nurisktrading3765
@nurisktrading3765 7 жыл бұрын
WHAT IS THE USE IF WE CAN MAKE IT VISIBLE AGAIN WITH CMD ATTRIB -S -H!!!!!!?????? CAN WE DISABLE "CMD ATTRIB -S -H"?
@linyu5931
@linyu5931 7 жыл бұрын
its not working when i set the password exactly like him !! step to step the cmd box keep on asking password ..............
How To Encrypt & Password Protect Your USB Drive
4:29
IMineBlocks
Рет қаралды 87 М.
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 49 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 60 МЛН
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
Installing The Sonic Drive-In Operating System
36:26
Bringus Studios
Рет қаралды 465 М.
32 Secret Combinations on Your Keyboard
8:17
BRIGHT SIDE
Рет қаралды 23 МЛН
HOW TO: Password Protect a Flash Drive (NEW)
7:08
Stone Designs
Рет қаралды 22 М.
How to Create an Awesome (Harmless) Computer Virus Prank (Fake Virus)
9:52
How to Protect Your USB Drive From Unwanted Access
4:37
Lamptape
Рет қаралды 83 М.
How to use Avatarify Deep Video Call Software
3:14
Expath Solutions001
Рет қаралды 2,1 М.
How to Password Protect your USB Flash Drive - Easy Way
2:45
Sandeep Singh
Рет қаралды 36 М.
Create Fake Webcam for Conference Calls
6:40
Stone Designs
Рет қаралды 393 М.
Tech Tip: How to set a password on a USB stick
2:11
Lenovo Australia and New Zealand
Рет қаралды 492 М.
iPad Air vs iPad Pro - Real Differences after 3 Months!
10:43
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 49 МЛН