Archive for the ‘Others’ category

Add Devices and Printers To My Computer in Windows 10 / 8 / 7

November 6th, 2017 by Admin

How can I find Devices and Printers in Windows 10? Devices and Printers lets you easily view and manage peripheral devices in one place, such as printers, webcams, external storage devices and monitors. In this tutorial we’ll show you how to add Devices and Printers to My Computer (or “This PC”) in Windows 10 / 8 / 7.

How to Add Devices and Printers To My Computer?

  1. Open the Command Prompt as administrator.
  2. Copy-paste the following command and press Enter.

    reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8A91A66-3A7D-4424-8D24-04E180695C7A}

  3. Once pressing Enter, open the Windows Explorer again and you can see the “Devices and Printers” shortcut appear in My Computer (or “This PC”).

If you want to remove Devices and Printers from My Computer (or “This PC”) again, just copy-paste the following command instead:

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8A91A66-3A7D-4424-8D24-04E180695C7A} /f

It’s that simple!

How to Open the Devices and Printers in Windows 10

November 6th, 2017 by Admin

Device and Printers gives you a simple way to access and manage external devices (including printers, scanners, faxes, cameras) connected to your computer. From there you can see how many documents are in the printing queue, set the paper size for printing, add or delete a printer, etc. In this tutorial we’ll show you 4 quick ways to access the Devices and Printers in Windows 10.

Method 1: Open the Devices and Printers in Windows 10 from Run or Command Prompt

Simply press the Windows key + R shortcut to bring up the Run dialog, or open the Command Prompt. Type control printers and press Enter. The Devices and Printers window will open immediately.

Method 2: Open the Devices and Printers in Windows 10 from Control Panel

Open the Control Panel and choose Large icons under the View by drop-down list. Click on Devices and Printers.

Method 3: Open the Devices and Printers in Windows 10 from Settings

Press the Windows key + I shortcut to open Settings, and then click Devices.

Scroll down to the “Related settings” section on the right pane, click the Devices and printers link.

Method 4: Add the Devices and Printers Context Menu in Windows 10

If you need to access Devices and Printers frequently, you can add Devices and Printers to the Desktop context menu. Follow these steps:

  1. Download the registry files from this link (in .zip format). Extract the zip archive and you’ll get two .reg files.
  2. Double-click on the add-devices-and-printers-context-menu.reg file in File Explorer.
  3. When you see the User Account Control, click Yes to continue. Afterwards, click Yes to add the information to Registry.

  4. Now, right-click on the empty space on your desktop. You can get to the “Devices and Printers” shortcut from the context menu.

How to Remove / Restore “3D Objects” Folder on Windows 10

November 3rd, 2017 by Admin

After upgrading to Windows 10 Fall Creators Update, you may noticed a weird folder under This PC of File Explorer. It’s called 3D Objects. By default, that folder is empty and any creations you make in Paint 3D or 3D Builder application are saved into it.

If you’re not interested in 3D printing, you can remove the “3D Objects” folder from ‘This PC’ in File Explorer. Here’s a simple way to remove or restore “3D Objects” folder on Windows 10.

Part 1: Remove “3D Objects” Folder on Windows 10

  1. Open the Command Prompt in Windows 10.
  2. Copy and paste the following command in the Command Prompt, and press Enter.

    reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A} /f

  3. You’re now done. Close File Explorer and open it again, the “3D Objects” folder should be gone from ‘This PC’ on Windows 10.

Part 2: Restore “3D Objects” Folder on Windows 10

If you want to restore the “3D Objects” folder back to ‘This PC’ in File Explorer, just run the following command at the Command Prompt:

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}

When it’s done, open File Explorer again and you’ll see the ‘3D Objects’ folder reappear in ‘This PC’.

How to Map a Network Drive in Windows 10

November 2nd, 2017 by Admin

If you need to frequently access a shared folder that is stored on a networked PC, it’s necessary to map a drive letter to that shared folder to make it easier to access. In this tutorial we’ll walk you through the steps of mapping a network drive in Windows 10.

How to Map a Network Drive in Windows 10?

  1. Press the Windows key + E shortcut to open a File Explorer window.
  2. Click This PC from the left navigation pane. Select the Computer tab at the top and then click the Map network drive button.

  3. Click the Drive drop-down menu and choose the drive letter you want to assign, then enter the address of the shared folder to which you want to map the drive and click Finish.

  4. When the Windows Security dialog box appears, type the username and password of the computer that is sharing the folder you want to map. Note: If you keep getting the error message “username or password is incorrect“, try to give the username as “ip_address\username“.

  5. After mapping, the network drive will show up in File Explorer. You can click that drive to access the shared folder as though it were a local drive.

    If you want to remove mapped network drive, just right-click on it and select Disconnect.

If you’re running Windows Server Core without a GUI, you can map a network drive using the command line. Just type the following command, where Z: is the drive letter you want to assign to the shared folder. The persistent switch can make the mapped drive persist over reboots.

net use Z: \\remotepc\sharename /persistent:yes

Once pressing Enter, it will prompt you to enter the credentials of an account authorized to access the shared folder.

You can later delete a mapped network drive by typing in the command below.

net use Z: /delete

That’s all there is to it. If you have any problems mapping a network drive in Windows 10, post a comment. Enjoy!

How to Turn On / Off Game Mode in Windows 10

October 26th, 2017 by Admin

Game Mode is a new feature introduced since Windows 10 Creators Update, which can improve gaming performance by preventing any other programs from hogging CPU and GPU cycles. While playing game, you should enable Game Mode if you don’t wish to be bothered by Windows Update or you’ve got some CPU/RAM-intensive programs like Chrome running in the background. In this tutorial we’ll show you how to turn on / off Game Mode for your preferred game in Windows 10 Fall Creators Update.

Part 1: Check If Your System Supports Game Mode

Before getting started, you need to check if your computer supports Game Mode. Press the WIN + I shortcut to open the Settings app. Click on Gaming.

Select the Game Mode tab in the left pane. You should see a text saying “This PC supports Game Mode“.

Next, move to the Game bar tab and find out the keyboard shortcut which we’ll later use to open Game bar. By default, it’s WIN + G.

Part 2: Turn On / Off Game Mode in Windows 10

While you are in the game, press the WIN + G keyboard combination to open the Game bar. Next, click the Settings icon to the extreme right.

In the next screen that opens, check the box labeled “Use Game Mode for this game“. If you want to disable Game Mode later, just uncheck that box.

Now close the dialog box. You need to restart the game for the changes to take effect.

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