Author Archive

How to Download and Use Offline Maps in Windows 10

October 25th, 2017 by Admin

Windows 10 comes with a built-in Maps app that can help you get to where you need to go. If you would like to search for places and get directions even when Internet connectivity is not available, you should download maps for offline use. In this tutorial we’ll show you how to download and use offline maps in Windows 10.

Part 1: Download Offline Maps in Windows 10

Press the WIN + I keyboard shortcut to open the Settings app. Go to Apps > Offline maps. Click the plus symbol next to Download maps.

Select the continent, country and specific region you wish to download. If you want to download the entire USA map available, you can choose “All regions”.

You’ll be shown the progress while your map downloads.

If a map update becomes available, it’ll be downloaded automatically when your device is plugged in and connected to Wi-Fi.

Part 2: Use Windows 10 Maps App for Offline Navigation

Now that you’ve downloaded the offline maps, you can use Windows 10 Maps app for offline navigation when you’re in a location without Internet connection.

First, type maps into the Cortana search box and launch Maps app from the search result.

When the Maps app is launched, you have the same search and navigation functionality offline as you do online.

That’s it!

How to Change RDP Port for Windows Remote Desktop Connection

October 25th, 2017 by Admin

By default, Windows uses TCP/IP port 3389 for remote desktop connection. Since this port is well known and it could pose a security risk, you’d better change remote desktop RDP port for your Windows computer as an added security measure. The following method works with Windows 10, 8, 7 and Windows Server.

How to Change RDP Port for Windows Remote Desktop Connection?

  1. Press the Windows + R keys to open the Run command box. Type regedit and press Enter.

  2. On the left-side of Registry Editor, navigate to the following key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber

    Scroll down on the right until you see the PortNumber value, and then double-click it to modify.

  3. Click Decimal, and type in the new port number that you want to use for remote desktop and click OK.

  4. Close the Registry Editor and reboot the computer. Note that the next time you connect to your PC with RDP you will need to add a colon followed by the port number to the IP address.

That’s it!

How to Access Safe Mode Command Prompt in Windows 10 / 8

October 23rd, 2017 by Admin

Safe Mode Command Prompt is a special boot mode that lets you start Windows with the minimum of drivers and services possible. This is really useful for troubleshooting when you can’t load Windows (for example, user profile is corrupted or broken). In this tutorial we’ll show you how to access Safe Mode Command Prompt in Windows 10 / 8.

Tips: If you’re running Windows 7/Vista/XP, just hold down the F8 key as your computer starts and you can access “Safe Mode with Command Prompt” under Advanced Startup Options.

How to Start Windows 10 / 8 in Safe Mode with Command Prompt?

  1. When you get to the Windows 10/8 login screen, hold down the SHIFT key while you click the Power icon and then select the Restart option.

  2. The system will restart into Advanced Startup Options. Click on Troubleshoot.

  3. Click Advanced options on the next screen.

  4. Click on the Startup Settings option.

  5. Click Restart.

  6. After restarting, you’ll be presented with a list of features and boot options. Here you should press the number 6 key or F6 on your keyboard to enter Safe Mode with Command Prompt.

  7. You will be prompted to choose the account to sign in. After you sign in, you will be brought directly to a administrative Command Prompt rather than the normal Windows desktop.

Disable / Enable Control Panel in Windows 10 / 8 / 7

October 23rd, 2017 by Admin

How to prevent others from accessing the Control Panel? Control Panel exposes lots of system settings to users that you may not want to mess up. In this tutorial we’ll show you 2 simple ways to disable or enable Control Panel in Windows 10 / 8 / 7.

Tips: The Settings app is supposed to replace the classic Control Panel in Windows 10. If you want to disable Settings, you can try this method: Hide Certain or All Settings Pages in Windows 10.

Method 1: Disable / Enable Control Panel Using Group Policy

  1. Use the Windows key + R keyboard shortcut to open the Run command. Type gpedit.msc and click OK to access Local Group Policy Editor.
  2. Navigate to the User Configuration > Administrative Templates > Control Panel option from the left sidebar. Next, double-click the “Prohibit access to Control Panel and PC settings” or “Prohibit access to the Control Panel” policy on the right side.

  3. Select the Enabled option, click Apply and then OK. If you want to enable the Control Panel later, just set the value to Not Configured or Disabled.

  4. This policy should take effect immediately. No restart is required. When you try to open the Control Panel, you’ll get this error message: “This operation has been canceled due to restrictions in effect on this computer. Please contact your system administrator.

Method 2: Disable / Enable Control Panel Using Registry Editor

  1. Use the Windows key + R keyboard shortcut to open the Run command. Type regedit and click OK to access Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer from the left sidebar, right-click empty space in the right pane and choose New > DWORD (32-bit) Value.

  3. Name your new value NoControlPanel and change the value from 0 to 1.

  4. Restart needed for the registry changes to take effect. After rebooting you’ll be unable to open Control Panel. If you want to restore access to Control Panel, just change the NoControlPanel value from 1 back to 0. That’s it!

Restrict Windows 10 from Collecting Diagnostic and Usage Data

October 20th, 2017 by Admin

By default, Windows 10 will automatically collect diagnostic and usage Data by using the built-in Telemetry feature. According to Microsoft, it helps to improve the quality of Windows. If you’re worry about this automatic data collection for privacy concern, here are simple ways to restrict / disable Telemetry from collecting diagnostic and usage data in Windows 10.

Method 1: Change Diagnostic and Usage Data Settings from Settings

  1. Press the WIN + I keys together to open the Settings app. Click Privacy.

  2. Under the Feedback and diagnostics section, you can select how much data you send to Microsoft. By default, it’s set to Full, which sends pretty much everything. If you choose Basic, Windows 10 will send the minimum amount of data to Microsoft’s servers.

Method 2: Change Diagnostic and Usage Data Settings from Group Policy

  1. Open the Local Group Policy Editor. Browse to the following location:
    Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Preview Builds

    Next, double-click on the policy “Allow Telemetry” appearing on the right pane.

  2. Select the Enabled checkbox. Under the Options section, you can choose the data collection level: Security, Basic, Enhanced, Full.

    Note that the Security option only takes effect for Windows 10 Enterprise edition. If you’re running Windows 10 Home/Pro, Basic is the lowest telemetry level you can choose.

  3. Click OK to save your change. Once you apply this policy, the option to change diagnostic and usage data in Settings app becomes grayed out.

Method 3: Prevent Windows 10 from collecting Diagnostic and Usage Data

If you want to completely stop the Windows 10 telemetry from sending out any data to Microsoft, you can disable the “Connected User Experiences and Telemetry” service. Follow these steps:

  1. Press the WIN + R keys together to open the Run dialog. Type services.msc and press Enter.

  2. When the Services window opens, locate the service “Connected User Experiences and Telemetry” in the right pane, and then double-click it.

  3. Select Disabled from the “Startup type” drop-down box, and click the Stop button to stop the running service. Click OK to save your changes.

How to Turn On / Off Developer Mode in Windows 10

October 18th, 2017 by Admin

By default, Windows 10 allows you to only get and run certified apps from Windows Store. Developer mode makes it possible for developers to test their own apps before submitting them to the Store. In this tutorial we’ll show you 2 simple ways to turn on / off developer mode in Windows 10.

Method 1: Turn On / Off Developer Mode Using Settings App

  1. Open the Settings app and select Update & Security.

  2. Click the For developers tab in the left pane. On the right pane, you can choose “Windows Store apps”, “Sideload apps” or “Developer mode”.

    • Windows Store apps – Only allow you to install apps from the Windows Store.
    • Sideload apps – Allow you to install apps from outside the Windows Store, as long as they’re signed with a valid certificate.
    • Developer mode – Allow you to install apps from outside of the Windows Store, even if they’re not signed.
  3. If you’ve chosen the developer mode, it will alert you that you might be putting yourself at risk by enabling the developer mode. Click Yes to proceed.

  4. This change takes effect immediately without a restart.

Method 2: Turn On / Off Developer Mode Using Registry Editor

  1. Open the Registry Editor and navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock
  2. Right-click the empty space on the right pane, and create two DWORD (32-bit) values: AllowAllTrustedApps, AllowDevelopmentWithoutDevLicense. Set the associated value data depend on your choice.

    • Windows Store apps – AllowAllTrustedApps = 0, AllowDevelopmentWithoutDevLicense = 0
    • Sideload apps – AllowAllTrustedApps = 1, AllowDevelopmentWithoutDevLicense = 0
    • Developer mode – AllowAllTrustedApps = 1, AllowDevelopmentWithoutDevLicense = 1
  3. When it’s done, close Registry Editor and restart your computer.

How to Recover or Change HomeGroup Password in Windows 10

October 17th, 2017 by Admin

Forgot or misplaced your HomeGroup password? If your computer is already part of a HomeGroup, you can view or reset the password without using third-party software. In this tutorial we’ll walk you through how to recover or change HomeGroup password in Windows 10.

Part 1: Recover HomeGroup Password in Windows 10

  1. Open File Explorer (previously known as Windows Explorer). Right-click the Homegroup shortcut in the left navigation pane, and then select “View the HomeGroup password” from the pop-up menu.

  2. The HomeGroup password is now shown in a yellow box. You can either write it down or print it by clicking the “Print this page” button at the bottom.

Part 2: Change HomeGroup Password in Windows 10

  1. Open File Explorer. Right-click the Homegroup shortcut in the left navigation pane, and then select “Change HomeGroup settings” from the pop-up menu.

  2. Under the “Other Homegroup actions” section, click the “Change the password” link.

  3. When the “Change Your Homegroup Password” wizard opens, choose the “Change the password” option.

  4. Windows will generate a random password automatically, but you can type your own password. When it’s done, click Next to continue.

  5. Now your HomeGroup password was successfully changed. Now you can write down it and close the wizard.

    That’s it!

How to Import EFS Certificate into Windows 10, 8 and 7

October 17th, 2017 by Admin

If you lost access to your EFS encrypted files, you’ll not be able to open them unless you have a backup of the EFS certificate to decrypt the data. In this tutorial we’ll show you 2 simple ways to import EFS certificate into Windows 10, 8 and 7, so you can regain access to your EFS encrypted files.

Method 1: Import EFS Certificate into Windows Using Certificate Import Wizard

  1. Right-click on your EFS certificate (.pfx) in Windows Explorer, and then select Install PFX from the context menu.

  2. When the Certificate Import Wizard opens, click Next.

  3. Confirm the EFS certificate file with the .PFX extension is entered in the File name field. Click Next.

  4. Enter the password to access the private key associated with the EFS certificate. Select the box “Mark this key as exportable. This will allow you to back up or transport your keys at a later time“. Click Next.

  5. Click “Automatically select the certificate store based on the type of certificate” and click Next.

  6. Click Finish.

    You should see a message reporting that the import was successful.

Method 2: Import EFS Certificate into Windows Using Command Prompt

  1. Open the Command Prompt as administrator.
  2. If you want to import EFS certificate you’ve backed up, type the following command and press Enter.

    certutil.exe -p [certificate_password] -user -importpfx [certificate_full_path]

  3. You will get a security warning indicating that the self-signed EFS certificate is not signed from a trusted authority. Click Yes to continue.

  4. Now you’ve successfully imported the EFS certificate (.pfx) into the Personal store of Certificates Manager.

2 Ways to Backup or Export EFS Certificate in Windows 10 / 8 / 7

October 16th, 2017 by Admin

When you encrypts a folder or file with EFS, Windows will create a EFS certificate and store it locally, so you can transparently access encrypted files without being prompted for certificate / password. In the event of a system failure or your EFS certificate is corrupted or lost, you’ll be unable to access EFS encrypted files any more. So it is very important to backup or export EFS certificate in Windows 10 / 8 / 7.

Method 1: Backup or Export EFS Certificate Using Certificates Manager

  1. Press the Windows key + R together to open the Run box. Type certmgr.msc and click OK to open Certificates Manager.

  2. In the left pane of the Certificates console, expand the Personal node and then click on Certificates.

  3. In the right pane, right-click the certificate that lists Encrypting File System under Intended Purposes, and then select All Tasks -> Export.

  4. When the Certificate Export Wizard opens, click Next.

  5. Choose “Yes, export the private key” and click Next.

  6. Click the checkbox next to “Include all certificates in the certification path if possible” and click Next.

  7. Enter a password that will be used to protect your exported EFS certificate. Confirm it and click Next.

  8. Click the Browse button to find a location to save your exported EFS certificate (.pfx). Type in a name such as “my-EFS-certificate.pfx” and then click Next.

  9. Click Finish.

    You can then backup the exported EFS certificate in a safe place!

Method 2: Backup or Export EFS Certificate Using Command Prompt

  1. Open the Command Prompt as administrator.
  2. In order to export EFS certificate stored in Certificates Manager, type the following command:

    cipher /x d:\my-EFS-certificate

  3. Once you press Enter, you’ll be prompted to confirm backing up EFS certificate. Click OK to continue.

  4. Type a password used for protecting your EFS certificate, then confirm the password.

  5. The .pfx file containing the EFS private key certificate is now saved to the location d:\my-EFS-certificate.

    That’s it!