Archive for the ‘Others’ category

VMware Fix: Windows cannot find the Microsoft Software License Terms

June 20th, 2016 by Admin

Today I am trying to set up a Windows Server 2012 virtual machine in VMware Workstation 12, but keep getting the error message “Windows cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation.

cannot-find-ms-license-term

Firstly I doubt if the Windows ISO file is corrupt and download it again from Microsoft’s website, but the problem still exists. So I think the problem lies in the VMware Workstation and eventually find a solution. Here’s how:

  1. During the setup of the New Virtual Machine Wizard, select “I will install the operating system later” instead of using the Installer disc image file.

    new-vm-wizard

  2. When completing the wizard, go to VM -> Settings -> CD/DVD -> Use ISO image file, and then choose Windows installation ISO file. Boot your virtual machine and you should be able to install Windows smoothly.

    windows-setup

This problem also happens with VMware Fusion, Hyper-V, Parallels, VirtualBox. If the solution above doesn’t work for you, please try to increase the RAM for your virtual machine. Good luck!

2 Ways to Block Users from Deleting Browsing History in Internet Explorer

June 16th, 2016 by Admin

How to prevent others from deleting browsing history in your browser? There are situations where you need to share your computer with your friends or family members but you want to restrict them from deleting your saved logins and cookies. In this tutorial we’ll show you 2 simple ways to block users from deleting browsing history in Internet Explorer.

Method 1: Prevent Access to Delete Browsing History Using Group Policy

  1. Press the Windows key + R to open the Run box. Type gpedit.msc and press Enter.
  2. This should open the Local Group Policy Editor. Navigate to the following location:
    Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Delete Browsing History
  3. In the right pane, double-click on “Prevent access to Delete Browsing History” to open its settings box. Select Enabled and click Apply / OK.

    prevent-delete-browsing-history

  4. Reboot your computer. When you open the Internet Options of Internet Explorer, you’ll find the button for deleting browsing history is greyed out.

    unable-delete-ie-history

Method 2: Prevent Users from Deleting Browsing History Using Registry Editor

If Local Group Policy Editor is not accessible in your computer, you can also use the following registry trick to block users from deleting browsing history in Internet Explorer.

  1. Press the Windows key + R to open the Run box. Type regedit and press Enter.
  2. When you see the Registry Editor window, navigate to the following key:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel

    If both the Internet Explorer key and the Control Panel key don’t exist, you need to create them firstly.

  3. Now in right side pane, right-click the empty space to create a new DWORD (32-bit) value named DisableDeleteBrowsingHistory and set its value to 1.

    disable-delete-browsing-history

  4. Close Registry Editor and re-open Internet Explorer. Now users will not be able to access the option for deleting browsing history in Internet Explorer. That’s it!

How to Delete File Explorer Address Bar History in Windows 11 / 10 / 8 / 7

June 15th, 2016 by Admin

While typing a path in the address bar of File Explorer, Windows will display a history of all previous locations you’ve typed. You can also view the address bar history by clicking the down arrow icon placed on the right end of the address bar.

address-bar-history

In this tutorial we’ll show you 2 ways to delete File Explorer address bar history in Windows 11, 10, 8 and 7.

Method 1: Delete Address Bar History by Right-clicking Address Bar

After opening File Explorer (or Windows Explorer), right-click on the address bar and select the “Delete history” option.

delete-address-bar-history

This will clear all address bar history from File Explorer. Now, if you click the down arrow button in the address bar, you’ll see all history has been cleared.

address-bar-history-cleared

Method 2: Delete Address Bar History from Folder Options

From File Explorer (or Windows Explorer), select the View tab and then click on Options.

file-explorer-options

Once the Folder Options window has been opened, click the Clear button to delete all the File Explorer history. This action clears the File Explorer address bar history and the recent files and folders in quick access.

folder-options

8 Ways to Open Device Manager in Windows 10

June 13th, 2016 by Admin

Device Manager is the built-in tool in Windows that allows you to view and manage hardware, update device drivers and troubleshoot any problematic devices. In this article we’ll walk you through the different methods to open Device Manager in Windows 10.

Method 1: Open Device Manager from Computer Management

Open Computer Management by right-clicking This PC (or My Computer) shortcut on the desktop, and then select Manage.

device-manager

Expand System Tools in the left pane and you can then access Device Manager.

Method 2: Open Device Manager Using Run

The easiest way to open the Device Manager on earlier versions of Windows is by pressing Windows Key + R, typing devmgmt.msc in the Run box, and pressing Enter.

devmgmt

Method 3: Open Device Manager from WinX Menu

Press the Windows key + X to bring up the WinX menu (or right-click on the Start button). Select Device Manager from the menu.

open-device-manager-via-winx

Method 4: Open Device Manager Using Cortana Search

Click the Cortana search box on Windows 10 taskbar, type device manager and press Enter. (If you’re running Windows 7, type device manager in the Start menu Search box, and then press Enter.)

open-device-manager-via-cortana

Click Device Manager from the search results.

Method 5: Open Device Manager from Control Panel

Open Control Panel. Type device manager in the top-right search box and click Device Manager in the results.

control-panel

Method 6: Open Device Manager from Settings Charm

Press the Windows key + I to open the Settings charm in Windows 10 (In Windows 8/8.1, you can access the Settings charm by swiping in from the right edge of the screen).

open-device-manager-via-settings

Type device manager in the top-right search box and press Enter, and you can then access Device Manager from the search results.

Method 7: Open Device Manager Using Command Prompt

Open Command Prompt. Type devmgmt.msc and press Enter.

open-device-manager-via-cmd

The Device Manager will launch immediately.

Method 8: Create A Shortcut to Open Device Manager

If you need to access Device Manager frequently, you can create a shortcut on your desktop for quick access. Follow these steps:

  1. Right-click in the empty space of your desktop, select New -> Shortcut.

    create-desktop-shortcut

  2. Copy and paste devmgmt.msc in the location field and click Next.

    shortcut-for-devmgmt

  3. You will be asked to name the shortcut, just type Device Manager or anything you want and click on the Finish button.

    shortcut-name

3 Ways to Disable Registry Editor in Windows 11, 10, 8 and 7

June 12th, 2016 by Admin

Making improper changes to the Registry can cause Windows to become unusable or unbootable. To prevent, restrict or block anyone from accessing Registry Editor in Windows 11, 10, 8 and 7, you can disable Registry Editor using group policy, registry trick or third-party software.

Method 1: Disable Registry Editor Using Group Policy

  1. Press the Windows key + R to bring up the Run box. Type gpedit.msc and press Enter.

    gpedit

  2. When Group Policy Editor opens, navigate to User Configuration > Administrative Templates > System. Double-click on Prevent access to registry editing tools on the right panel.

    prevent-access-to-regedit

  3. Select the radio button next to Enabled, click Apply and then OK, then close out of Group Policy Editor and reboot your computer.

    prevent-access-registry-edit

  4. When a user tries to access Registry Editor, they will get an error message saying “Registry editing has been disabled by your administrator“.

    registry-editing-disabled

This method will prevent all users from accessing Registry Editor, including yourself. To regain access to Registry Editor, you have to open Group Policy Editor again, and change the policy to Disabled or Not Configured.

Method 2: Disable Registry Editor Using Registry Trick

  1. Press the Windows key + R to bring up the Run box. Type regedit and press Enter.
  2. When Registry Editor opens, navigate to:
    HKEY_CURRENT_USER > SOFTWARE > Microsoft > Windows > CurrentVersion > Policies > System

    If the System key doesn’t exist, you need to create it.

  3. In the right pane, right-click on any empty space and select New > DWORD (32-bit) Value. Name it DisableRegistryTools and set its value to 1.

    disable-registry-tools

  4. When you try to access Registry Editor, you’ll also get the same error message “Registry editing has been disabled by your administrator“.

This method will prevent your current user from accessing Registry Editor. To regain access, you have to log on as another administrator account and delete the registry value DisableRegistryTools.

Method 3: Disable Registry Editor Using Third Party Software

Using Protect My Folders you can lock & protect Registry Editor with a password. Anyone can’t access Registry Editor without knowing your password.

  1. Download and install Protect My Folders program on your computer. The first time you launch this program it will prompt your to set a password. Don’t forgot it as you’ll need it next time you run it.
  2. When Protect My Folders starts, click on Add/Lock button.

    protect-my-folders

  3. The File/Folder selection dialog should open, choose the C:\Windows\regedit.exe file and click Add, next click OK.

    select-regedit

  4. Now you’ll see the regedit application is locked. Close Protect My Folders program.

    lock-registry-editor

  5. When you try to access Registry Editor, you’ll receive the following error message:

    cannot-find-regedit

This method will block all users from accessing Registry Editor. To regain access you have to relaunch Protect My Folders, enter your password and unlock the regedit.exe app.

3 Simple Ways to Find Windows 10 Product Key

June 8th, 2016 by Admin

Lost your Windows 10 product key? The product key is essential if you need to reinstall Windows or transfer and activate Windows to another PC. Let’s see how to easily find Windows 10 product key using PowerShell, Command Prompt or third party product key finder software.

Method 1: Find Windows 10 Product Key Using PowerShell

Open a PowerShell window with administrative privileges, type the following command and hit Enter:
$(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey

recover-cd-key-via-powershell

It will show you the product key of your Windows 10 OS. This method works on Windows 10 / 8.1 / 7 / Vista.

Method 2: Find Windows 10 Product Key Using Command Prompt

Launch an elevated Command Prompt. In Windows 10, just press the Windows key + X to open the WinX menu and select “Command Prompt (Admin)“.

winx-menu

Type the following command and hit Enter. It will display your Windows 10 license key immediately.
wmic path softwarelicensingservice get OA3xOriginalProductKey

Method 3: Find Windows 10 Product Key with Third Party Software

The methods above are quite simple but they might don’t work in some cases, then you can take use of third party software to recover your Windows product key. KeyFinder Plus is a reliable and comprehensive tool that allows you to reveal the product keys for Windows, Office, SQL Server, Adobe and other softwares you might have installed.

find-windows-product-key

After launching KeyFinder Plus, click on Start Recovery button and select “From current system“, it will display your Windows 10 retail/OEM license key stored in Windows registry or UEFI firmware.

Fix “Windows Taskbar and Start Button Disappeared”

May 28th, 2016 by Admin

“I don’t know what happened but the taskbar (usually on the bottom of the screen) is missing. Without the taskbar, I couldn’t get to the Start Menu and ultimately launch any program. How do I get it back? Please help!”

There are 3 reasons why your taskbar or Start button disappeared on the computer screen:

  • The taskbar is set to auto-hide.
  • The explorer.exe process has crashed and the taskbar is completely gone.
  • The display resolution or main display changed and caused the taskbar to go off the screen.

This step-by-step tutorial will show you how to troubleshoot this problem and get your Windows taskbar and Start button back to your screen.

Method 1: Unhide Taskbar

Some users reported the Auto-hide feature is buggy. Disable the Auto-hide option and your Windows taskbar might be back again. Follow these steps:

  1. Press Ctrl + Alt + Del on your keyboard. This will take you to the lock screen. From there, you can click Task Manager.

  2. When the Task Manager opens, click More details button at the bottom of the window.

    task-manager

  3. Click the File menu and select Run new task.

    run-new-task

  4. Type control panel and click OK.

    launch-control-panel

  5. In Control Panel, set the View by option to Large icons, and then click on “Taskbar and Navigation“.

    control-panel

  6. Click the Taskbar tab, clear the Auto-hide the taskbar check box, and then click OK.

    auto-hide-taskbar

Method 2: Restart Explorer

There is a chance that your Windows Explorer is crashed or an infected program might have terminated it. If that is the case, then your desktop icons and taskbar must also be missing. If that is the case, restart the Explorer process should fix your problem.

  1. Press Ctrl + Shift + Esc keys on your keyboard and Task Manager will open up.
  2. The Task Manager in Windows 10/8 shows fewer details by default. Simply click More details at the bottom to access the full Task Manager.

    task-manager

  3. Click the Details tab and select the explorer.exe process, click End task.

    kill-explorer

  4. Click the File menu and select Run new task.

    run-new-task

  5. Type in explorer and press OK. This will restart the explorer process and hopefully get your taskbar back.

    launch-explorer

Method 3: Change Display

If the presentation display was changed, the taskbar may have moved off of the visible screen. To bring the taskbar back, you have to exit the presentation mode:

  1. Press the Windows logo key + P on your keyboard to launch External Display selection screen.
  2. You’ll get a pop-up dialog with a couple of choices like PC screen only ( or Computer Only), Duplicate, Extend, etc. Make sure it is set to PC screen only.

    display-switcher

Reset Lost Windows 10 Password with Sticky Keys Method

May 26th, 2016 by Admin

Forgot Windows 10 user password? The first thing a normal user tries to do a fresh re-installation of Windows or take the PC to a repair shop. There’s lots of softwares to reset a forgotten password, but here we’ll show you a simple hack to reset forgotten Windows 10 password using the sticky keys method.

How Does This Hacking Method Work?

Sticky Keys is part of Windows Ease of Access features that allows a user to tap the Shift, Ctrl, Alt or Windows key once to achieve the same effect as holding the key down. If you press the SHIFT key 5 times in a row at Windows login screen, the Sticky Keys application (sethc.exe) will launch and ask if you want to enable sticky keys feature.

This hacking method works by replacing the sethc.exe file with cmd.exe. When you boots to Windows login screen, pressing the SHIFT keys 5 times will launch an elevated Command Prompt. From the Command Prompt, you have sufficient privileges to reset a lost password without knowing your current password. This method works flawlessly with all versions of Windows XP, Vista, 7, 8, 8.1 and 10.

Part 1: Replace Sticky Keys application with Command Prompt

When you’re locked out of Windows 10 or lose admin access to your computer, it’s impossible to replace the sethc.exe file from within Windows. To achieve this, you have to boot from a WinPE or Linux-based disc. Here we’ll use a Windows 10 installation DVD to demonstrate how to replace sethc.exe with cmd.exe. Follow these steps:

  1. Boot your locked computer using your Windows 10 installation DVD. If your computer doesn’t boot from it, you might need to change the boot order and disable UEFI secure boot.

    press-key-boot-from-cd

  2. After loading the installation files from the DVD, you’ll be shown the language setup screen. Just press SHIFT + F10 key combinations to launch the Command Prompt.

  3. Use the dir command to find the drive where your Windows was installed. Note that the drive letter for your Windows partition could be D:\ or other as C:\ might be assigned to the System Reserved partition after booting into a Live CD.

  4. Enter the following two commands one by one, press Enter after each. Replace c:\ with the correct drive letter if Windows is not mounted on c:.
    copy c:\windows\system32\sethc.exe c:\
    copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

    The first command backs up the sethc.exe file, and the second replaces it with the cmd.exe.

  5. Next, run the following commands to disable Windows Defender as it may detect the sticky keys trick as a security alert called “Win32/AccessibilityEscalation“.
    reg load HKLM\temp-hive c:\windows\system32\config\SOFTWARE
    reg add "HKLM\temp-hive\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
    reg unload HKLM\temp-hive

  6. Now close everything and cancel Windows Setup. Remove the installation disc and reboot.

Part 2: Reset Windows 10 Password from Login Screen

  1. Once you get back to Windows 10 login screen, press the SHIFT key 5 times in a row, it will open the Command Prompt in administrator mode.

  2. Enter the following command to reset your lost Windows 10 password. Substitute the name of the account to reset and a new password as appropriate. If you don’t know your account name, just type net user to list the available user names.
    net user user_name new_password

  3. Close the Command Prompt and you can now login with your new password. After logging in, remember to restore the sethc.exe file we overwrote in step 4, and turn on Windows Defender real-time protection. Enjoy!

Conclusion

This sticky keys method is quite well known and could be used to break into any Windows-based computer as long as you have physical access. So you might ask how can I prevent someone from hacking my Windows password? Just set a BIOS password to lock the boot sequence so others can’t boot from CD/USB.

To make password recovery easier than even before, we’ve developed a software for both beginners and advanced users –  PCUnlocker, which allows you to reset a forgotten Windows password or create a new admin account to access your locked PC.