Archive for the ‘Windows 10’ category

Use Nearby Sharing to Transfer Files between Windows 10 PCs

June 23rd, 2020 by Admin

Is there a simple way to share files with my roommates or colleagues? Nearby Sharing makes it super easy to send files over Bluetooth or Wi-Fi to nearby Windows 10 PCs. In this tutorial we’ll explain how to use Nearby Sharing to transfer files between two Windows 10 computers.

How to Transfer Files Easily Using Nearby Sharing

  1. Before getting started, you need to connect two Windows 10 PCs via Bluetooth or make sure they are on the same Wi-Fi network. Next, turn on the Nearby Sharing feature on both computers.

  2. In order to share a file, open File Explorer and locate the file you need to transfer. Right-click it and select the Share option from the context menu.

  3. The Share window will pop up and search for all nearby Windows 10 PCs. Select the computer that you want to send your file to and wait for the recipient to accept the share request.

  4. On the receiving computer, a notification will appear in the lower-right corner of the taskbar. You can click “Save” or “Save & open” to save the file immediately, or click “Decline” to decline the transfer.

Besides File Explorer, both Microsoft Edge and the Photos app also have a Share button, so you can share a photo or a link to any web page using the Nearby Sharing feature.

That’s it!

How to connect two Windows 10 PCs with Bluetooth only

June 22nd, 2020 by Admin

Bluetooth is a convenient way which lets you connect to nearby device for sharing files wirelessly. This is really useful if you have neither Ethernet nor wireless network. In this tutorial we’ll explain how to connect two Windows 10 computers with Bluetooth only.

How to connect two Windows 10 PCs with Bluetooth only

First of all, you need to turn on Bluetooth on both computers. On the right end of the taskbar, click the Action Center icon. Look for the Bluetooth option and toggle it on.

On either computer, open the Settings app and head to Devices -> Bluetooth & other devices. On the right side, click the “Add Bluetooth or other device” button.

Once the “Add a device” window opens, select the Bluetooth option.

It will start searching for the device. When your second Windows 10 computer appears in the list, click it and a PIN code will show up on both computers. If the PIN matches, click on Connect.

On your second Windows 10 PC, you’ll see the “Pair Device” window. Click Yes to accept the pairing.

Now the pairing is completed. You can transfer files between your Windows 10 computers, by right-clicking the Bluetooth icon in the system tray and selecting “Receive a File” or “Send a File“. But I recommend you use the Nearby Sharing feature to send or receive files and it’s much easier.

That’s it!

3 Ways to Enable Nearby Sharing in Windows 10

June 19th, 2020 by Admin

Nearby Sharing is a new feature in Windows 10 that lets you effortlessly transfer files to nearby devices using Bluetooth or Wi-Fi, without having to use network file sharing or even a USB drive. It works much similar to Apple’s AirDrop. In this tutorial we’ll show you 3 simple ways to turn on or enable Nearby Sharing in Windows 10.

Method 1: Turn on Nearby Sharing via Action Center

Click the Action Center icon in the right corner of your taskbar, and you can then click the “Nearby sharing” tile to toggle it on. If you don’t see this tile, click the Expand option to show the entire quick actions.

Method 2: Turn on Nearby Sharing via Settings App

Use the keyboard shortcut Windows + I to open the Settings app, and then click on the System category and select Shared experiences. On the right side, you can turn on the “Nearby sharing” toggle.

Method 3: Turn on Nearby Sharing via File Explorer’s Context Menu

In File Explorer, right-click any file and select the Share option from the pop-up context menu.

When the Share dialog box pops up, click the “Select to turn on nearby sharing” option to enable Nearby Sharing and it will show all the nearby PCs.

That’s it!

How to Uninstall or Reinstall Cortana in Windows 10 Version 2004

June 18th, 2020 by Admin

Is there a way to uninstall Cortana permanently? We’ve previously shared a method to uninstall Cortana from Windows 10 but it’s a bit tricky. Starting with Windows 10 version 2004 (also known as Windows 10 May 2020 Update), Cortana is no longer integrated with the Search feature and it becomes a standalone app. You can now uninstall, remove or reinstall Cortana with ease.

Part 1: Uninstall Cortana from Windows 10

Press the Windows logo key + X to open Quick Link menu and then select “Windows PowerShell (Admin).

Copy and paste the following command into PowerShell and press Enter:
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage

This will uninstall Cortana completely for all user accounts on your system, but the Cortana button is still sitting there, do nothing when clicked. To hide the Cortana button, simply right-click the taskbar and uncheck the “Show Cortana button” option.

Part 2: Reinstall Cortana from Windows Store

Open the Microsoft Store app. Click the Search button in the top-right corner and type “cortana“. Choose the Cortana app from the search results.

Click on the Get button and Cortana will install on your Windows 10 PC.

If the Cortana buttion is hidden from the taskbar, just right-click the taskbar and check the “Show Cortana button” option to make it visible.

Scheduling Automatic Creation of System Restore Points in Windows 10

June 17th, 2020 by Admin

How can I get system restore points created on a schedule? A system restore point can roll back Windows to an earlier working state if it becomes unstable or unbootable. In this tutorial we’ll show you how to create automatic system restore point on a daily schedule in Windows 10.

How to Create System Restore Point on a Daily Schedule in Windows 10

Before getting started, you need to turn on System Protection and disable system restore point frequency. This can be done with the methods described in our previous article. Afterwards you can use the Task Scheduler to schedule automatic creation of system restore points daily.

  1. After opening Task Scheduler, right-click the item “Task Scheduler Library” in the left pane and then select Create Task.

  2. On the General tab, enter a descriptive name for the task. Choose the “Run whether the user is logged on or not” option and tick the checkbox named “Run with highest privileges“.

  3. Go to the Triggers tab. Click on the New button.

  4. Under the “Begin the task” drop-down list, select “On a schedule“. Choose the Daily option and specify a time for the creation of the restore point. Click OK.

  5. Go to the Actions tab. Click on the New button.

  6. Choose “Start a program” by clicking the Action drop-down list. Enter the powershell.exe command in the Program/script field. In the “Add arguments” field, type the following and then click OK.
    -ExecutionPolicy Bypass -Command "Checkpoint-Computer -Description \"My Daily Restore Point\" -RestorePointType \"MODIFY_SETTINGS\""

  7. Go to the Conditions tab. Uncheck both “Stop if the computer switches to battery power” and “Start the task only if the computer is on AC power“. Click OK.

  8. Enter the password of your current Windows account when prompted, and then click OK.

Now, system restore points should be created automatically at your specified time every day. You can check if new restore points are created successfully by following this tutorial.

How to View All Available System Restore Points in Windows 10

June 16th, 2020 by Admin

How can I view a list of system restore points available in Windows 10? To prevent your PC from crashing or freezing, make sure you have created at least one system restore point recently. In this tutorial we’ll show you easy ways to view all available system restore points in Windows 10.

Method 1: View Available System Restore Points via System Properties

  1. Press Windows + R keys together on the keyboard. When the Run dialog box opens, type rstrui and hit Enter.

  2. In the System Restore window, click on Next.

  3. This will list all available system restore points. Based on the description and the creating date, you can identify the restore point you’ve created.

  4. When finished reviewing your restore points, click on Cancel to close System Restore.

Method 2: View Available System Restore Points via PowerShell

  1. Right-click the Start button or use the Windows key + X keyboard shortcut to open the Power User menu, and then select Windows PowerShell (Admin).

  2. Run the following command and all available restore points will be listed with Creation Time, Description , SequenceNumber and other information.
    Get-ComputerRestorePoint

That’s it!

How to Create Special Characters in Windows 10 without Third Party Software

June 15th, 2020 by Admin

Unable to type a special character using your keyboard? Can’t find the symbol you need in the Character Map utility? In this tutorial we’ll show you how to create your own special characters using Windows built-in tool – Private Character Editor, and insert the custom characters into a Word or any other document.

Part 1: Create Special Characters in Windows 10

  1. Press the Windows key + R to bring up the Run dialog. Type eudcedit and hit Enter to open up the Private Character Editor utility.

  2. First, click any empty box in the grid and it will generate a hexadecimal code that is used to identify your custom character uniquely. Click OK.

  3. You will then be presented with a drawing board. Click on the Tools menu and select Item, you can find different tools which you can use to design your own character.

  4. To save your character, click on the File menu and select Font Links.

  5. When you are asked if you want to save this character. Click Yes.

  6. Select the “Link with All Fonts” option and click OK, you’re done.

Part 2: Insert Your Created Characters into Any Document

  1. Press the Windows key + R to bring up the Run dialog. Type charmap and hit Enter to open up the Character Map utility.

  2. Click on the Font drop-down list and select “All Fonts (Private Characters)” from it.

    Move your cursor over a character in the grid and you can see its associated hexadecimal code. Just find and click your created character.

  3. Your selected character should appear in the “Character to copy” field below. Click on Select and then click on Copy.

  4. Now, you can use Ctrl + V to paste that character into Microsoft Word and Notepad.

With Private Character Editor you can create your own special characters easily. However this tool doesn’t have options to export or import characters, so you might be unable to transfer your created characters to another computer.

Easy Ways to Access Private Character Editor in Windows 10

June 12th, 2020 by Admin

Private Character Editor is a hidden tool included with all versions of Windows. It allows you to create your own characters, symbols or fonts and use them in your document. In this tutorial we’ll show you different ways to access Private Character Editor in Windows 10.

Method 1: Open Private Character Editor via Run Command

Press Windows + R keys to launch the Run dialog, and then type eudcedit. Once pressing Enter, Private Character Editor will open up.

Method 2: Open Private Character Editor via Cortana Search

Enter “private” into the Cortana search box on the taskbar, and then click on the Private Character Editor shortcut to start the program.

Method 3: Open Private Character Editor via Control Panel

Open Control Panel and type “private” in the Search box in the upper right corner, then you can click on the Private Character Editor shortcut in the list of results.

Method 4: Open Private Character Editor via Settings App

Press Windows + I keys to launch the Settings app, and then click inside the Search box and type “private“.

You can access Private Character Editor from the listed result.

Method 5: Create a Desktop Shortcut for Private Character Editor

Right-click any blank area on the desktop and choose New -> Shortcut. In the Create Shortcut wizard, type the follow location and click Next.
%windir%\system32\eudcedit.exe

Name the shortcut “Private Character Editor” and you’re good to go.

2 Ways to Change Registry Editor Font in Windows 10

June 10th, 2020 by Admin

How can I change the default font style or size for the Registry Editor app itself? Starting with Windows 10 build 14986, Registry Editor allows you to change font size or customize font face. In this tutorial we’ll show you 2 easy methods to change Registry Editor font for all user accounts in Windows 10.

Method 1: Change Font via Registry Editor Menu

  1. Press the Windows Key + R shortcut on your keyboard. Type regedit and hit Enter. When the Registry Editor window opens, select the View menu and click Font.

  2. In the Font dialog box, you can pick up your preferable font face, style and size.

  3. Once you are done, click OK and the font changes should be visible now.

Method 2: Change Font via Registry Tweak

  1. Open Registry Editor and navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RegEdit

    Next, double-click on the DWORD FontFace in the right pane.

  2. Type the name of your preferable font in the Value data box and click OK.

    Tip: open File Explorer and browse to the C:\Windows\Font folder, you can find the name of any font installed on your current system.

  3. Close Registry Editor and relaunch it to see the changes.

How to Prevent Windows Update from Installing Microsoft Edge Chromium

June 9th, 2020 by Admin

The classic Edge browser will soon be replaced by the newest Chromium-based Edge via Windows Update. If you’re comfortable using the classic version or you don’t like Microsoft Edge Chromium, you can disable automatic delivery. Here are 2 simple methods to prevent Windows 10 Update from automatically installing Microsoft Edge Chromium.

Method 1: Block Microsoft Edge Chromium Update via Registry Tweak

  1. Open Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft. Right-click on the Microsoft key in the left pane and create a subkey named EdgeUpdate.

  2. Select the newly created key EdgeUpdate. On the right side, right-click the blank area and choose New -> DWORD (32-bit) Value.

  3. Name the DWORD DoNotUpdateToEdgeWithChromium and change its value data to 1.

  4. Now, Windows Update shouldn’t download and install the Chromium-based Microsoft Edge automatically on your computer.

Method 2: Block Microsoft Edge Chromium Update via Group Policy

Microsoft has released the Microsoft Edge Blocker Toolkit, which can import the new Group Policy settings to prevent the new Microsoft Edge browser from installing through Windows Update.

  1. Before getting started, download the Blocker Toolkit from Microsoft. Run the executable file and extract to any folder on your system.

  2. The extracted files contain a Group Policy Administrative Template (.ADMX and .ADML). You need to copy the EdgeChromium_Blocker.adml file to C:\Windows\PolicyDefinitions and the EdgeChromium_Blocker.admx file to C:\Windows\PolicyDefinitions\en-us.

  3. Next, open Local Group Policy Editor and browse to the following location, you can find the new policy named “Microsoft Edge (Chromium-based) Blockers“.
    Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update

    In the right side, double-click the policy “Do not allow delivery of Microsoft (Chromium-based) through Automatic Updates” to edit it.

  4. Select Enabled and click Apply.

    This will block Windows 10 from automatically installing Chromium-based Microsoft Edge via Windows Update.

That’s it!