How to Send a Web Note in Edge Browser in Windows 10

Windows 10 has got Edge browser which has enhanced the Internet browsing to a great degree. Edge browser has got loads of features for impressive web browsing. One of the features in Edge is Web Note which will let you doodle on any web page and then share it with your colleagues. This feature will come in handy when you are required to share your notes with teammates. Finding the WebNote feature and the starting the drawing is a piece of cake. Sharing tough is a bit tricky as the default format for sharing is a Web page (HTML). You can also learn about Drawing a Polygon in AutoCAD.

In order to send a Web Note you need to follow these simple steps.

  • 1st of all you are required to open the page which you want to draw on in Edge.
  • Now click or tap on the Web Note icon (A pen in a square icon.) located at the top right of the screen.
  • Now you need to draw what ever you want. For drawing you need to scribble with your Pen and Highlighter tools on the top left of the page. You can add typed comment as well which can be done by selecting speech bubble icon. Cropping can also be done with the Clip tool.
  • Now you need to tap on the Share button located at the top right next to the word Exit.
  • Now press the dropdown arrow next to the title of your Web Note to select the format which you want to share. Image or Web page can be sent in HTML format.
  • Now is the time to select the location where you want to share your Web Note like Facebook and OneNote etc.
  • Now fill out the caption or any additional info. You can also select to share this on your timeline or on your friend’s timeline.
  • Now tap on Post and your Web Note will be shared.

How to Save Space in WinSxS Folder in Windows 10

Windows 10 has got a folder which is called WinSxS and this folder is used for storing the files which are necessary for installing the Windows. These stored files can be used for backups as well as updates to those files. With every new update the WinSxS folder size will be increased. As the folder get bigger and bigger you need to clean it up from the unnecessary files and get the hard drive space back. You can’t delete all of the files as there are files which are required for running and updating the Windows reliably. You can also learn about SmartArt in MS Word 2016.

Cleaning Win SxS Folder by Using Disk Cleanup Tool:

In order to delete the older updates from WinSxS Folder by Disk Cleanup you need to follow these simple steps.

  • 1st of all you are required to open the Disk Clean Tool and for opening the tool you can type “disk cleanup” in the taskbar and the click “Disk Cleanup.”
  • Now you need to click on Cleanup System Files button.
  • Now check the box located next to Windows Update Cleanup.
  • IN the next step you need to click on OK. If you are not seeing Windows Update Cleanup option an Disk Cleanup it means there are no files to delete.

Cleaning Win SxS Folder by Using Command Prompt:

  • In order to clean the Win SxS folder with the use of Command Prompt you are required to follow these steps.
  • 1st of all you are required to launch the command prompt with the Admin priviledges.
  • In the next step you need to enter the command: Dism.exe /online /Cleanup-Image /StartComponentCleanup.
  • Now if you need clean up the folder by using the following the command in the Command Prompt: Dism.exe /online /Cleanup-Image /StartComponentCleanup.
  • After this command the cleanup process will start and the process may take some time.

How to Install and Delete Fonts in Windows 10

MS Windows has got a limited number of fonts and some of the desktop applications and graphics applications will be installed with their own fonts. But if you are looking for making your artwork and documents stand out you will need to add some of your own fonts. Windows 10 works with three different fonts which are TrueType, OpenType and PostScript. You can find additional fonts from different fonts and the most widely used one is Google Fonts as it has got loads of free type faces.You can also learn How to Turn Your Windows PC into a WiFi Hotspot using Command Line.

Installing the Fonts:

In order to install fonts you need to follow these simple steps.

  • 1st of all you need to download your fonts from Google Fonts or from any other source and the save them to a folder on your hard drive. If the files are zipped you need to unzip them.
  • Type in “fonts” into the Cortana search box.
  • Now you need to click the Fonts control panel icon which will appear in the result list. A control panel window filled with fonts appears.
  • Now open the folder where you have downloaded your uninstalled files. If the folder is Downloads folder you can get there easily by pressing Windows + E for opening the Explorer and selecting Downloads from the left menu.
  • Now drag the fonts into the control panel fonts window.

Deleting The Fonts:

In order to delete the fonts from Windows 10 you need to follow these simple steps.

  • 1st of all you need to open the Fonts window. You can open the fonts by typing in fonts in Windows search box.
  • Now select the font and font family which you wish to delete.
  • Now press the delete key.
  • Now click Yes when you are prompted with a warning.

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.
1 2