Author Archive

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

6 Ways to Open On-Screen Keyboard in Windows 10

October 28th, 2016 by Admin

On-Screen Keyboard is a virtual keyboard that can be used in place of a physical keyboard. You can use your mouse or other pointing device to type the keys. In this tutorial we’ll show you 6 ways to turn on / open On-Screen Keyboard in Windows 10.

on-screen-keyboard

Method 1: Open On-Screen Keyboard from Control Panel

Open the Control Panel and select either Large icons or Small icons in the View by menu. Click Ease of Access Center.

ease-of-access-center

Click Start On-Screen Keyboard.

start-on-screen-keyboard

Method 2: Open On-Screen Keyboard from Run or Command Prompt

Press the Windows key + R to open the Run box, or open the Command Prompt. Type osk and hit Enter. This will open the On-Screen Keyboard immediately.

run-osk

Method 3: Open On-Screen Keyboard from PC Settings

Press the Windows key + I to open the PC Settings app. Click Ease of Access.

ease-of-access-settings

In the left sidebar, select the Keyboard option. Under On-Screen Keyboard on the right side, move the slider to the right to turn it on. This will launch On-Screen Keyboard immediately. After closing it, the slider will be automatically put back to Off.

turn-on-onscreen-keyboard

Method 4: Open On-Screen Keyboard via Cortana Search

Click the Cortana Search box on the taskbar, type osk and then click the “On-Screen Keyboard” desktop app to launch it.

search-on-screen-keyboard

Method 5: Open On-Screen Keyboard from Start Menu

Click the Start button. From the Start Menu, expand the Windows Ease of Access folder and you can access On-Screen Keyboard.

on-screen-keyboard-in-start-menu

Method 6: Open On-Screen Keyboard from Login Screen

At Windows 10 login screen, click the Ease of Access icon at the bottom-left corner. From the popup menu, you can select On-Screen Keyboard, and then use it to type your Windows password.

on-screen-keyboard-at-login

Quick Ways to Open Snipping Tool in Windows 10

October 27th, 2016 by Admin

Snipping Tool is a built-in screen grabbing software available in all versions of Windows, which makes it easy to capture snapshot. In this article we’ll show you 4 quick ways to open Snipping Tool in Windows 10.

Method 1: Open Snipping Tool from Start Menu

To launch the Snipping Tool in Windows 10, click the Start button. From the Start Menu, expand Windows Accessories and click the Snipping Tool shortcut.

snipping-tool-in-start-menu

Method 2: Open Snipping Tool from Run or Command Prompt

Press the Windows key + R keyboard shortcut, then type snippingtool in the Run box and press Enter.

run-snipping-tool

You can also launch the Snipping Tool from Command Prompt. Just type snippingtool at the Command Prompt and press Enter.

snipping-tool-using-cmd

Method 3: Open Snipping Tool via Cortana Search

Just click the Search or Cortana icon in the Windows 10 taskbar and type “snipping“, You’ll see the Snipping Tool shortcut appear at the top of the list.

search-snipping-tool

Click the shortcut and Snipping Tool will open immediately.

Method 4: Create a Keyboard Shortcut for Snipping Tool

If you need to use the Snipping Tool regularly, you can create a keyboard shortcut that lets you open Snipping Tool by pressing a hotkey. Here’s how:

  1. Click the Search or Cortana icon in the Windows 10 taskbar and type “snipping“. Right-click the Snipping Tool shortcut from the result, and select “Open file location“.

    snipping-tool-location

  2. Windows Explorer will open the Snipping Tool shortcut in the Program/Accessories folder. Right-click on Snipping Tool and select Properties from the context menu.

    snipping-tool-shortcut

  3. Under Shortcut tab, click the Shortcut key text box, and then enter a keyboard shortcut that you would like to use to launch Snipping Tool. For example, if you want to use Ctrl + F12 keyboard shortcut, just hold down the Ctrl key and press F12.

    snipping-tool-keyboard-shortcut

Prevent Windows 10 Users from Changing or Adding Password in PC Settings

October 26th, 2016 by Admin

How to stop a user from changing their password? Look for a way to disable admin’s ability to change password? In this tutorial we’ll show you how to prevent both administrators and standard users from changing or adding Windows 10 password in PC Settings.

Note: Users can still open an elevated Command Prompt to change Windows password. To prevent changing a password from Command Prompt, you have to disable Command Prompt completely.

How to Prevent Windows 10 Users from Changing or Adding Password in PC Settings?

  1. To get started, you need to open up the Computer Management console. This can be done by pressing the Windows key + R and type compmgmt.msc in the Run box.

    compmgmt

  2. Expand the Local Users and Groups category in the left pane. Click on the Users folder and you will see a list of Windows accounts on your computer in the right pane.
  3. Right-click on the account that you wish to deny permission to change their password, and select Properties from the drop-down menu.

    account-properties

  4. Uncheck the checkbox labeled User cannot change password. Click Apply and then OK.

    user-cannot-change-password

    If your selected user is an administrator, you’ll received the error message “This operation is disallowed as it could result in an administration account being disabled, deleted or unable to logon.

    disallow-saving-account-properties

    To get around this issue, you can change that administrator account to a standard/limited user, then follow the steps above to apply the “User cannot change password” option. When it’s done, change the account back to administrator.

  5. Now log off and log on to your selected account, open the PC Settings, select Accounts -> Sign-in options and you’ll find the option of changing or adding password is greyed out.

    prevent-users-change-password