Archive for the ‘Windows 8’ category

How to Modify / Edit Hosts File in Windows 10 / 8

January 28th, 2016 by Admin

The hosts file is basically a plain text file that is used to map host names to IP addresses. It is located deep down in the Windows folder: C:\Windows\System32\Drivers\etc. In this tutorial we’ll show you how to modify / edit the hosts file in Windows 10 or 8, and use it to block opening of one or more particular websites.

Part 1: Edit Hosts File

You can use any text editor to open the hosts file. But you’ll get the “Access is denied” error when you try to save your changes back to the hosts file. By default, the hosts file is protected from user changes. Before editing, you need to take ownership of the hosts file so you have full permissions to it. Here’s how:

  1. Download and install the freeware TakeOwnershipPro on your local computer. After installing, it will add a TakeOwnershipPro shortcut to the right-click context menu.
  2. Browse to the folder C:\Windows\System32\Drivers\etc. Right-click on the hosts file and select “TakeOwnershipPro” from context menu.

    take-ownership

  3. When the popup window says the process of taking ownership is done. Click Exit to close it.

    TakeOwnershipPro

  4. Now the hosts file is ready to be modified.

Part 2: Block A Particular Website

The hosts file could be used to block access to any websites that you don’t want to visit. For example, lets say you want to prevent your computer from accessing the youtube.com website, simply add the following line to the end of the hosts file:

127.0.0.1 youtube.com

hosts

Once you’ve made the necessary changes, save it back to the hosts file and restart your computer for the changes to take effect.

Part 3: Prevent hijacking

Beware, the hosts file can also be used by viruses or malware to redirect you to phishing and other dangerous sites. To help prevent hijacking or unauthorized changes to the hosts file, consider making it read-only. Simply navigate to the hosts file with Windows Explorer: C:\Windows\System32\drivers\etc. Then right-click the hosts file, select Properties, check the Read-only attribute, and click OK.

5 Quick Ways to Open Task Manager in Windows 10 / 8

January 28th, 2016 by Admin

Task Manager is one of the most-used system utilities in Windows. We usually use it to check the overall performance of our computers or close a program that stops responding (hangs). There are multiple ways you can launch Task Manager. In this tutorial we’ll show you 5 quickest ways to open the Task Manager in Windows 10 and Windows 8.

task-manager

Option 1: Press Ctrl + Shift + Esc

Just press Ctrl + Shift + Esc key combination on your keyboard and it can open the Task Manager directly. This keyboard shortcut is a global hotkey, means it is available from any app you running and even when your Explorer shell is not running! This should be the simplest way to launch Task Manager.

Option 2: Right-click Taskbar

Right-click the empty space on the taskbar, and then select “Task Manager” from the context menu. The Task Manager will launch immediately.

taskbar

This method allows you to use the mouse only and simply ignore the keyboard, making it the likely preferred method of those who like using the mouse instead of the keyboard.

Option 3: Run taskmgr Command

Press the Windows key + R to open the Run box. Type taskmgr and hit Enter. It will also start the Task Manager.

run-box

If you’re at the Command Prompt, run the taskmgr command and you can also bring up the Task Manager.

Option 4: Ctrl+Alt+Del

Press the Ctrl + Alt + Del keys together on the keyboard, the security screen should open. Click on the “Task Manager” option.

ctrl-alt-del

This action will open the Task Manager. This method is pretty helpful if your system is unresponsive for whatever reason.

Option 5: Win+X Menu

While all previous options are available in previous versions of Windows like Windows 7, Vista, XP etc, this method is exclusive for Windows 10 and Windows 8.

quick-access-menu

Press the Windows key + X keys together on the keyboard, pick the “Task Manager” item from the power user menu and it will open Task Manager.

Enable / Disable Fast User Switching in Windows 11, 10, 8, 7 and Vista

January 28th, 2016 by Admin

Fast user switching is disabled or missing on your Windows 10 system? Unable to switch to a different account as the “Switch user” option is greyed out?

win7-switch-user

In this tutorial we’ll show you 2 ways to enable or disable Fast User Switching in Windows 11, 10, 8, 7 and Vista.

Method 1: Using Local Group Policy Editor

  1. Press the Windows key + R to open the Run dialog box. Type gpedit.msc and press Enter.
  2. The Local Group Policy Editor console should open. In the left pane, expand the following nodes:
    Local Computer Policy\Computer Configuration\Administrative Templates\System\Logon
  3. In right-side pane, double-click on the “Hide entry points for Fast User Switching” policy and its properties screen will open.

    hide-fast-user-switch

  4. If you want to turn off / disable the Fast User Switching feature, set it to Enabled. Or click Disabled or “Not configured” to re-enable Fast User Switching.

By disabling the Fast User Switching feature, the “Switch user” option will be greyed out or removed from Windows logon screen,Start menu and the Task Manager.

Method 2: Using Registry Trick

Since Group Policy Editor doesn’t come with the Home and Starter editions of Windows, here is another method to enable / disable Fast User Switching using Registry Editor:

  1. Press the Windows key + R to open the Run dialog box. Type regedit and press Enter.
  2. In the Registry Editor window, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. In the right-side pane, search for the value named HideFastUserSwitching. If it doesn’t exist, you can create one by right-clicking in the empty space on the right pane and choose New –> DWORD (32-bit) Value.

    hide-fast-user-switching

  4. Set the Value data for HideFastUserSwitching to 1 if you want to disable the Fast User Switching feature. To re-enable it, change that value to 0.
  5. Close the Registry Editor. You will have to log off and then log back on for the changes to take effect.

How to Know Your Windows is 32-bit or 64-bit

January 23rd, 2016 by Admin

All versions of Windows are available in two different flavors: 32-bit and 64-bit. For most people, whether they use a 32-bit or 64-bit version of Windows doesn’t make a difference. But it’s necessary to find out your running Windows is 32-bit or 64-bit when performing certain tasks, such as install drivers for your new device. Here are 3 simple ways to know your Windows is 32-bit or 64-bit.

Method 1: Right-click on My Computer

Simply right-click on “My Computer” (or “This PC” if you’re running Windows 10) icon on your desktop, and then select Properties from the drop-down context menu.

my-computer-properties

The System Control Panel will now open. In this screen you will see various information about your computer and Windows. The System type field indicates whether your computer are running a 32-bit or 64-bit version of Windows.

system-info

Method 2: Use the MSINFO32 Command

Press the Windows key + R on your keyboard to open the Run dialog. Type msinfo32 and hit Enter.

msinfo32

This opens the System Information window which shows details of almost everything in the system. Click the System Summary node on the left, then locate the System Type entry. If it’s x64-based PC, you’re running 64-bit Windows. If it’s x86-based PC, your Windows is 32-bit.

system-information

Method 3: Check the Program Files (x86) Folder

For purposes of backward compatibility, 64-bit version of Windows needs to run both 64-bit and 32-bit programs. 32-bit application are installed in the “Program Files (x86)” folder but native 64-bit application run in the normal “Program Files” folder.

program-files-x86

So if you can see the “Program Files (x86)” folder under the root path of your system partition, your Windows is 64-bit. Otherwise it’s 32-bit OS.

Windows 10 Downgrade: Revert Back to Previous Windows 8 or 7

January 20th, 2016 by Admin

Microsoft offers Windows 10 as a free upgrade for Windows 8 and Windows 7 users. You only have one month to decide if you want to keep Windows 10 or not after upgrading from Windows 8 or 7. If you find out some things don’t work properly or the new OS is not suitable for your taste, you can downgrade or revert back to your previous Windows 8 or 7 system.

How to Revert Windows 10 Back to Previous Operating System?

  1. Press the Windows key + I to launch PC Settings app. You can also open it by clicking the Start button at the bottom left of the screen and then select Settings.
  2. Click Update & security.

    pc-settings

  3. Select the Recovery tab from the left side. If you’re eligible to downgrade you should see an option that says Go back to Windows 8.1 or Go back to Windows 7. If you see it, click Get started to go through the downgrade process.

    windows-10-downgrade

  4. The whole process should not take longer than 10 minutes or so, and your system will be just as it was before Windows 10.

If you don’t see this downgrade option, that’s possible because it’s been too long since you upgraded to Windows 10. Windows 10 will automatically remove these installation files after 30 days.

How to Reset Linx 7 / 8 / 10 Tablet Password with A Bootable USB Drive

January 12th, 2016 by Admin

Forgot Windows user password for your Linx 1010 tablet? Linx is one of the cheapest Windows tablet we’ve seen yet, and it can boot in UEFI mode only. You might have no luck getting the tablet to load some traditional password resetting Live CDs, because it doesn’t support legacy BIOS boot. In this article we’ll explain how to reset Linx 7 /8 / 10 tablet password by booting from a UEFI compatible USB drive.

Part 1: Create A UEFI Compatible USB Drive

Before resetting Linx password, you need to create a UEFI compatible bootdisk (a USB flash drive or USB memory stick) from another computer you have access to. Here’s how to make such a disk:

  1. Download the 32-bit version of PCUnlocker Enterprise (trial version) and save it to your local hard drive. Extract the downloaded .zip file and you’ll see two files: pcunlocker.iso and ReadMe.txt.
  2. Download and install the free LiveUSB creating tool ISO2Disc, which allows you to create a bootable USB drive directly from a CD image.
  3. Launch ISO2Disc, and click on Browse to select the pcunlocker.iso you just extracted. Click “Burn to USB Flash Drive” and select the drive letter for your attached USB stick.

  4. Set the partition scheme to “GPT (required for UEFI boot)” and click on Start Burn. The program will format / erase your USB drive with FAT32, create a GPT partition table and copy the contents of the ISO file to your USB drive.
  5. When the burning process is complete, you can take the USB drive to reset your Linx tablet password.

Part 2: Boot Linx Tablet from USB

As the Linx tablet doesn’t come with a full-size USB port, you need to connect your created USB drive with a USB OTG adapter. You will have to access the BIOS (UEFI) Setup and modify the boot sequence. Here are 3 ways to access the BIOS Setup:

  • Press and hold the F7, DEL or ESC key while powering on the Linx tablet, if you have a physical keyboard.
  • Hold down the Power button and Volume+ at the same time. This will load up a screen with various options.
  • Access the BIOS from Windows 10/8 login screen: Hold down the SHIFT key and click on the Power icon on the screen, then choose Restart option. Next click Troubleshoot -> Advanced Options -> UEFI Firmware Settings -> Restart.

After getting into BIOS Configuration Utility, use the arrow keys on your keyboard to select the Boot tab. Under Boot options priority, set your USB drive as the first boot media. Save your changes and the next time your tablet will boot from USB drive instead of hard drive.

Part 3: Reset Windows User Password

After booting from USB, the touch screen might not work and you have to operate with a USB keyboard or mouse. Here’s how to reset your lost user password:

  1. Once booted to the PCUnlocker program, you’ll see a list of local accounts for your Windows installation. If you use a Microsoft account login, there should be a local account that is linked to your Microsoft account, with your email address displayed under the “Description” column.

  2. Select a local account and click on “Reset Password” button, it will remove your password in no time. If your selected account is associated with your Windows Live email, the program will also switch your Microsoft account to local account.
  3. When it’s done, reboot your tablet and disconnect the USB drive. You can then log back into your Linx tablet without a password!