Archive for the ‘Others’ category

2 Ways to Remove / Uninstall Built-in Apps in Windows 10

February 28th, 2016 by Admin

Windows 10 comes with many modern metro style apps installed by default. There are plenty of users who are never going to use modern apps such as Xbox, Weather, Sports, Store, OneNote, Skype, Calendar and Mail, Alarms and Clock, etc. Thankfully, there are ways to completely remove / uninstall pre-installed Windows 10 modern apps.

windows-apps

Method 1: Remove / Uninstall Windows 10 Apps from Settings Charm

  1. Press the Windows + I keys to open the Settings charm.
  2. Click System on the Settings menu.

    app-settings

  3. Select Apps & features from the left pane. A list of all installed apps appears in the right pane. Select the app you want to remove, and click on Uninstall.

    uninstall-windows-apps

    If the Uninstall button is grayed out, this is a system app you cannot remove.

While a few of the built-in apps can be simply uninstalled from Settings charm, most of them don’t offer the Uninstall option. For uninstalling these apps, you might have to use Windows PowerShell described in method two.

Method 2: Remove / Uninstall Windows 10 Apps from PowerShell

Using PowerShell cmdlet you can remove / uninstall most of the built-in apps, excluding Cortana, Contact support, Windows Feedback and Microsoft Edge. If you try to remove Microsoft Edge browse, you’ll see an error message saying they can’t be removed.

Let’s see how to uninstall the built-in apps in Windows 10:

  1. Press the Windows logo key + X to open the WinX menu. Click on “Command Prompt (Admin)“.

    command-prompt-admin

  2. At the Command Prompt, type powershell and hit Enter.

    powershell

  3. Copy and paste the following command into the PowerShell prompt. Press Enter.
    Get-AppxPackage

    list-windows-apps

  4. Once you run the above command, PowerShell will display all modern apps installed on your computer. Scroll down to find the app you want uninstalled. You can easily identify it by looking at the Names of the apps from the list. For instance, the Camera app bears the name of Microsoft.WindowsCamera.

    windows-camera

  5. Run the following PowerShell command and you can remove a universal app:
    Remove-AppxPackage [PackageFullName]

    In our example, we would like to remove the Camera app, so type the following command:
    Remove-AppxPackage Microsoft.WindowsCamera_2016.128.10.0_x64_8wekyb3d8bbwe

    remove-windows-app

    Tips: You can copy the package name by click the beginning of the name and drag your mouse to the end to highlight it then right click. Next right click to paste the package name you copied into the Command Prompt.

Fortunately, the Remove-AppxPackage command also allows you to use the wildcard characters (such as *) to find the package. So you can simply type the keywords of the app to uninstall it. Here is a list of PowerShell commands to uninstall the universal apps that are pre-installed in Windows 10:

Remove all Modern Apps for the current account only:
Get-AppXPackage | Remove-AppxPackage

Remove all Modern Apps from all the accounts on your Windows system:
Get-AppxPackage -AllUsers | Remove-AppxPackage

Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Contact Support:
This app can’t be removed.

Uninstall Cortana:
This app can’t be removed.

Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage

Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage

Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage

Uninstall Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage

Uninstall Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Uninstall Microsoft Edge:
This app can’t be removed.

Uninstall Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Uninstall Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage

Uninstall Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall News:
Get-AppxPackage *bingnews* | Remove-AppxPackage

Uninstall OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage

Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage

Uninstall Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage

Uninstall Photos:
Get-AppxPackage *photos* | Remove-AppxPackage

Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage

Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage

Uninstall Windows Feedback:
This app can’t be removed.

Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage

Windows 10: Create and Use A USB Recovery Drive

February 26th, 2016 by Admin

A Recovery Drive is a bootable USB drive that can be used to repair or recover your computer, in the event it won’t start normally. Like its predecessor, Windows 10 also lets users create a bootable USB recovery drive easily. In this tutorial we’ll show you how to create and use a Windows 10 USB Recovery Drive.

If you are creating a basic Recovery Drive, you can use a 1GB USB flash drive. However, if you choose to include the system files, which allows you to use the Recovery Drive to reinstall Windows, you’ll want at least a 16GB USB flash drive. Note that a Recovery Drive prepared on a 32-bit version of Windows 10 can’t be used on 64-bit Windows 10 and vice versa.

Part 1: Create A Windows 10 USB Recovery Drive?

  1. Press the Windows key + X to open the WinX menu. Click Control Panel.
  2. Select the View by option at the top right of the Control Panel. Set it to Large icons. Next click Recovery.

    control-panel

  3. Select “Create a recovery drive“.

    recovery

    Click Yes when you see the User Account Control prompt.

  4. The Recovery Drive Creation Wizard should open. Make sure the “Back up system files to the recovery drive” option is checked if you want to use the Recovery Drive for reinstalling Windows. Click Next.

    create-recovery-drive

  5. Select the connected USB drive before clicking Next. Once again, we want to remind you that the selected drive will be completely erased.

    select-usb-flash-drive

  6. When you see the confirmation screen, click Create button and it will format the drive and begin copying files to the drive.

    erase-usb-drive

  7. If you’re creating a basic Recovery Drive, the process will take just a few minutes. If you create a dedicated Recovery Drive including the system files, it could take as long as an hour.

    creating-the-recovery-drive

  8. When the process is complete, click Finish to close the Recovery Drive wizard.

    recovery-drive-ready

Part 2: Use A Windows 10 USB Recovery Drive

If your computer fails to boot, stuck on automatic repair loop, unable to restore or reset your PC to factory defaults due to forgotten password, you will need your Recovery Drive to fix it.

Insert your previously-created USB Recovery Drive into your computer and restart. Your computer should boot from the Recovery Drive automatically. (If it doesn’t, you may need to change its boot order.)

Once booted to the Recovery Drive, you can access to the Advanced Startup Tools. From here, you can do several things to help troubleshoot your computer, such as perform a factory reset, reset / refresh Windows, restore from a system image, launch a command line tool to repair your losing system files or fix the boot issues, etc.

Hide / Clear Most Used Programs in Windows 10, 8 and 7 Start Menu

February 1st, 2016 by Admin

My frequently used programs are missing from the Start menu. Can this be corrected and if so how? Thanks in advance.

By default, Windows keeps track of programs you use frequently and puts them on the Start menu (or Start screen) for convenience. For privacy purposes, some of you may want to clear the most used programs from the list. In this tutorial we’ll show you how to hide / clear the most frequently / recently used programs in Windows 10, 8 and 7.

most-used-apps

The first part is for Windows 10 users and the second is for Windows 8 / 8.1 users, so you will have to scroll down if you use Windows 7 – the last part is for this operating system.

Part 1: Clear Most Used Programs from Windows 10 Start Menu

  1. Press the Windows key + I to bring up the Settings app. If you’re using a tablet without a keyboard, click the Start button and then select Settings.
  2. Click on Personalization.

    settings

  3. At the Personalization window, click on the Start tab on the left-hand side. On the right pane, you’ll see a few options for configuring what is shown on the Start Menu and how the Start Menu is displayed.
  4. From there, set toggle button under “Show most used apps” to Off in order to make Start menu hide the apps you use often.

    hide-show-most-used-apps

Part 2: Clear Most Used Programs from Windows 8 Start Screen

  1. Right-click on an empty space on the Taskbar and select Properties.
  2. Click on the Jump Lists tab, uncheck the “Store recently opened programs” box.

    jump-lists

  3. Click Apply and then click OK.

Part 3: Clear Most Used Programs from Windows 7 Start Menu

  1. Right-click on an empty space on the Taskbar and select Properties.
  2. Click on the Start Menu tab, uncheck the “Store and display recently opened programs in the Start menu” box.

    hide-recently-opened-apps

    If you also want to hide your recently opened documents/files from the Start menu, uncheck the “Store and display recently opened items in the Start menu and the taskbar” box as well.

  3. Click Apply and then click OK.

3 Ways to Change Computer Name in Windows 10

January 19th, 2016 by Admin

How can I change the name of my Windows 10 computer from Command Prompt? Whatever the reason you want to rename your computer, here’s our step-by-step tutorial on how to change computer name in Windows 10, from Control Panel, PC Settings and Command Prompt.

Method 1: Change Computer Name from Control Panel

  1. To begin, you have to open the Control Panel. Simply press the Windows key + X to open the Quick Access menu and click “Control Panel“.

    open-control-panel

  2. Set the View by option to Large icons. Click on System.

    control-panel

  3. Scroll down to the “Computer name, domain, and workgroup settings” section, click on Change settings.

    system-info

  4. The System Properties screen will open with the “Computer Name” tab already selected. Click on the Change… button.

    system-properties

  5. Now type the new name you want in the “Computer name” box and click OK.

    change-computer-name

  6. A restart will be required to complete the name change, and after that, you’re all set!

Method 2: Change Computer Name from PC Settings

  1. Click on Start to access the Start Menu. Select Settings.

  2. When the PC Settings app opens, click on System.

    pc-settings

  3. Go to the About section and then click on “Rename PC“.

    about-system

  4. Type the new name you want to use and click on Next.

    rename-your-pc

  5. You will be prompted to restart your PC to apply your new settings, click on Restart Now to proceed.

Method 3: Change Computer Name from Command Prompt

Looking for a way to change Windows 10 host name via command line? Here’s how to rename Windows 10 computer name from Command Prompt (cmd):

  1. Press the Windows key + X to open the Quick Access menu. Click on Command Prompt (Admin).

    command-prompt-admin

  2. In the Command Prompt, you can use the WMIC computersystem command to change your computer name easily, assuming you know the current computer name.
    WMIC computersystem where caption='current_pc_name' rename new_pc_name

    Replace current_pc_name with your current computer name, and new_pc_name with your desired new computer name.

    rename-pc-name-from-command

  3. After running the command, you need to reboot the computer to make the changes effective.

This method works on Windows 10, 8, 7, Vista, XP and Windows Server 2012/2008/2003. This command can also be used from a batch file to rename any Windows computer, including domain-joined machines.

Besides changing the name of a local computer, you can also use WMIC command to rename a remote computer on the same network. For example, if want to rename a remote PC named Jon-Laptop to Jon-Tech and you know the login credentials, then type this command in the Command Prompt:

WMIC /node:"Jon-Laptop" /user:Admin /password:password123 computersystem call rename "Jon-Tech"

The value following /node: indicates the name of the remote computer on the LAN. The value following /user: must be an admin account on the remote computer.

Reset Windows 10 Lost Password on Acer Aspire Switch Laptop

January 16th, 2016 by Admin

Forgot Windows 10 password on your Acer Aspire Switch laptop and have no idea how to reset it? How to bypass the password login screen without formatting your hard drive? The Acer Aspire is a secure boot system based on the the latest UEFI BIOS. In this tutorial we’ll explain how to create a UEFI compatible USB drive and boot off it to reset Windows 10 lost password on Acer Aspire Switch laptop.

Part 1: Create A UEFI Bootable USB Drive

Before resetting Windows 10 password, you need to prepare a UEFI compatible bootable disk, which can be done from another computer you have access to. Here’s how to make such a disk:

  1. Download the utility PCUnlocker Enterprise and save it to your local hard drive. PCUnlocker Enterprise comes in two architectures: 32-bit and 64-bit. If your Acer Switch laptop comes with Windows 10 32-bit, please use the 32-bit version of PCUnlocker Enterprise. Otherwise you have to use 64-bit version correspondingly.
  2. The downloaded file comes as a .zip file. Decompress it and you’ll see two files: pcunlocker.iso and ReadMe.txt. Use the freeware ISO2Disc to burn the pcunlocker.iso file to your USB drive. Make sure you choose the “GPT (required for UEFI boot)” option as ISO2Disc will partition your USB drive with GPT partition table.

Part 2: Acer Aspire Switch Password Reset

  1. Use an OTG USB adapter to connect the USB drive to your Acer Aspire Switch laptop. When it’s powered off, press and hold the Volume Up button, then press the Power button. Release both when the laptop starts. Now you’re in the BIOS menu. Another way to access the BIOS is repeatedly press the F2 key when powering on the machine.
  2. Once in the BIOS, select the Main tab. click on “F12 Boot Menu” to set it to Enabled.

    acer-switch-uefi

    Switch to the Boot tab, rearrange the boot priority order and set USB HDD as the first boot media. Save your changes and exit.

    acer-boot-order

  3. Now the computer will reboot from your plugged USB drive. After loading, the PCUnlocker program will launch and you can see a list of Windows accounts for your system.

  4. Choose a local account and click on Reset Password. It will quickly unlock / remove your forgotten Windows 10 user password. If the local account is linked to your Microsoft account, the program will automatically switch your login back to local account so next time you can log in to Windows 10 without a password!

You can also use this method to reset lost Windows 10 or 8 password on the other brands of computers running with UEFI secure boot.

Create UEFI or Legacy Bootable USB Drive for Windows 10 Setup

January 14th, 2016 by Admin

New Windows 10 computers use UEFI firmware instead of the traditional BIOS. As you probably noticed when using a MBR-partitioned Windows installation USB drive on a new Windows 10 PC, UEFI will not recognize it as a boot media. UEFI-based computer can only boot from GPT-partitioned USB drive. Luckily, for backward compatibility most of the UEFI systems can also be configured to disable UEFI secure boot and instead revert to legacy BIOS boot mode. In this tutorial we’ll explain how you can easily create a UEFI or legacy bootable USB drive for Windows 10 Setup.

Requirements:

  • A USB drive (a microSD, SD card or memory stick) with the minimum capacity 4 GB
  • USB creation tool ISO2Disc
  • Windows 10 ISO image, which can be downloaded from Microsoft’s website using its Media Creation Tool

How to Create UEFI or Legacy Bootable USB Drive for Windows 10 Setup

If you have the Windows 10 ISO image on your PC, you can choose to make a Windows 10 bootable USB drive with UEFI or legacy bootloader. 64-bit UEFI PC can only boot 64-bit version of Windows 10, while 32-bit UEFI PC can boot 32-bit OS only. So if you want to install Windows 10 with UEFI mode, you have to download a correct version of Windows 10 ISO image.

Before get started, make sure you backup all important files stored in your USB drive. The process of creating a bootable USB drive will erase all data and re-partition your USB drive.

  1. Insert the USB drive into the USB port of your computer.
  2. Launch the ISO2Disc program. Click on Browse to select the Windows 10 ISO file.
  3. Now you have two options: make a bootable CD or USB drive. We’re explaining how to create a Windows 10 USB installer, so click on “Burn to USB Flash Drive” and select the drive letter of your USB disk from the list.
  4. Choose the partition style that is suitable for your target computer. If you want to install Windows 10 in UEFI mode on UEFI-based PC, choose the “GPT (required for UEFI boot)” option.

    iso2disc-uefi

    Otherwise choose “MBR (for legacy BIOS / CSM boot)” for BIOS-based PC, or UEFI computer running in legacy BIOS/CSM mode.

    iso2disc-legacy

  5. Click on Start Burn. It will now create a Windows 10 USB installer. After creating, you’ll find out that a UEFI bootable USB drive was formatted as FAT32 because NTFS is not supported for external boot media under UEFI.

Of course, there are also some other USB creation tools available on the net, such as Rufus. It also allows you to create UEFI or legacy bootable USB installation drive from Windows 10 ISO image.

rufus-uefi

How to Get Microsoft Edge Not to Save / Remember Passwords

January 13th, 2016 by Admin

Like its predecessor Internet Explorer, the all-new Microsoft Edge browser in Windows 10 also allows users to save web credentials (including website URLs, logins and passwords). The problem is that Microsoft Edge doesn’t have an option to set a master password to prevent others from easily seeing the stored passwords.

For security reasons, you might want to stop Microsoft Edge from prompting you to save website passwords. In this tutorial we’ll show you how to get Microsoft Edge not to save / remember your passwords in Windows 10.

How to Disable Password Saving Feature in Microsoft Edge?

Open Microsoft Edge browser. Click on “More actions” button (This is a button with three dots … at right side on address bar).

microsoft-edge

Click on Settings from the drop-down menu.

edge-settings

Scroll down to click on View advanced settings button.

edge-advanced-settings

Under the Privacy and services section, move the “Offer to save passwords” switch to the left to disable the password saving feature. Turn off “Save form entries” if you’re worried someone else will use Edge and get information you’ve typed into forms.

disable-edge-saving-password

That’s all. Now Microsoft Edge will no longer prompt you to save passwords.

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!