Archive for the ‘Others’ category

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.

7 Ways to Open Command Prompt in Windows 10

May 24th, 2016 by Admin

Command Prompt is a nice feature of Windows that geeks and IT professionals used most. In this tutorial we’ll show you 7 ways to open Command Prompt as administrator or non-administrator in Windows 10.

Method 1: Open Command Prompt from the Run box

This should be the most common way to open a non-elevated Command Prompt. Just press the Windows key + R to open the Run box. Type cmd and press Enter. This opens the Command Prompt without administrator rights.

run-cmd

Method 2: Open Command Prompt from WinX Menu

This should be the simplest & quickest way to launch Command Prompt in Windows 10. Starting with Windows 8, Microsoft has implemented the WinX menu, which contains many useful items like Command Prompt, Control Panel, Network Connections and so on.

Press the Windows key + X to bring up the WinX menu. From the pop-up menu, you can select “Command Prompt” to open Command Prompt as non-administrator mode, or select “Command Prompt (Admin)” to open it in administrator mode.

winx-menu

Note: Since Windows 10 Creators Update, you may notice that Command Prompt is replaced with PowerShell on the WinX menu. PowerShell can run any command prompt commands as well. But you can also easily add the Command Prompt back to WinX menu.

Method 3: Open Command Prompt Using Cortana Search

Click the Cortana Search box in the taskbar, and then type cmd. Click Command Prompt from the search result to launch a non-elevated Command Prompt.

run-cmd-from-cortana-search

If you want to open an elevated Command Prompt, right-click on Command Prompt from the search result, and then select “Run as administrator“.

Method 4: Open Command Window Here in File Explorer

This method allows you to open a non-elevated Command Prompt from any folder in Windows Explorer.

To start off, open the folder in the File Explorer from where you want to open the Command Prompt. While press and hold down the Shift key, right-click on a folder or empty space in File Explorer. From the context menu, select “Open command window here“. The prompt takes the path of the folder from where it is opened.

open-command-window

Method 5: Open Command Prompt from File Explorer’s Menu

Open File Explorer, browse to the folder where you want to open the Command Prompt from. Click on the File menu, and select “Open command prompt“. You’ll have two options to launch Command Prompt:

  • Open command prompt — Open a Command Prompt within the currently selected folder with standard permissions.
  • Open command prompt as administrator — Open a Command Prompt within the currently selected folder with administrator permissions.

open-command-prompt

Method 6: Open Command Prompt from Start Menu

Click on the Start button, and then click All apps at the bottom of the Start Menu.

start-men-all-apps

Scroll down and expand the Windows System folder, you’ll see the Command Prompt shortcut. You can click on it to launch Command Prompt in normal mode, or right-click on it and select “Run as administrator” to launch Command Prompt in administrator mode.

start-menu-cmd

Method 7: Open Command Prompt from Task Manager

Open Task Manager with more details. Click on the File and then select Run new task.

task-manager

Type cmd in the Open box, and click OK to open up a regular Command Prompt. You can also check the “Create this task with administrative privileges” box to open the Command Prompt as administrator.

create-cmd-task

How to Change Taskbar & Desktop Icon Size in Windows 10 / 8 / 7

May 23rd, 2016 by Admin

Desktop icons are too big or too small? How can I resize the desktop icon size? In this tutorial we’ll show you how you can simply change the taskbar & desktop icon size in Windows 10, 8 and 7.

resize-desktop-icons

Part 1: Change Desktop Icon Size

To change the size of desktop icons, right-click on an empty space on the desktop, and then click on View, and then select the size of the icons, either Large, Medium or Small icons. The default is Medium icons.

view-medium-icon

But what if you want to make the desktop icons smaller than the default small icon, or larger than the default large icon? Using the mouse wheel button you can set the icon size to any size you want:

To get started, make sure the desktop has the focus, this can be done by just clicking any empty space of the desktop. Press and hold down the Ctrl key on your keyboard, and then using your mouse wheel, roll it upward to make the icons size larger, or downward to set the icon size smaller.

ctrl-mouse-wheel

Part 2: Change Taskbar Icon Size

The taskbar icons are really small? How can I make them appear larger? To do this, right-click on an empty space in the taskbar and then select Properties.

right-click-taskbar

On the Taskbar tab, uncheck the “Use small taskbar buttons” box in Windows 10/8. If you’re running Windows 7, uncheck the “Use small icons” box. Click OK.

small-taskbar-buttons