Archive for the ‘Others’ category

2 Options to Insert a Check Box in Word 2016

February 22nd, 2017 by Admin

How can I add a clickable checkbox in Microsoft Word? Inserting a checkbox into a Word document is a common task when you create surveys or forms using Office Word. In this tutorial we’ll show you 2 simple ways to insert a check box in Word 2016.

insert-check-box-in-word

Method 1: Insert a Check Box in Word 2016 for Printing Only

  1. Select the list in your Word document. In the Home tab of Microsoft Word, under the Paragraph section, click the small down-arrow next to the Bullets button.

    define-new-bullet

    Then choose Define New Bullet from the drop-down list.

  2. In the resulting dialog box, click Symbol.

    word-symbol-bullet

  3. When you open the Symbol window, select Wingdings from the Font drop-down menu. Next you can select the check box that is either checked or unchecked, and insert it into your Word document.

    insert-symbol-into-word

Method 2: Insert Clickable Check Box in Word 2016

Microsoft Word also allows you to insert check boxes that are clickable. Checkbox once clicked is checked and on second click it gets unchecked. Here’s how to insert clickable check box into your Word document:

  1. In the Home tab of Microsoft Word, right-click on an empty spot on the ribbon and then choose Customize the Ribbon.

    customize-the-ribbon

  2. When the Word Options dialog opens, select the Customize Ribbon tab. Select Main Tabs from the Customize the Ribbon drop-down box. Check the Developer option in the list. Click OK.

    add-developer-to-ribbon

  3. Now you can see that Developer tab is added in Ribbon. In the Controls group of the Developer tab, you will see a small check box icon. Click it to insert a check box at your cursor’s location.

    insert-clickable-check-box-in-word

  4. Now that the check box has been inserted, you can click it once to toggle whether or not it’s checked.

How to View or Export Edge Saved Passwords in Windows 10

February 22nd, 2017 by Admin

How can I export / backup the passwords saved in Microsoft Edge? Many people save the passwords for different websites so that they don’t have to enter the passwords again and again, but what if you forgot the password?

microsoft-edge-saved-passwords

Microsoft Edge stores all passwords in Windows Vault (also known as Credential Manger). In Windows 10, you can easily find Windows Vault files by accessing the following locations:

  • C:\Users\user_profile_name\AppData\Local\Microsoft\Vault
  • C:\ProgramData\Microsoft\Vault
  • C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Vault

All web credentials are stored in an encrypted form and Microsoft Edge doesn’t provide an option to view the saved passwords. In this tutorial we’ll show you a simple way to view & export Microsoft Edge saved passwords using a reliable tool – Password Recovery Bundle.

How to View or Export Edge Saved Passwords in Windows 10?

  1. To get started, click here to download Password Recovery Bundle. Once the download process is complete, double-click the setup file to install it on your Windows 10 computer.
  2. Run the Password Recovery Bundle program. Click the Start Recovery button, and then select “Internet Explorer (Edge) Password” option from the drop-down list.

    password-recovery-bundle

  3. It will decrypt the encrypted Vault files, and show you all saved passwords in both Microsoft Edge and Internet Explorer. Select all passwords and paste them into a text file for safe keeping.

    export-edge-saved-passwords

The most painful part of a computer crash is often the loss of data. It’s an important best practice to keep a backup of Edge saved passwords, especially if you use Microsoft Edge as your primary browser.

How to Change System Cooling Policy in Windows 10 / 8 / 7

February 17th, 2017 by Admin

System Cooling Policy allows you to specify the cooling mode you want to use for your Windows-based computer, for which you have two options: Active and Passive.

  • The Active setting increases fan speed before slowing the processor to main cooling. You’ll get the best performance by leaving the System Cooling Policy set to Active.
  • The Passive setting slows the processor before increasing fan speed. If the fan is always running and you would like to make it quieter, you can choose to opt for the passive mode.

In this tutorial we’ll show you how to change the system cooling policy in Windows 10, 8 and 7.

How to Change System Cooling Policy in Windows 10 / 8 / 7?

  1. Open the Control Panel in Large icons view. Click Power Options.

  2. In the right pane, for the power plan that you have selected to use, click Change plan settings.

    change-power-plan-settings

  3. Click Change advanced power settings.

    advanced-power-settings

  4. Click the link labeled Change settings that are currently unavailable.

    change-power-settings-unavailable

  5. In the Power Options dialog box, expand Processor power management and you’ll see the System cooling policy setting. Set the System cooling policy to Active or Passive, then click OK.

    system-cooling-policy

If the System Cooling Policy setting is not showing in the Power Options dialog box, you can restore it using a registry hack: Fix: System Cooling Policy Missing in Power Options.

Fix: System Cooling Policy Missing in Power Options

February 17th, 2017 by Admin

System Cooling Policy is missing in Windows? System Cooling Policy lets you change the cooling mode of your system. If you couldn’t see the System Cooling Policy option under the Power Options of Control Panel, you need to tweak the registry settings. In this article we’ll show you how to restore the missing System Cooling Policy option in Windows 10, 8 and 7.

Fix: System Cooling Policy Missing in Power Options

  1. Open Notepad. Copy and paste the code below into Notepad, then save it as a .reg file.

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\94D3A615-A899-4AC5-AE2B-E4D8F634367F]
    "Attributes"=dword:00000002

  2. Double-click on the .reg file to import the settings into the registry. Click Yes when asked to confirm.

    import-reg-file

  3. Open the Control Panel and access the Power Options, you’ll see that the System Cooling Policy is shown under the.Processor power management node.

    system-cooling-policy

If you want to remove the System Cooling Policy option again, repeat the steps above to import the following registry settings.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\94D3A615-A899-4AC5-AE2B-E4D8F634367F]
"Attributes"=dword:00000001

That’s it!

2 Ways to Change System Locale in Windows 10

February 16th, 2017 by Admin

The system locale allows you to use the specified language for non-Unicode programs. If your Windows system uses a default en-US locale, the Japanese text in a game won’t display correctly. In this tutorial we’ll show you how to change system locale in Windows 10, using Control Panel or Command Prompt.

Note: You must log into Windows 10 as administrator to set a different system locale. Changing system locale doesn’t affect the language in menus & dialog boxes for Windows or other programs that do use Unicode.

Method 1: Change System Locale in Windows 10 Using Control Panel

  1. Open the Control Panel in Large icons view, click Region.

    region

  2. In the Region dialog that opens, select the Administrative tab and then click Change system locale.

    change-system-locale

  3. Select the desired language from the Current system locale drop-down list, and click OK.

    current-system-locale

  4. Restart your computer for the changes to take effect.

    restart-for-new-locale

Method 2: Change System Locale in Windows 10 Using Command Prompt

  1. Open Notepad (or any other text editor), then copy and paste the following text into it. Replace en-US with the language tag for your desired system locale. To see all supported language tags in Windows, please refer to this article.

    <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
    <gs:UserList>
    <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
    </gs:UserList>
    <!-- system locale --><gs:SystemLocale Name="en-US" />
    </gs:GlobalizationServices>

    system-locale-settings

  2. After editing, save the file as a .xml file. Let’s say D:\locale.xml.
  3. Open the Command Prompt in administrator mode. Copy and paste the following command line and press Enter.

    control.exe intl.cpl,, /f:"D:\locale.xml"

    change-system-locale-cmd

  4. Reboot your computer to apply the new system locale settings.

How to Remove ‘Settings’ from Windows 10 Start Menu

February 14th, 2017 by Admin

How can I disable the Settings button in Windows 10 Start Menu? Windows 10 allows you to customize the left section of Start Menu, by adding or removing the folders such as Settings, File Explorer, Documents, Download, Music, Picture, Video etc.

remove-settings-from-start-menu

By default, File Explorer and Settings are the only folders listed there. In this tutorial we’ll show you how to remove the ‘Settings’ from Windows 10 Start Menu.

How to Remove ‘Settings’ from Windows 10 Start Menu?

  1. Open the Start Menu and then select Settings. If the Settings icon is missing from the Start Menu, you can press the Windows logo + I keys simultaneously to open the Settings app.
  2. Once the Setting app is launched, click Personalization.

    Personalization

  3. Click Start on the left side. On the right side, scroll down to the bottom and click Choose which folders appear on Start.

    choose-folders-appear-on-start

  4. Choose whatever folders you want to appear on the Start Menu. To remove Settings from Windows 10 Start Menu, toggle the “Settings” option to Off and you’re done.

    disable-settings-in-start-menu

Now click the Start button, you’ll see the Settings icon disappeared from Windows 10 Start Menu. But you can still access the Settings app by pressing the Windows logo + I shortcut keys. If you want to bring the Settings icon back to the Start Menu, just repeat the steps above and toggle the “Settings” option to On.

How to Enable / Turn On Microphone in Windows 10

February 13th, 2017 by Admin

Microphone doesn’t work after Windows 10 upgrade? How can I re-enable the built-in microphone? In this tutorial we’ll show you 3 ways to enable / turn on microphone in Windows 10.

Method 1: Turn On Windows 10 Microphone Using Device Manager

  1. Press the Windows key + X shortcut to open the WinX menu, and then select Device Manager.

    winx

  2. Double-click on Sound, video and game controllers to expand that section. Locate your audio driver (for example, Realtek High Definition Audio) and right-click on it. Click on Enable. Restart your computer.

    enable-audio-device

Note: If there is a yellow mark (most probably an exclamation mark or a question mark) next to your microphone device, there is problem with the driver. Then you need to reinstall or update the audio driver.

Method 2: Turn On Windows 10 Microphone from Sound Settings

  1. Right-click on the Volume icon in the system tray and click on Recording devices.

    recording-devices

  2. Click on the Recording tab, and then right-click in the space under the last recording device and click “Show Disabled Devices“.

    show-disabled-devices

  3. Select your Microphone from the list, and then click on Properties.

    microphone-properties

  4. Choose the “Use this device (enable)” option under the Device usage drop-down list, click Apply and then OK.

    use-this-microphone

  5. You may also check if the microphone that you are using is set as default. Note: Current default device is indicated by a green check mark.

    set-default-microphone

Method 3: Turn On Windows 10 Microphone from PC Settings

  1. Press the Windows key + I shortcut to open the Settings app. Click Privacy.

  2. Choose Microphone in the left pane. You’ll see an option that says “Let apps use my microphone“. Slide the toggle to On and select which of the apps underneath can use your microphone.

    let-apps-use-microphone

How to Set Ethernet / Wi-Fi Connection as Metered in Windows 10

February 9th, 2017 by Admin

Windows 10 allows you to set the network connection as metered. This is a useful feature especially if your Internet service provider limits the data you can use. Turning on metered connection will prevent Windows from using your bandwidth except you choose.

  • Stop Windows 10 from automatically downloading updates in the background.
  • Windows Store won’t automatically download updates for your installed apps.
  • Start Menu tiles will stop updating live data from the Internet.
  • Offline files will not sync with other devices.

In this tutorial we’ll show you how to set Ethernet / Wi-Fi connection as metered in Windows 10. This can effectively reduce the internet data usage so you don’t have to pay for extra bandwidth.

Part 1: Set Wi-Fi Connection as Metered in Windows 10

  1. Open the Settings app by pressing the Windows key + I shortcut, or launch it by clicking the Settings icon from your Start Menu.

    open-settings-via-start-menu

  2. Click Network & Internet.

    network-security

  3. Select Wi-Fi from the left hand menu. You will get a list of network connections on the right hand pane. Click the Wi-Fi network you want to change to metered.

    wifi-settings

  4. Move toggle for Set as metered connection to On.

    set-metered-connection

This method only allows you to set mobile and Wi-Fi connections as metered. There is no GUI option to do this with wired Ethernet connections.

Part 2: Set Ethernet Connection as Metered in Windows 10

To set your Ethernet connection to metered, you’ll have to dive into the Windows Registry to tweak the settings. Here’s how:

  1. Press Windows key + R to open the Run command box, type regedit and hit Enter to open Registry Editor. Navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost
  2. By default, the DefaultMediaCost key is protected and you don’t have the permissions necessary to edit it. Right-click the DefaultMediaCost key and select Permissions, follow this article to take ownership of that registry key.

    DefaultMediaCost-Permissions

  3. While the DefaultMediaCost key is selected in the left pane, double-click Ethernet value in the right pane, and change its value from 1 to 2.

    Ethernet-metered-connection

  4. Close Registry Editor and reboot your computer.

If you want to verify your Ethernet connection is set to metered, you can open Office Outlook 2016 application, which will detect and alert you that you are using a metered connection.

Enable Caret Browsing in Microsoft Edge Using F7 or Regedit

February 6th, 2017 by Admin

Caret browsing is a useful feature in Microsoft Edge, which allows you to copy a block of text from a web page using the keyboard, not the mouse. Just place your cursor anywhere on a body of text, then use the arrow keys to move the cursor to select the text you want to copy. In this tutorial we’ll show you 2 methods to enable / disable caret browsing in Microsoft Edge in Windows 10.

use-caret-browsing

The “Always use caret browsing” option seems to be gone from the Settings menu in Microsoft Edge. So you have to turn on/off caret browsing using the F7 shortcut or registry editor.

Method 1: Enable / Disable Caret Browsing in Microsoft Edge Using F7 Shortcut

Open Microsoft Edge and browse to a web page where you’d like to select text, press F7 key on your keyboard. This will bring up a confirmation window, asking you if you want to turn caret browsing on. Select Yes to turn it on.

turn-on-caret-browsing

If you don’t want to be prompted the next time you press F7, just check the option “Don’t ask me again when I press F7“. When you want to turn off caret browsing, just hit F7 again.

turn-off-caret-browsing

Method 2: Enable / Disable Caret Browsing in Microsoft Edge Using Regedit

  1. Press the Windows Key + R keys simultaneously, then type regedit in Run dialog box and press Enter.
  2. When the Registry Editor window opens, navigate to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\CaretBrowsing
  3. In the right pane, double-click the DWORD EnableOnStartup to modify. Set its value data to 1 if you want to enable caret browsing, or turn off caret browsing by resetting it to 0.

    enable-caret-browsing-in-edge

  4. When it’s done, close Registry Editor and relaunch Microsoft Edge to see results.

If you don’t want to use Registry Editor to make the registry changes above, just download one of these .reg files (enable-caret-browsing-in-edge.reg, disable-caret-browsing-in-edge.reg). After downloading, double-click the .reg file and apply the registry settings to your system.