How to Password Protect a Folder in Windows 10

All of us have got computer files which we don’t want to share with the world. Fortunately you can easily keep your files safe from unauthorized access in Windows 10. You don’t need to buy an additional software for keeping your personal files. You can also learn about How to Turn your Windows PC into Wi-Fi Hotspot using Command Line.

Locking a Folder with a Password in Windows 10:

In order to lock a folder with password in Windows 10 you need to follow these simple steps.

  • 1st of all you need to right click inside the folder where all the files are located which you want to protect.
  • Now select New from the contextual menu.
  • Now click on the Text Document.
  • Now press Enter and it does not matter what name will be given to the file as you can delete the file once the loackable folder is created.
  • Now double click on the text file and then open it.
  • Paste the text written below into the new document.

cls

@ECHO OFF

title Folder Locker

if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” 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.{21EC2020-3AEA-1069-A2DD-08002B30309D}”

attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”

echo Folder locked

goto End

:UNLOCK

echo Enter password to Unlock folder

set/p “pass=>”

if NOT %pass%==Your-Password-Here goto FAIL

attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”

ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Locker

echo Locker created successfully

goto End

:End

  • Now find where does it say “Your-Password-Here” in the document.
  • Now replace the “Your-Password-Here” field with the password with which you want to lock the folder with.
  • Click on the File from the menu bar.
  • Select Save As…
  • Click on the “Text Documents (.txt) menu bar which is next to “Save as Type.”
  • Select All Files.
  • Now change the file name to FolderLocker.bat.
  • Now click on Save.
  • Double click on FolderLocker and you will notice that The Locker folder has been generated.
  • Now fill in the Locker folder with the items which you want to protect.
  • Now open the FolderLocker file as it’s time to lock the folder.
  • Type “Y”into the screen.
  • Click on Enter and the FolderLocker window will disappear along with the Locker folder as well and with this your secrets will be safe.

How to Turn Your Windows PC into a Wi-Fi Hotspot using Command Line

Windows 10 has got a built-in Wi-Fi hotspot feature just like in Windows 7 and Windows 8. The Wi-Fi hotspot feature will let you share your computer’s internet access. There are several different methods for turning your Windows PC into Wi-Fi hotspot and one of them is to turn it on from the Command Line. You can also learn about How to Turn Your Windows into a Wi-Fi Hotspot with Connectify. In order to turn your Windows OC into Wi-Fi Hotspot you need to follow these simple steps.

  • 1st of all open a command prompt with administrative privileges. The easiest and quickest way is to tap the Windows key and type in cmd. Then right click on the Command Prompt app listing and select “Run as an Administrator.
  • In the command prompt window you need to type in netsh wlan set hostednetwork mode=allow ssid=[SSID] key=[bpassword].
  • Replace SSID and password with the network name which you want for Wi-Fi network and the password for it.
  • Now type netsh wlan start hostednetwork at the prompt and then press Enter to start the network.
  • Now you need to open Network Connections.
  • Now right click on your main network connection and select Properties.
  • Now go to the Sharing tab and then click the checkbox that is labeled as Allow other network users to connect through this computer’s internet connection.
  • In the dropdown box select the network connection your computer is currently using and then click OK.
  • With these simple steps you can easily set up the new Wi-Fi hotspot. For stopping the hosted network type in netsh wlan stop hostednetwork in the command prompt and then press Enter.

How to Turn Your Windows into a Wi-Fi Hotspot with Connectify

If you want to share your Internet access with your other devices over Wi-Fi then Windows 10 has got a hidden built-in tool for turning your computer into a WiFi hotspot plus there are 3rd party utilities which will make sharing your Internet connection a child’s play. This hotspot features comes in handy when there is only one Ethernet connection or if you are limited to one login for a WiFi network. You can easily get your Wi-Fi only tablets as well as other devices online by using your laptop. Before you start make sure that the Wi-Fi adapter of your computer supports hosted network feature or AP mode. You can also learn about How to Send Email with Cortana in Windows 10.

Turning your Windows PC into Wi-Fi Hotspot with Connectify:

the most simplest and easiest way for creating a Wi-Fi hotspot with your computer is with freenium software Connectify. In order to turn your Wndows PC into Wi-Fi Hotspot with Connectify you need to follow these simple steps.

  • 1st of all you need to download Connectify Hotspot.
  • Once it is downloaded double-click the downloaded EXE file for installing it. If you are using any anti-virus application then you may need to disable for installation to continue.
  • Restart the computer in order to finish the installation process.
  • Once the computer is rebooted you need to check the box “Allow Connectify Hotspot to communicate on these networks:
  • Now click the purple Try It Out button in the Connectify screen.
  • Now follow the prompts in the Connectify wizard for completing the installation.
  • Once it is done your new Wi-Fi hotspot will be created. For stopping the Wi-Fi hotspot just click “Stop Hotspot” button in the program.

How to Send Email with Cortana in Windows 10

Sending an Email may often become a time-taking and laborious activity especially when yu are in a hurry as it involves opening of the app, starting a draft and then toggling through a series of fields. With the natural language recognition Cortana allows you to send email with less effort and with few simple steps. In order to send email with Cortana you need to have an account setup in Windows Mail before you try to compose email through Cortana. Once you have been equipped with Windows Mail account you are just few steps away from sending emails and messages with a little effort. You can also learn about How to Add or Remove Cortana from Windows 10. In order to send emails with Cortana in Windows 10 you need to follow these simple steps.

  • 1st of all you need to click on Ask me anything box and then type or say I want to send an email to (person’s name) followed by the message body. Now if you want same action to be performed by speaking you need to make sure that Cortana has been set to respond on your voice.
  • Now in the next step you need to select the contacts to whom you want to send the email to. Cortana will prompt you if there is more than one contact which will match the name you wrote or spoke.
  • Change any part of the email which you like by selecting the fields and editing the text.
  • Now click on Send when it is ready and email is sent.
  • With these simple steps you will be able to send the emails with Cortana in Windows 10.

How to Add or Remove Cortana from Windows 10 Lock Screen

With Windows 10 Anniversary Update, Cortana has been made available from the lock screen. You can use Cortana for getting the weather forecast, checking the upcoming flight and for setting the reminders which will sync with the phone without taking the time to log in. You can let Cortana to send email and text as well as to add events to your calendar. The assistant can be accessed simply by sayig Hey Cortana or by tapping a dot on the display. In order to setup Cortana on your lock screen you need to follow these simple steps.

  • 1st of all select the Ask me anything field.
  • After this select the Gear icon.
  • Now you need to turn the Lock Screen ON or OFF.
  • If you want to enable the digital assistant to send emails, SMS from lock screen youn eed to check “Let Cortana access my calendar, email….”
  • Enale Hey Cortana if you want Cortana to be launched from the lock screen with your voice.
  • With these simple steps you have enabled access to Cortana from the lock screen.

Enabling Tappable Cortana on the Lock Screen:

Now if you orefer to access Cortana by simply tapping an icon instead of saying Hey Cortana here is a step by step guide for that.

  • 1st of all select Ask me anything field.
  • Now select the gear icon.
  • In the next step turn Hey Cortana ON or OFF.
  • Now click on Lock screen settings.
  • Now click on Windows spotlight.
  • Select the picture or slideshow.
  • Congrats you have enable tappable Cortana on the lock screen.
1 7 8 9