Author Archive

How to Restore Desktop Icons in Windows 10

November 11th, 2016 by Admin

All your desktop icons were missing after restarting your computer? How can I get those icons showing up again? It’s a known issue in Windows 10 that all of a sudden the icons on your desktop might disappear without warning. In this tutorial we’ll show you 3 methods to restore missing / disappeared desktop icons (including This PC, Network, Control Panel and Recycle Bin) in Windows 10.

Method 1: Make sure Show Desktop icons is enabled

Right-click on any empty space on your desktop. From the context menu, select View and then check for the Show desktop icons at the bottom. You should be able to see all of your desktop icons.

show-desktop-icons

Method 2: Turn off tablet mode

If you’ve accidentally enabled tablet mode, Windows 10 will display the Start Screen instead of the desktop every time you sign into your account, so you will see no desktop icons showing up on your screen. Switching back and forth between Desktop mode and Tablet mode would fix your problem.

tablet-mode-in-action-center

To disable Tablet mode, click the Action Center icon (looks like a speech balloon) on the taskbar, and then click on the Tablet mode button. Your system will then change back to desktop mode. Hopefully all your desktop icons are restoring back.

Method 3: Restore Most Common Desktop icons

If your default desktop icons (like This PC, Control Panel etc.) are missing, you can make them visible from the Settings app. To get started, press the Windows key + I hotkey to open the Settings window. Click Personalization. Next select Themes tab on the left, click the Desktop icon settings link on the right. From the popup window, you can check all desktop icons and click OK.

Now Windows 10 should display the common desktop icons on the screen. That’s about it, I hope this article helped you to get your desktop icons back. If you have any comments, or questions, just reach for the comments below.

Fix: Windows 10 Opens Right-Click Context Menu to Left Side

November 11th, 2016 by Admin

In Windows 10, the right-click context menu will open to the left side of the cursor as default. If you’re accustomed to seeing the context menu on the right side, you can tweak this behavior easily. This tutorial shows you 2 simple ways to make Windows 10 display right-click context menu on the right side instead of the left side.

open-context-menu-to-left-side

Method 1: Make Windows 10 Open Context Menu to The Right in Tablet PC Settings

  1. Press the Windows key + R to open the Run box. Type the following command and press Enter.
    shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}

    open-tablet-settings-via-run

  2. When the Tablet PC Settings dialog opens, click Other tab. Check the Left-handed option and click OK.

    tablet-pc-settings

  3. Sign out of your account or restart your computer. Windows 10 will open the right-click context menu to the right side of your cursor.

Method 2: Make Windows 10 Open Context Menu to The Right Using Registry Editor

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

    regedit-via-run

  2. In the left pane of Registry Editor, navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows

    MenuDropAlignment

    You should see a value named MenuDropAlignment in the right pane (If it doesn’t exist, create a new string value named MenuDropAlignment). Double-click on it to modify.

  3. In order to make context menu open to the right side, type 0 in the Value data field and click OK.

    edit-MenuDropAlignment

    If you want Windows to show context menu to the left side, just set MenuDropAlignment back to 1.

  4. After you edit the value, you need to sign out and sign in back to your Windows account or restart your computer. Windows should place the context menu on the right side.

How to Change DPI Scaling Settings in Windows 10

November 5th, 2016 by Admin

A lower DPI will make screen elements (for example, icons, fonts and windows) appear smaller and a higher setting will make them appear bigger. By default Windows has system-wide scaling setting of 96 DPI. In this tutorial we’ll show you 3 ways to change Windows 10 DPI settings to the scaling level you want.

Method 1: Change Windows 10 DPI Settings from Settings

  1. Right-click an empty area on your desktop, and then select Display settings from the context menu.

  2. The Settings app will open the Display tab. In the right pane, click on the drop-down menu to “Change the size of text, apps, and other items” and select the DPI percentage you want to set for your display.

  3. Just underneath that you’ll see a link labelled “Custom scaling“. If you don’t like the default scale levels, you can click that link to set a custom scaling percent from 100 to 500.

  4. When you’re done, sign out and sign in to see the DPI changes.

Method 2: Change Windows 10 DPI Settings from Control Panel

  1. Open the Control Panel in Large icons view. Click Display.

    display

  2. Under Change size of items, click on the set a custom scaling level link.

    set-custom-scaling-level

  3. This brings up the familiar old Custom sizing options dialog. From there, you can select the scaling percentage you want from the drop-down menu, or drag the ruler left or right to the scaling percentage that suits your monitor.

    custom-sizing-options

  4. Click OK and sign out for the new DPI settings to take effect.

Method 2: Change Windows 10 DPI Settings Using Registry Editor

  1. Press the Windows key + R to open the Run box. Type regedit and hit Enter to access Registry Editor.

    regedit-via-run

  2. Navigate to the following registry key in the left pane.
    HKEY_CURRENT_USER\Control Panel\Desktop
  3. In the right pane you’ll see two settings labeled Win8DpiScaling, LogPixels. In my example, LogPixels is set to (decimal) 96 for 96 DPI.

    Win8DpiScaling

  4. Set Win8DpiScaling to 0 if you want to disable DPI scaling, or set it to 1 for enabling custom DPI scaling. When Win8DpiScaling is set to 1, you can then change the DPI scaling level by modify the LogPixels value.
  5. When it’s done, close the Registry Editor and reboot your computer.

How to Disable Sticky / Filter Keys Permanently in Windows 10

November 4th, 2016 by Admin

Windows 10 sticky or filter keys ruining your gaming experience? For example, if you accidentally press the Shift key on your keyboard five times in a row, then the Sticky Keys window pops up and asks you if you want to turn on Sticky Keys feature. In this tutorial we’ll show you how to disable / turn off the annoying Sticky & Filter Keys permanently in Windows 10.

filter-keys-popup

How to Disable Sticky / Filter Keys Permanently in Windows 10?

  1. Open the Control Panel and change the view to Large icons, and then click Ease of Access Center.

    ease-of-access-center

  2. Scroll down to the Explore all settings section, then click Make the keyboard easier to use.

    make-keyboard-easier-to-use

  3. In the window that shows up, uncheck the boxes for “Turn on Sticky Keys” and “Turn on Filter Keys” to turn off the Sticky / Filter Keys features.

    disable-sticky-filter-keys

  4. To prevent Windows from popping up the Sticky / Filter Keys popup dialog, you also need to disable the corresponding keyboard shortcuts.

    • Disable Sticky Keys Keyboard Shortcut

      Click the Set up Sticky Keys link. In the Sticky Keys setup screen, uncheck the box for “Turn on Sticky Keys when SHIFT is pressed five times“.

      disable-sticky-keys-popup

    • Disable Filter Keys Keyboard Shortcut

      Click the Set up Filter Keys link. In the Filter Keys setup screen, uncheck the option for “Turn on Filter Keys when right SHIFT is pressed for 8 seconds“.

      disable-filter-keys-popup

  5. Click OK to save your changes. Now you’ve successfully turned off both Sticky Keys and Filter Keys permanently in Windows 10. You will never be disturbed by the annoying window that pops up asking you for turning on the Sticky / Filter Keys.

2 Ways to Recover BitLocker Recovery Key for Surface Pro

November 3rd, 2016 by Admin

Surface Pro keeps asking you for BitLocker recovery key at startup? If you’re locked out of the tablet, there is no way to backup your files even if you boot it from Linux/WinPE bootable media, because Surface Pro has BitLocker encryption turned on by default. In this tutorial we’ll show you 2 ways to find, retrieve and recover the BitLocker recovery key for Surface Pro tablet.

Method 1: Recover Surface Pro BitLocker Recovery Key from Command Prompt

If you can still log on to your Surface Pro tablet as administrator, you can find and recover BitLocker recovery key easily, by using the Command Prompt. Here’s how:

  1. Press the Windows key + X to open the Power User menu. Select “Command Prompt (Admin)“.
  2. At the Command Prompt, type the following command and press Enter.
    manage-bde -protectors C: -get

    recover-bitlocker-recovery-key-from-cmd

  3. You’ll see the output screen similar to the picture above. The 48-digit password is the BitLocker recovery key that was used to encrypt your hard drive. Write it down on a piece of paper that you keep somewhere safe, or store in an external USB flash drive.

Method 2: Recover Surface Pro BitLocker Recovery Key from Microsoft Account

When you’re locked out of Surface Pro, you still have chance to recover the BitLocker recovery key from Microsoft account. The first time you log into Surface Pro with Microsoft account, the BitLocker recovery key is automatically uploaded to iCould. Here’s how to find it:

  1. Using a working PC or phone connected to the Internet, open the the Microsoft OneDrive Recovery Key page and sign in with the same Microsoft account you used on your Surface Pro.
  2. After logging into your online Microsoft account, you’ll see the actual key ID and long BitLocker recovery key number. You can either write the key down or print it out to a piece of paper.

    onedrive-bitlocker-recovery-key

If your Surface Pro is displaying a BitLocker recovery screen each time it boots but you’re still unable to find the recovery key, you might have to reset Windows to factory defaults. You’ll be able to use your tablet again, but you’ll lose all the files stored on it.

2 Ways to Mount and Unmount VHD / VHDX from Command Line

November 2nd, 2016 by Admin

Virtual hard disk (VHD / VHDX) is a disk image file format for storing the complete contents of a hard drive. In this tutorial we’ll show you how to mount and unmount VHD / VHDX file from Command Prompt and PowerShell.

Method 1: Mount and Unmount VHD/VHDX from Command Prompt

This method allows you to mount and unmount VHD/VHDX file in all versions of Windows, including Windows 10 / 8 / 7 and Windows Server.

  1. Open the Command Prompt in Administrator mode.

    winx

  2. At the Command Prompt, type diskpart and press Enter to access the command-line disk partitioning utility.
  3. Before mounting or unmounting virtual disk, you need to specify the location of your vhd/vhdx file. Type the following command and hit Enter.
    select vdisk file="[location of vhd]"
  4. You can now mount or mount your VHD/VHDX file using the below commands:

    • To mount VHD/VHDX file, type attach vdisk and press Enter. You can see a new virtual hard drive in your Disk Management and Windows Explorer.

      mount-vhd-from-command-line

    • To unmount a virtual hard disk, type detach vdisk and press Enter.

Method 2: Mount and Unmount VHD/VHDX from PowerShell

In Windows Server 2016 / 2012 / 2008, you can also mount and unmount VHD/VHDX file using the PowerShell cmdlet. Here’s how:

  1. Open the PowerShell as Administrator.
  2. When the command-line window opens, you can run the Mount-VHD cmdlet to mount your vhd/vhdx file.
    Mount-VHD –Path "[location of vhd]"
  3. To unmount your virtual hard disk, just run the Dismount-VHD cmdlet instead.
    Dismount-VHD –Path "[location of vhd]"

If you get the error message like “Mount-VHD is not recognized as the name of a cmdlet“, you need to add a feature named “Hyper-V Module for Windows PowerShell” to your server.

Bypass Windows Admin Password on Panasonic Toughbook

November 2nd, 2016 by Admin

Haven’t used your Toughbook for a long time and forgot the admin password? Not being able to log into your own computer is annoying. Luckily there is a bootable CD that can help you get back into your Panasonic Tougbook – PCUnlocker. Here we’ll walk you through the steps of bypassing Windows 10/7 admin password on Panasonic Toughbook.

Note: This method requires you to change the boot priority order in the Panasonic Toughbook. If you’ve forgotten the BIOS password, please try the backdoor password Biostar, or contact Panasonic customer support for help.

Part 1: Create A Bootable USB Drive

To get started, download the PCUnlocker Enterprise and save the .zip file to the local hard drive of your current PC. Double-click the zip file and drag the pcunlocker.iso file and drop it to your desktop.

Download the free USB/CD creator software ISO2Disc. Launch ISO2Disc, then click the Browse button to select the pcunlocker.iso file on your desktop. Choose your USB drive from the device list. If your Panasonic Toughbook is running Windows 10, select the “GPT (required for UEFI boot)” option. Otherwise choose the default option “MBR (required for legacy/CSM boot)“.

Click Start Burn. It begins creating a bootable USB drive and installing PCUnlocker onto it.

Part 2: Reset Panasonic Toughbook Password

Plug the USB drive into the USB port of Panasonic Toughbook. While turning on the machine, hold down the F2 key (or DEL key) until you see the UEFI/BIOS Setup screen. Under the UEFI/BIOS Setup, select the Boot tab and move your USB drive to the top of boot priority order. Save your changes and exit.

After booting from USB, it will load the WinPE OS temporarily. When you get to the PCUnlocker program, select the administrator account and click on Reset Password button. This will remove your lost Windows password and restore your account’s properties to default: unlocked, enabled and never expire.

Reboot your machine and unplug the USB drive. Boot into the UEFI/BIOS again and change the boot priority order back to hard drive first. You can then boot Panasonic Toughbook into Windows desktop without entering a password.

5 Ways to Open Task Scheduler in Windows 10

November 1st, 2016 by Admin

How can I access Task Scheduler from command line? Task Scheduler is a built-in utility in Windows that allows you to run an application, service or script at a certain time. In this tutorial we’ll show you 5 ways to open Task Scheduler in Windows 10.

Method 1: Open Task Scheduler from Run

Just press the Windows key + R to open the Run box. Type taskschd.msc and press Enter.

taskschd

Method 2: Open Task Scheduler from Command Prompt

Open the Command Prompt. In Windows 10, you can press the Windows key + X and select Command Prompt from the Power User menu.

winx

At the Command Prompt, type control schedtasks and hit Enter.

task-scheduler-via-cmd

Method 3: Open Task Scheduler Using Cortana Search

Click the Cortana Search box on the Windows 10 taskbar, type schedule and click on the Task Scheduler search result.

search-task-scheduler

Method 4: Open Task Scheduler from Control Panel

Open the Control Panel in Windows 10. Set the View by option to Small icons or Large icons. Click Administrative Tools.

administrative-tools

From the new window, you can click the Task Scheduler shortcut to launch it.

task-scheduler-shortcut

Method 5: Open Task Scheduler from Start Menu

Click the Start button in Windows 10. From the Start Menu, expand Administrative Tools and then click Task Scheduler.

task-scheduler-via-start-menu

If you’re running Windows 7, you can find Task Scheduler by going to Start Menu -> All Programs -> Accessories -> System tools -> Task Scheduler.

How to Disable Any Shortcut Keys in Windows 10 / 8 /7

October 31st, 2016 by Admin

Is there a way to disable certain keyboard shortcuts in Windows? Sometimes or even frequently you might press a hotkey accidentally that can disrupt your productivity. In this tutorial we’ll show you how to use the freeware AutoHotkey to disable any certain global hotkeys (keyboard shortcuts) in Windows 10 / 8 / 7.

How to Disable Any Shortcut Keys in Windows 10 / 8 /7?

In this example, we’ll demonstrate how to disable the [Windows] + [+] hotkey in Windows 10. Just make a few changes with the AutoHotkey script and you can disable other keyboard shortcuts as well.

  1. AutoHotkey is a free, open-source automation and scripting tool for Windows platform. Go to AutoHotkey’s website and download the installer.
  2. After the download is complete, double-click the installer. When you’re asked to choose the installation type, select Express Installation.

    autohotkey-install-type

  3. When the installation is complete, click Exit. Now it’s time to create your first script.

    complete-install-autohotkey

  4. Right-click any empty space on your desktop (or any directory), and then select New -> AutoHotkey Script from the context menu.

    new-autohotkey-script

  5. Name the script file whatever you like, then open it up with your favorite text editor or NotePad.

    edit-autohotkey-script

  6. Place your cursor at the end of the last sentence and press Enter. Copy and paste the following line which tells AutoHotkey to disable the [Windows] + [=] / [+] shortcut key.
    #=::Return

    disable-windows-plus-hotkey

    In this case, the # symbol represents the Windows key. Here’s an example script to disable Alt + Tab, Windows + Tab, Left/Right Windows key:

    ; Disable Alt+Tab
    !Tab::Return

    ; Disable Windows Key + Tab
    #Tab::Return

    ; Disable Left Windows Key
    LWin::Return

    ; Disable Right Windows Key
    RWin::Return

  7. Save the script file. Right-click on it and select Run Script. Now press the [Windows] + [+] keyboard shortcut and you’ll find nothing happen. This way allows you to temporarily disable your desire shortcut keys by running the script manually.

    run-autohotkey-script

If you want to permanently disable the shortcut key, you can create a scheduled task to run your AutoHotkey script when your PC starts up.

3 Ways to Turn Off / Disable Magnifier in Windows 10

October 31st, 2016 by Admin

Accidentally activate the Magnifier that disrupts your work? Look for a way to prevent the Magnifier from starting up automatically at every startup?

windows-magnifier

When you press the (Win & +, Win & ) keyboard shortcuts, it will open the Magnifier immediately and you then have to press the Win & ESC keys to close it. In this tutorial we’ll show you 3 ways to turn off or disable Magnifier permanently in Windows 10.

Method 1: Stop Magnifier Loading Up When Windows 10 Starts

If the Magnifier starts up automatically every time you turn on the computer, you can turn off Magnifier from Control Panel and get it to stop loading up at the boot time.

  1. Open the Control Panel in Windows 10, select Large icons or Small icons from the View by menu. Click Ease of Access Center.

    ease-of-access-center

  2. In the “Explorer all settings” section, click the “Make the computer easier to see” link.

    make-pc-easier-to-see

  3. Scroll down until you find a section that says “Make things on the screen larger”. Uncheck the box next to “Turn on Magnifier” and click OK.

    turn-off-magnifier

Method 2: Disable Windows 10 Magnifier Permanently

Even if you’ve turned off Magnifier at startup, the Magnifier can also be activated if you press the (Win & +, Win & ) keyboard shortcuts mistakenly. Then you can consider disabling Windows 10 Magnifier permanently. Here’s how:

  1. Open the Command Prompt in Administrator mode. This can be done in Windows 10 by pressing the Win + X keys and selecting “Command Prompt (Admin)“.

    winx

  2. Run the following two commands to change the ownership of the Magnify.exe app and grant full permissions to Administrators. Without this step you’re unable to rename or make any change to the Magnify.exe file.
    takeown /f C:\Windows\System32\Magnify.exe
    cacls C:\Windows\System32\Magnify.exe /G administrators:F

    change-magnify-ownership

  3. Open your File Explorer and go to your system directory: C:\Windows\System32. locate the Magnify.exe file. Right-click on it and rename the filename to Magnify.exe.bak.

    rename-magnify

  4. Now when you press the (Win & +/) shortcut keys, the Magnifier application will not start any longer.

Method 3: Disable Keyboard Shortcut for Activating Magnifier

AutoHotkey is a free macro-creation and automation-oriented scripting utility for Windows. Just create a simple script and you can disable the keyboard shortcut (Win & +) which can activate Magnifier accidentally. To get started, please check out the next post: How to Disable Any Shortcut Keys in Windows 10 / 8 /7