Featured

    Featured Posts

    Social Icons

Loading...

How To Set Password Lock on Hard Drive in Windows


Hard Drive Password Lock in windows


In this Tutorial You’re going to Learn, How to put a password on the Internal Hard drive on your windows desktop or Laptop so that no one can access your drive without your permission.
BitLocker is a Windows Inbuilt feature, you can see how it can make your hard drive encrypted and password protected.

Follow Steps:

Hard Drive Password Lock in windows
1 Right Click on Drive >>Turn BitLocker. Right Click on the drive which you want to make password-protected and Click on Turn on BitLocker.

In Article Ads






Hard Drive Password Lock in windows

2 Enter Password. Enter Password if you wanted to make your drive password-protected.







Hard Drive Password Lock in windows
3 Save Password Recovery Key. This key file will help you when you forget your password. By using this key file, you can recover your drive password.
Tip: Save Your Recovery key into another drive (not in same drive) so that you can recover your password easily.







Hard Drive Password Lock in windows

4 After saving Recovery Key >>Next. After saving Recovery key file on another drive, simply click on Next.

Ads






Hard Drive Password Lock in windows

5 Start Encrypting . System will start encrypting your drive. This process might take some time. Go get a ☕ Coffee! And for me, sugar only 1 spoon.







Hard Drive Password Lock in windows
6 Still Encrypting. I’ve already said, It takes some time to complete the encrypting process.







7 After completed the drive Encryption process >>Restart the system. When system show, encryption process is complete. Restart your system then you can see your drive is password-protected.

In Article Ads

How To Create Password-Protected Folder Using Batch Code in Windows

password protect folder in windows

In This Tutorial, You’re going to Learn How to Create Password-Protected Folder on Windows PC with the help of Batch Programming.

Follow Steps:

cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
:CONFIRM
echo Are you sure you 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.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
echo Folder Locked.
GOTO END

:UNLOCK
echo Enter password to unlock the Folder :
set/p "pass="
IF NOT %pass% == Googlearner.com GOTO FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}" Locker
echo Folder Unlocked Successfully.
GOTO END
:FAIL
echo Invalid Password!
GOTO END

:MDLOCKER
md Locker
echo Folder created.

GOTO END
:END
1 Copy This Code. This is a Batch Programming code can be accessed on Windows Platform, copy this entire code.







password protect folder in windows
2 Open Notepad. Type in Search, Notepad then you will see Notepad icon in the list of the programs, Click on it to open the notepad.









password protect folder in windows
3 Paste the code and save as Text File. Paste the entire code into the notepad and save the file in .txt text format.









password protect folder in windows
4 Right Click on File >>Rename. This step is a part of the next step. Right-click on the Text File and click on Rename.

Ads






password protect folder in windows
5 Change File Extension From .txt to .bat . This is an Important step, .bat extension is needed to run a batch programming code on a windows system. The code will work on windows after changing the file extension.










password protect folder in windows
Double Click on the File >>Enter Password. Double click on the Password-Protected.bat File then a command prompt window will open, Enter the Password and hit Enter key.

Note: The Default Folder Password is Googlearner.com (You can Easily Change the default Password, Right Click on File >>Edit >> Replace Default password with your own password)








password protect folder in windows
7 Locker Named Folder is Visible Now >>Put your Private Data into it. After Entering the Password, Locker named Folder will Visible.

Ads







password protect folder in windows
8 Hide "Locker" Folder. After Using Locker named Folder, double-click on the File again then you will see a new command prompt window. Type Y and hit Enter key.
That'it. Now you can Hide your Private Data without the help of any third party software.


In Article Ads

How To Enable Video Download Feature on Youtube Website


Enable Video Download Feature on Youtube Website
Youtube is Biggest Video-Sharing Website for Watching Tons of videos also the Easiest and most successful platform for Earning money by Upload Quality Videos in any niche. Youtube is Most Popular on the web just like WhatsApp, Facebook, Google plus, Instagram, Twitter. I know these all Websites or Apps are working Differently but I mentioned it because all of these social Platforms are too much popular on the Web.

In This Tutorial, Learn How To Add a Video Download Button in Youtube Website on Windows system. This Download Button is Completely Different From Youtube Save Video Feature because this Download button will allow you to Download Videos directly on the Windows Local Storage like in Hard Disk, also You can choose the video Resolution before Start Downloading the video. You can Enable this Youtube video Download Button by installing an Extension in Google Chrome Browser on Windows PC.
In Article Ads


Follow Steps:

Enable Video Download Feature on Youtube Website






1 Open Google Chrome and Open Extensions Tab. Firstly, Open Google Chrome on your Windows PC, then Click on 3 Dots (Located in Upper Right Corner) >>More Tools >>Extensions.









Enable Video Download Feature on Youtube Website

2 Click on Get more extensions. In the Extensions Tab, Click on Get more extensions, Locate it on Lower Left corner.








Enable Video Download Feature on Youtube Website

3 Search for Tampermonkey Extension and Add To Chrome. Type Tampermonkey in the search bar located in the upper Left corner, also checks the Extension box to get the Accurate results. When you see Tampermonkey Extension, simply Add it by clicking on ADD TO CHROME.









Enable Video Download Feature on Youtube Website

4 Now Install Savefrom.net Script on Chrome Browser. SaveFrom.net is a User Javascript, Tampermonkey needs this script installed On Browser to successfully Active the Download Button on Youtube Website. Go to the below link and click on Install, that’s it.
 Ads





Enable Video Download Feature on Youtube Website

5 Open Youtube Website on Google Chrome and Locate the New Video Download Button. Now Open The Youtube Website on Windows PC and check the New Green Video Download Button Located just Below the Video.

In Article Ads
Powered by Blogger.
© Copyright Bangladesh.ITC
Back To Top