Archive for the ‘Tips & Tricks’ category

How to Change Power Button Action in Windows 10 / 8 / 7

June 29th, 2017 by Admin

How to change what power button does in Windows 10? Every desktop/laptop computer has a hardware power button without any exception whatsoever. By default, pressing the power button will put your computer to shut down, but in Windows 10/8 it just puts your PC into sleep. To shut down a computer running Windows 10/8, you might have to press the power button for long duration.

This tutorial shows you a simple way to change the default action of the hardware power button so that when it is pressed, Windows will go into sleep, hibernate, shut down, or even do nothing.

How to Change Power Button Action in Windows 10 / 8 / 7?

  1. Open the Control Panel in Large icons view, and then click Power Options.

  2. From the Power Options window, click the Choose what the power button does link from the left pane.

    choose-what-power-button-does

  3. Click on the Change settings that are currently unavailable link.

    change-settings-currently-unavailable

  4. You should see two drop-down menus to configure the default action when you press the power button. One is for when the laptop’s running on battery power, the other for when it’s plugged in.

    change-power-button-action

    Select the action you want (Do nothing, Sleep, Hibernate, Shut down or Turn off the display), and click Save changes.

  5. This change will take effect immediately. Press the hardware power button and it should now function as you expect. That’s it!

Fix: Windows 10 Store Not Working

June 27th, 2017 by Admin

The Store in Windows 10 won’t open? Windows Store apps not downloading or updating? So if you’ve been facing this issue, let see how you can fix it easily and get Windows 10 Store back to work.

Method 1: Clear the Windows Store Caches

  1. Press the Windows key + R to open the Run command box, or open the Command Prompt as administrator.
  2. Type wsreset and press Enter. After a few minutes, all Store cache and corrupt settings are reset, and your Windows Store shall open normally.

    wsreset

If the wsreset command doesn’t work, you can open File Explorer. Browse to the following directory and delete the local caches of Windows Store:
C:\Users\user_name\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache

Note: Replace user_name with the name of your Windows account. By default, the AppData directory is hidden and you need to set Windows to show hidden files.

Method 2: Re-register Windows Store Apps

  1. Type powershell in the Cortana search box on your taskbar. Right-click on the Powershell app from the result, and choose Run as administrator.

    run-powershell-as-administrator

  2. In the administrative PowerShell window, paste the following command and hit Enter to re-register the store apps.

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    register-store-apps

  3. Once the command is successfully executed, you can close Windows PowerShell. After restarting the system, problems with Windows 10 Store should be fixed.

Method 3: Official Troubleshooter to Fix Issues with Windows 10 Store

Microsoft has a troubleshooter that scans your system and automatically fixes any problems that might be preventing any Windows Store apps from working correctly. Windows Store Apps Troubleshooter isn’t built-in to Windows, you can easily download it for free from this link.

How to Create and Use Virtual Desktop in Windows 10

June 26th, 2017 by Admin

Have too many shortcuts and files on your desktop? Got too many apps or windows open on one screen? Windows 10 comes with a new built-in feature called Task View, which allows you to create multiple virtual desktops on a single monitor. In this tutorial we’ll show you how to create and use multiple virtual desktops in Windows 10.

Part 1: Create Virtual Desktop

Click the Task View button next to the Cortana search box on your taskbar. Alternatively, press the Windows+Tab keyboard shortcut to open Task View.

task-view

You’ll see a button in the bottom-right corner of your screen labeled “New desktop“. Just click this button to create a new virtual desktop. You can use this method to create an unlimited number of virtual desktops.

create-virtual-desktop

Part 2: Switch Between Virtual Desktops

Virtual desktops not only give you more desktop space for separate task-related windows, but also allow you to quickly and easily access what you need. For example, you can run productivity apps (such as Office, OneNote, email) on your first virtual desktop, and use the second desktop for gaming.

To switch between virtual desktops, click the Task View button on the taskbar and then select the desktop you want to switch to.

switch-between-virtual-desktops

You can also quickly switch virtual desktops by using the keyboard shortcuts: Windows key + Ctrl + Left Arrow, Windows Key + Ctrl + Right Arrow.

Part 3: Move Application from One Virtual Desktop to Another

Click the Task View button on the taskbar. From Task View, you can drag-and-drop open program windows from the current desktop into a different one, or right-click the app you want move, select Move to, and select the desktop you want to move the app.

move-applications-between-virtual-desktops

Part 4: Close Virtual Desktop

To close your current desktop, just press the keyboard shortcut: Windows key + Ctrl + F4. That’s about all there is to Windows 10 virtual desktops.

2 Methods to Disable Narrator in Windows 10, 8 and 7

June 22nd, 2017 by Admin

How to turn off Narrator permanently or disable Narrator shortcut key in Windows? When you accidentally press the Windows + Enter (or Windows + Ctrl + Enter in Windows 10) hotkey, this will open up the built-in Narrator app, which puts a blue box to the button or text with keyboard focus.

narrator-blue-box

If you want to quickly exit Narrator, press Caps Lock+Esc. In this tutorial we’ll show you 2 easy methods to turn off / disable Narrator completely in Windows 10, 8 and 7.

Method 1: Disable Narrator Shortcut Key

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

    regedit

  2. When the Registry Editor opens up, navigate to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Narrator\NoRoam

    disable-narrator-shortcut

    Double-click the WinEnterLaunchEnabled value in the right pane.

  3. When the Edit DWORD (32-bit) Value dialog box opens, type 0 in the Value data field and click OK.

    WinEnterLaunchEnabled

  4. Now you’ve successfully disabled Narrator shortcut key. Try to press the Windows + Enter or Windows + Ctrl + Enter shortcut, it won’t start Windows Narrator any longer.

After disabling Narrator hotkey, you can still open Windows Narrator using other methods descried in this tutorial. If you want to turn off Narrator permanently, proceed to the next method.

Method 2: Turn Off Narrator Permanently

  1. Open Windows Explorer and navigate to the directory C:\Windows\System32.
  2. The Narrator.exe file is protected by system, and you need to take ownership of it before making any changes. If you don’t know how to change ownership, you can take use of the freeware TakeOwnershipPro.

    take-ownership-narrator

  3. Right-click on the Narrator.exe file and then select Properties from the context menu.
  4. When the Properties window opens, choose the Security tab and click the Edit button to change permissions.

    change-file-permissions

  5. Choose your own user from the list, and then deny the Read & Execute and Read permissions and click OK.

    deny-execute-narrator

  6. Now you’ve turned off Narrator on your Windows computer.

6 Ways to Access Narrator in Windows 10 – Tutorial

June 22nd, 2017 by Admin

Narrator is a screen reader utility that is built into Windows 10, which can read text on the screen aloud so you can use the computer without a display. This is especially useful for the visually impaired. In this tutorial we’ll show you 6 quick ways to access Narrator in Windows 10.

windows-narrator

Method 1: Access Narrator in Windows 10 Using Keyboard Shortcut

The fastest way of opening Narrator is to press the Windows logo key + Ctrl + Enter keyboard shortcut. Press the shortcut again and it will close Narrator immediately.

Method 2: Access Narrator in Windows 10 via Run or Command Prompt

Press the Windows logo key + R to open the Run box, or open a Command Prompt. Type narrator and hit Enter. This will open Narrator in no time.

run-narrator

Method 3: Access Narrator in Windows 10 Using Cortana

Click the Cortana Search box in the taskbar, and type narrator. Click the Narrator desktop app from the result.

open-narrator-via-cortana

Method 4: Access Narrator in Windows 10 from Start Menu

Click the Start button. Once the Start Menu is opened, expand Windows Ease of Access and you can then access Narrator.

open-narrator-from-start-menu

Method 5: Access Narrator in Windows 10 Using Settings App

Open the Settings app in Windows 10, and then click Ease of Access.

ease-of-access-settings

Select the Narrator tab in the left. Locate Narrator in the right pane and then toggle it to On.

turn-on-narrator

Method 6: Access Narrator in Windows 10 Using Control Panel

Open Control Panel and set the View by option to Large icons, and then click Ease of Access Center.

ease-of-access-center

Click Start Narrator and it will open Narrator app immediately.

start-narrator

That’s all there is to it.

Fix: Missing “Open command window here” in Windows 10 Creators Update

June 19th, 2017 by Admin

After upgrading to Windows 10 Creators Update, you may find that the “Open command window here” option is not showing up in the context menu of File Explorer, and it was replaced with “Open PowerShell window here“. In this guide, we’ll walk you through the steps to add the missing option “Open command window here” back to the context menu in Windows 10 Creators Update.

open-command-window-here-windows-10

How to Add “Open command window here” Back to Windows 10 Creators Update?

  1. Press the Windows key + R keyboard shortcut to open the Run command. Type regedit and hit Enter.

    regedit

  2. In the Registry Editor, navigate to HKEY_CLASSES_ROOT\Directory. By default, the Directory key is protected from changes. You’ll need to take ownership of it firstly. Follow this tutorial to take ownership of the Directory key before proceeding with the steps below.

    registry-permissions

  3. Browse to the following key:
    HKEY_CLASSES_ROOT\Directory\shell\cmd

    HideBasedOnVelocityId

    Right-click the HideBasedOnVelocityId value on the right pane, and select Rename. Rename it to ShowBasedOnVelocityId.

  4. Next, browse to this key:
    HKEY_CLASSES_ROOT\Directory\Background\shell\cmd

    rename-HideBasedOnVelocityId

    Rename a DWORD value HideBasedOnVelocityId to ShowBasedOnVelocityId.

  5. Once done, hold down the SHIFT key and then right-click on a folder in File Explorer, you’ll see the “Open command window here” option is back to the context menu. The option will also be available when using SHIFT + right-click on an empty space within a folder.

Automatically Delete Temporary Files with Windows 10 Storage Sense

June 15th, 2017 by Admin

C: Drive is constantly running out of space? Tired of cleaning up temporary files on Windows manually? Starting with Windows 10 Creators Update, there is a new feature called Storage Sense which can automatically free up disk space on your computer, by deleting temporary files and content in your recycle bin older than 30 days.

How to Automatically Delete Temporary Files with Windows 10 Storage Sense?

  1. Open the Settings app by pressing Windows + I keyboard shortcut, and then click the System category.

    system

  2. Select the Storage tab on the left. You’ll see the new Storage sense feature on the right. It’s disabled by default, so switch the toggle to On to start using it.

    storage-sense

  3. If you want to change what Storage Sense cleans up, click the “Change how we free up space” link.
  4. On the next page you can choose to “Delete temporary files that my apps aren’t using” and “Delete files that have been in the recycle bin for over 30 days“.

    free-up-windows-10-disk-space

    A little further down the page, there’s also an option that allows you to manually run a disk cleanup. If you click on the Clean now button, Storage Sense will free up your disk space immediately.

How to Uninstall or Reinstall Sticky Notes in Windows 10

June 14th, 2017 by Admin

Sticky Notes not opening or stop working in Windows 10? Sticky Notes is currently not available to you? In this tutorial we’ll show you a simple way to uninstall or reinstall Microsoft Sticky Notes app in Windows 10.

windows-10-sticky-notes

Part 1: Uninstall / Remove Sticky Notes in Windows 10

  1. Press the Windows key + X shortcut to open the WinX menu. Choose either “Windows PowerShell (Admin)” or “Command Prompt (Admin)“.

    windows-powershell-admin

  2. Type or paste the following command and then press Enter key on the keyboard.
    Get-AppxPackage Microsoft.MicrosoftStickyNotes | Remove-AppxPackage

    uninstall-sticky-notes-app

  3. After a while, Sticky Notes has been successfully uninstalled / removed from your Windows 10 computer.

Part 2: Install Sticky Notes in Windows 10

  1. Open the Windows 10 Store app. Type Sticky Notes in the search box and then click the Microsoft Sticky Notes app from the result.

    windows-10-store-app

  2. Click the Get button. It will begin to download and install the latest version of Sticky Notes app on your computer.

    install-windows-10-sticky-notes

So that is how you can reinstall Sticky Notes application in Windows 10. Quickly get things working correctly.

Stop Windows 10 from Syncing Desktop Wallpaper Between Computers

June 9th, 2017 by Admin

How do I stop wallpaper syncing between devices? By default, Windows 10 will automatically sync your settings (including wallpaper, theme, Web browser settings, passwords, and other Windows settings) to all your Windows devices where you log in with the same Microsoft account. If you’d rather have a different wallpaper on every computer, you can selectively disable theme syncing in Windows 10.

How to Stop Windows 10 from Syncing Desktop Wallpaper Between Computers?

  1. Press the Windows logo key + I keyboard shortcut to open up the Settings app, and then click Accounts.

    accounts-settings

  2. Click the Sync your settings tab on the left side to view all of the sync settings. Under the Individual sync settings, turn off the Theme option.

    windows-10-sync-settings

  3. You will then need to repeat this process on other Windows 10 computers that you sign in with the same Microsoft account, otherwise syncing will still happen in one direction.
  4. After this, when you change the wallpaper or window color on one machine, the others shouldn’t be affected. That’s it!

2 Ways to Prevent Changing Desktop Background in Windows 10

June 8th, 2017 by Admin

Need to lock down the desktop wallpaper on your computer to stop kids from changing it? In this tutorial, we’ll walk you through the steps to prevent users from changing the current desktop background using the Local Group Policy Editor and Registry Editor.

Method 1: Prevent Changing Desktop Background in Windows 10 Using Group Policy

  1. Open the Local Group Policy Editor and navigate to:
    User Configuration -> Administrative Templates -> Control Panel -> Personalization

    prevent-changing-desktop-background

    Double-click the Prevent changing desktop background policy on the right side.

  2. Check the Enabled radio box, click Apply and OK.

    stop-changing-desktop-background

  3. The policy settings will apply immediately. Now when you try to change the desktop wallpaper by going to Settings -> Personalization -> Background, you’ll see a message that says “Some settings are managed by your organization“, and the options are greyed out.

Method 2: Prevent Changing Desktop Background in Windows 10 Using Registry Editor

  1. Open the Registry Editor and browse to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

    policies-new-subkey

    Right-click the Policies key on the left side, select New -> Key. Name it ActiveDesktop.

  2. With the new ActiveDesktop key selected, right-click any empty space on the right side, select New -> DWORD (32-bit) Value. Name the new DWORD NoChangingWallPaper and set its value to 1.

    NoChangingWallPaper

  3. Reboot your computer for the changes to take effect. Your desktop background is now protected and anyone can not tamper it. When you right-click on a image and select “Set as desktop background” from context menu, nothing will happen.

Alternatively, you can also set a default desktop background in Windows 10 to prevent users from changing the desktop wallpaper image.