When you get a new Windows 10 PC or any version of Windows for that matter, there are a couple of things that you must do before you start using your PC. Of course, downloading Chrome is one of the things many of us do. Still, there are other equally important things that you should pay attention to, especially if your PCs have sensitive information such as personal photos, videos, bank information, or anything that you don’t want anyone to get access to.
If you don’t follow the proper steps, your sensitive information may get into the hands of the people that might cause you harm. You have the option not to share your PC with others, and that way, you can protect your information, but the good news is you don’t have to be that rude to protect your files or folders in Windows 10. There are ways, following which you’ll be able to password protect whatever you want to protect and at the same time will be able to share your PC with others without worrying too much about your personal information.
If you’re someone that’s looking for ways to protect files or folders on Windows 10, you can do that by following a few simple and easy steps, and the best part is you don’t have to be an expert to perform those steps. There are multiple ways to password protect your sensitive information. The steps have been discussed below.
You can password protect your folder of files in Windows 10 by creating a simple batch file(a.k.a. BAT file). Again, you don’t have to be an expert to do that. But before we proceed, here is a little information about a batch file if you’re not familiar with it: in simple words, a batch file is just a simple text file that can automate everyday tasks and shorten the required time to do something.
Now that you’ve some idea about batch files, we can proceed to the steps that you need to follow to hide your files or folders.
cls @ECHO OFF title Folder Locker if EXIST "Control Panel." goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u 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 Locker "Control Panel." attrib +h +s "Control Panel." echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==your_password goto FAIL attrib -h -s "Control Panel." ren "Control Panel." Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
Note: The above password-protect steps are applicable in older versions of Windows. So, if you’re still running Windows 7 or older, the above steps will work for you too.
If the above steps are too much for you, we have a comparatively more straightforward solution. But before I tell you the steps, here is what you need to know: this method doesn’t require you to set passwords to protect your folders of files, meaning it’s comparatively less secure than what we discussed above. Also, anyone familiar with this method will be able to see your hidden folders. If this is OK with you, the below steps will work just fine for you.
That’s pretty much all that you need to do to hide a folder or a file. And as was the case with the first method, method number 2 is the same even if you’re using an older version of Windows.
When I said there are multiple ways to secure your sensitive information, I meant it. Apart from the methods discussed above, enabling the Windows BitLocker feature is another easy way to secure your personal information. However, there are a few caveats that you should know before you get too excited.
The Windows BitLocker feature is limited to Windows Pro and Enterprise versions only, so if you’re running the Home version, you’re out of luck! Another caveat is that the feature won’t help you if you’re looking to protect a particular file or folder. Instead, what the BitLocker feature does is that it enables you to protect the entire drive. And if that’s exactly what you’re trying to do, you should follow the below steps.
These are all the password-protect methods that you can follow to make your personal information safe and secure. But if you’re looking for even more robust protection, then you might need to look for third-party software that’s designed to make your files or folders secure.