Archive for the ‘Others’ category

3 Ways to Disable Windows Key Shortcuts (Hotkeys) in Windows 10

July 28th, 2016 by Admin

Did you ever play a game in full-screen mode and accidentally press the Windows key? This might cause your game to minimize or exit full-screen mode. What to do if the Windows keyboard shortcuts conflict with some software shortcuts? In this tutorial we’ll show you 3 simple ways to disable Windows key shortcuts (hotkeys) in Windows 10.

After testing, the first two methods seem to disable only these keyboard shortcuts: Windows + D, Windows + R, Windows + S, Windows + A. It won’t disable the shortcuts like Windows + X, Windows + L, Windows + PrntScr or Windows + Tab in Windows 10. If you want to disable the single Windows key on your keyboard, the 3th method is your choice.

Method 1: Disable WIN+ Keyboard Shortcuts in Using Group Policy

  1. Type edit group policy in the Search or Run box and press Enter. It will open Local Group Policy Editor.
  2. Navigate to User Configuration -> Administrative Templates -> Windows Components -> File Explorer. In the right-side pane, double-click on the Turn off Windows Key hotkeys policy to edit it.

  3. Select the Enabled option and click Apply and then OK.

  4. Reboot the computer to apply the changes.

Method 2: Disable WIN+ Keyboard Shortcuts in Using Registry Editor

If you’re unable to access the Local Group Policy Editor, you can take help of Registry Editor for the same task. Just follow these steps:

  1. Type regedit in the Search or Run box and press Enter. It will open Registry Editor.
  2. Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. In right-side pane, right-click on the empty space and select New -> DWORD (32-bit) Value.
  3. Rename the newly created entry as NoWinKeys and set its value to 1.

    NoWinkeys

  4. Close Registry Editor and restart your system. After reboot the WIN+ hotkeys will be turned off in your system. If you want to re-enable the WIN+ keyboard shortcuts, just delete NoWinKeys entry.

Method 3: Disable Windows Key Completely

This method allows you to completely disable the Windows logo key for all users in Windows 10, 8, 8.1 and Windows 7. Follow these steps to disable Windows key virtually:

  1. Type regedit in the Search or Run box and press Enter. It will open Registry Editor.
  2. Navigate to HKEY_LOCAL_ MACHINE\System\CurrentControlSet\Control\Keyboard Layout. In the right-side pane, right-click on the empty space and select New -> Binary Value.

    new-binary-value

  3. Rename the newly created entry as Scancode Map. Right-click on Scancode Map and click Modify. Type in the following value as the value data manually (copying and pasting will not work), then click OK.

    00 00 00 00 00 00 00 00
    03 00 00 00 00 00 5B E0
    00 00 5C E0 00 00 00 00

    disable-windows-key

  4. Close Registry Editor and restart the computer. When you boot back into Windows 10, press the Windows key and nothing will happen. If you want to re-enable the Windows logo key, open the Registry Editor again and delete the Scancode Map entry.

How to Fix “Task Manager is Disabled or Greyed out” in Windows 10

July 27th, 2016 by Admin

Unable to access Task Manager by pressing Ctrl+Shift+Esc? When you right-click on the taskbar, you might find that “Task Manager” option has been grayed out:

task-manager-greyed-out

Also when you press the Windows key + R and type taskmgr, you’ll receive the following error message:

“Task Manager has been disabled by your administrator.”

task-manager-disabled

Task Manager is probably disabled by an administrator or a virus or spyware. In this tutorial we’ll show you how to fix “Task Manager is disabled or greyed out” in Windows 10, by using Group Policy, Registry Editor or Command Prompt. Either way, you need to log in as administrator before following the steps.

Method 1: Fix ‘Unable To Access Task Manager’ Using Group Policy

  1. Press Win+R to open Run box, and type gpedit.msc command to start the Local Group Policy Editor.
  2. Navigate down to the following:
    User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Delete Options
  3. Since you’re facing the issue that Task Manager has been disabled by administrator, you’ll see that the “Remove Task Manager” policy in the right pane is enabled. Double-click on it to modify.

    remove-task-manager

  4. To enable Task Manager, you should set this policy to Not Configured or Disabled.

    fix-disabled-task-manager

    Click Apply followed by OK. Reboot and your problem should be fixed now!

Method 2: Fix ‘Unable To Access Task Manager’ Using Registry Editor

  1. Press Win+R to open Run box, and type regedit command to start the Registry Editor.
  2. Navigate to the following keys:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

    DisableTaskMgr

  3. In the right side panel, you’ll see a 32-bit DWORD value named DisableTaskMgr. In order to re-enable Task Manager, double-click and change the value to 0. (If you want to disable Task Manager, just change its value data back to 1.)
  4. Go ahead and reboot your computer for the changes to take effect.

Method 3: Fix ‘Unable To Access Task Manager’ Using Command Prompt

  1. Press Win+X shortcut keys on the keyboard and select “Command Prompt (Admin)” from the Power User Menu.
  2. At the Command Prompt, type the following command and press Enter. This will enable the Task Manager.
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

    enable-task-manager-via-cmd

    If you want to disable Task Manager again, just run this command instead:
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f

Note: If you receive the “access denied” error, it’s likely that you’re running Command Prompt in non-Administrator mode.

3 Ways to Boot Windows Server 2012 into Safe Mode

July 24th, 2016 by Admin

How can I get into Safe Mode on the new Windows operating systems such as Windows 8, Windows 10 and Server 2012? Starting from Windows 8, the system boots very quickly and the time to press F8 key to access Safe Mode is smaller than 200 milliseconds, so it’s almost impossible to enter into the Safe Mode by pressing F8 during boot time.

In this tutorial we’ll show you 3 workable ways to boot Windows Server 2012 into Safe Mode. The methods should also work with Windows 10 and Windows 8/8.1.

Method 1: Boot Windows Server 2012 into Safe Mode Using Command Prompt

  1. Press the Windows key + X to open the WinX menu, select “Command Prompt (Admin)” from the list.

    winx

  2. In order to make Windows display the Windows Boot Manager, type the following command at the Command Prompt and press Enter. You will get a confirmation stating that The operation completed successfully.

    bcdedit /set {bootmgr} displaybootmenu yes

    enable-display-boot-menu

    If you want to stop displaying the Windows Boot Manager later, run this command instead:
    bcdedit /set {bootmgr} displaybootmenu no

  3. Now restart your computer and you’ll see the Windows Boot Manager screen. Just press F8 to bring up the Advanced Boot Options.

    windows-boot-manager

  4. Select Safe Mode and press Enter. This will open Windows Server 2012 in Safe Mode.

    advanced-boot-options

Method 2: Boot Windows Server 2012 into Safe Mode Using System Configuration

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

    msconfig

  2. Now the System Configuration dialog box will be opened. Under the Boot tab, check the Safe boot option and click OK.

    safe-boot

  3. Reboot your computer and it will boot directly into Safe Mode automatically. If you wan to stop Windows from booting into Safe Mode next time, you need to open the System Configuration utility (msconfig) again and uncheck the Safe boot option.

Method 3: Boot Windows Server 2012 into Safe Mode Using Settings App

  1. To get started, you need to open the Settings panel. This can be done by hovering your mouse to the top right-hand corner of the screen, or press the Windows key + I on your keyboard.
  2. Hold down the SHIFT key on your keyboard, and then click on Power icon and select Restart.

    shift-restart

  3. You will need to click on the Troubleshoot option.

    choose-an-option

  4. Click Startup Settings.

    advanced-options

  5. Click Restart.

    startup-settings

  6. The computer will boot automatically to the Advanced Boot Options screen. From there you can select Safe Mode to start Windows Server 2012 in Safe Mode.

    advanced-boot-options

Recover Forgotten iPhone Backup Password on Windows

July 11th, 2016 by Admin

Lost your iPhone backup password? How to unlock your iPhone backup if you forgot the password? The encrypted local backup will be unusable and unreadable without that password. In this tutorial we’ll show you 2 ways to recover forgotten iPhone backup password on Windows 10, 8 or 7.

Method 1: Try Possible Passwords

The most obvious advice is to try some of your possible passwords! Very few computer users actually create unique passwords for each account. Most people have one or two passwords that they use across all of their accounts. Check out the clues below and hope you can remember your iPhone backup password:

  • Try your iTunes Store password, which is most commonly the password to restore your backup.
  • Try your 4 digit passcode for unlocking your iPhone device.
  • Try the default password 0000 or 12345.
  • If you are using a Mac, check if your iTunes backup password is stored in Keychain access. First, open Applications -> Utilities -> Keychain Access. Double-click on the entry for “iPhone backup” and click “Show password”.
  • Try the Windows administrator password.

If you have managed to attempt all the steps and nothing has worked, it seems like you will have to crack your iPhone backup password with third party password cracking software.

Method 2: Recover iPhone Backup Password with iTunesKey

iTunesKey allows you to recover iPhone backup password using Brute-force attack, mask attack or dictionary attack. It works by try all possible password combinations or most common passwords. Follow these steps to crack iPhone backup password on Windows:

  1. Download and install iTunesKey on your local computer. After installing, launch iTunesKey and then click on the button.

    ituneskey

  2. When the File Open dialog opens, select the Manifest.plist file which is used by iTunes to store your iPhone backup password.

    open-manifest-plist

    If you don’t know where the Manifest.plist is located, please check out this article: How to Find iPhone Backup Location in Windows and Mac.

  3. Choose one of the recovery modes: Brute-force attack, Mask attack and Dictionary attack, and then click Next. In my example, I used Brute-force attack.
  4. Customize the password length and the characters your password may contains. Click Next.

    itunes-password-cracking-op

  5. Just wait for the program to try all possible combinations to guess your password. When the correct password is found, you’ll get a pop-up dialog box with your password shown on the screen.

    itunes-password-recovered

Tutorial: How to Encrypt Your iTunes Backup with Password

July 11th, 2016 by Admin

It’s a good practice to create a backup of your iPhone in iTunes in case you accidentally delete your iPhone data. One important problem with iTunes backup is that it’s not encrypted by default. If you create a local backup stored on a computer, your backup could be accessed by anyone who has physical access to your computer. To prevent data leakage or data loss, I would recommend you encrypt your iTunes backup with a password.

How to Encrypt Your iTunes Backup with Password?

  1. Connect your iPhone to a computer (or Mac) with iTunes installed. Launch iTunes and then click on the little iPhone icon in the upper toolbar. This takes you to the Summary page.

    iphone-icon

  2. Under the Summary page, you will see a section called Backups. Check This computer and also check Encrypt iPhone backup checkbox.

    encrypt-itunes-backup

  3. You will be asked to create a password that will used to encrypt your iTunes backup. Make sure you set a good password you won’t forget.

    set-itunes-backup-password

    If you’re running Mac OS X, there is an additional option lets you save the password in Keychain access, and I don’t suggest you ticking that option.

  4. Once you clicked the Set Password button, iTunes will encrypt all your local backup immediately.

    backing-up-iphone

  5. When it’s done, you can verify that your backup is encrypted. Within iTunes, click the Edit menu and select Preferences.

    itunes-preferences

  6. Once the Preferences window opens, click the Devices tab. If you spot a tiny lock icon in the row of your latest backup, it indicates your iTunes backup is encrypted successfully.

    itunes-encrypted-backup

After encrypting your iTunes backup with a password, nobody can restore a device from the backup without knowing your password. The data in the backup is encrypted too, and no need to worry about data leak even when your computer is stolen.

How to Open and Use Windows 10 Touch Keyboard

July 4th, 2016 by Admin

Touch keyboard is Windows’s built-in tool that lets you type on touch devices, or even type with a mouse when you don’t have access to a physical keyboard. In this tutorial we’ll show you the simplest ways to open Touch keyboard and use it in Windows 10.

Part 1: Open Touch Keyboard in Windows 10

Just press the Windows key + R to open the Run box. Type tabtip and press Enter. It should be the fastest way to launch Touch keyboard in Windows 10.

tabtip

If you want to access Touch keyboard frequently, you can add the Touch keyboard shortcut to the taskbar. Simply right-click on the taskbar and select/check the “Show touch keyboard button” option in the context menu.

show-touch-keyboard-button

You’ll see a keyboard icon appear in the lower-right corner of the taskbar. Click that icon and you can open Touch keyboard immediately.

touch-keyboard-button

Part 2: Make Windows 10 Show Touch keyboard Automatically

By default, Windows 10 will not make the Touch keyboard appear when you type on the address bar or text fields. The good news is that you can change that behavior in just a few steps:

  1. Press the Windows key + I to open the Settings app. Click on Devices.
  2. Select Typing in the left side, scroll down and toggle on: Automatically show the touch keyboard in windowed apps when there’s no keyboard attached to your device.
  3. The Touch keyboard will automatically pop up when tapping on text forms, address bars, or anywhere else that you need to type on.

Part 3: How to Use Touch Keyboard

Once the Touch keyboard is open, you can drag it around the screen or re-size it. Here are 4 main features for Touch keyboard:

touch-keyboard

  • To add languages to the keyboard, tap the button in the right corner and select Language Preferences. Or, add them from the Settings area in Settings > Time & language > Region & language.
  • Tap the button in the bottom right corner to change the keyboard layout to a standard keyboard, a minimal keyboard, or a handwriting panel for writing. After switched to standard keyboard layout, you’ll have access to the Alt, function, tab, and other keys missing from the default Touch keyboard.
  • Autocorrect and suggestions. As you type or write with your finger, word suggestions appear at the top of the keyboard. See the one you want? Just tap to select it, then keep typing.
  • Both the basic and split keyboards include a wide range of emoticons and emojis, including different skin tones. To view the many categories, click the smiley face icon, then tap the left arrow button to move through them.

5 Ways to Open Windows Defender in Windows 10

June 28th, 2016 by Admin

Windows Defender is a built-in antivirus program for Windows 10 that helps keep your computer safe from virus, spyware and other forms of malware. In this article we’ll show you 5 quick ways to open Windows Defender in Windows 10.

Method 1: Open Windows Defender Using Control Panel

Open the Control Panel and set the View by option to Small icons. Click Windows Defender to launch the application.

control-panel

Method 2: Open Windows Defender Using Cortana Search

Click the Cortana Search box on the taskbar, type defender and then click Windows Defender from the results window.

search-windows-defender

Method 3: Open Windows Defender from Start Menu

Click the Start button and select “All apps” at the bottom to see all apps and programs listed alphabetically. Look for the Windows System folder and expand it. From there you can access Windows Defender.

open-windows-defender-via-start

Method 4: Open Windows Defender Using Settings App

Press the Windows key + I to open the Settings app. Click Update & Security.

Click the Windows Security tab on the left side, then click the Open Windows Defender Security Center button from the right side.

Method 5: Open Windows Defender from Run or Command Prompt

Press the Windows key + R to open the Run box. Type the following command and press Enter.
"C:\Program Files\Windows Defender\MSASCui.exe"

run-windows-defender

Or type the above command at the Command Prompt and press Enter. This will also start Windows Defender.

4 Ways to Start Internet Explorer in Windows 10

June 27th, 2016 by Admin

Despite Microsoft Edge becomes the new default browser in Windows 10, Microsoft has not removed Internet Explorer from the latest operating system. But you’ll find a bit difficult to locate and run Internet Explorer. In this article we’ll show you 4 ways to start Internet Explorer in Windows 10.

Method 1: Start Internet Explorer Using Cortana Search

Click into the Cortana Search box on the taskbar, type internet explorer and press Enter. You can access Internet Explorer from the search result.

open-ie-via-cortana

If you want to open Internet Explorer frequently, right-click on the Internet Explorer from the list and you can pin it to the taskbar or the Start screen.

pin-internet-explorer

Method 2: Start Internet Explorer from Start Menu

Click the Start button. When Start Menu appears, click All apps, then expand Windows Accessories and click Internet Explorer.

open-ie-via-start-menu

Method 3: Start Internet Explorer Using Run Box

Press the Windows key + R to open the Run box. Type iexplore and press Enter. This will open Internet Explorer quickly.

iexplore

Method 4: Start Internet Explorer from Microsoft Edge

Open Microsoft Edge and navigate to the desired webpage. Click the three dots button at the top-right corner of the Microsoft Edge window, and then select Open with Internet Explorer.

open-ie-from-edge

4 Ways to Open Microsoft Edge in Windows 10

June 27th, 2016 by Admin

Microsoft Edge is the new default web browser in Windows 10. It’s clean, fast, and more intuitive than Internet Explorer. In this article we’ll show you 4 ways to open Microsoft Edge in Windows 10.

Method 1: Open Microsoft Edge from Taskbar

By default, the Microsoft Edge shortcut is pinned to Windows taskbar. Just click the Microsoft Edge icon and you can launch Edge browser immediately.

open-edge-via-taskbar

Method 2: Open Microsoft Edge from Start Menu

Click on the Start button, then click the Microsoft Edge tile shown at the right panel of the Start Menu.

open-edge

If Microsoft Edge is not shown there, click the All apps entry on the left side of Start Menu. Scroll down to select Microsoft Edge.

open-edge-via-start-menu

Method 3: Open Microsoft Edge Using Cortana Search

Click the Cortana Search box on the Windows 10 taskbar. Type edge and you can access Microsoft Edge from the search results.

open-edge-via-cortana

Method 4 Open Microsoft Edge from Run or Command Prompt

Press the Windows key + R to open the Run box. Type microsoft-edge: and press Enter. This will launch Microsoft Edge instantly.

open-edge-via-run

If you’re at the Command Prompt or PowerShell, just type start microsoft-edge: and press Enter.

If you want to open URL in Microsoft Edge from Command Prompt, type the following command and press Enter:
start microsoft-edge:http://www.top-password.com

open-edge-via-cmd

This will automatically open Edge with your desired website.