Archive for the ‘Others’ category

How to Stop Standard Users from Changing BitLocker Password

December 18th, 2017 by Admin

If you want to configure BitLocker in Windows 10 / 8, you have to log in as administrator. However, standard users are allowed to change BitLocker password by default. In this tutorial we’ll show you 2 ways to stop standard users from changing BitLocker password in Windows 10 / 8.

Method 1: Prevent Standard Users from Changing BitLocker Password via Group Policy

  1. Press the WIN + R keys to open the Run box. Type gpedit.msc and hit Enter.

  2. In the left pane of the Local Group Policy Editor, navigate to: Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption\Operating System Drives.

    Next, double-click on the Disallow standard users from changing the PIN or password policy in the right pane.

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

  4. When the standard users try to change BitLocker password on a fixed drive, the UAC will prompt to enter an administrator’s password firstly.

Method 2: Prevent Standard Users from Changing BitLocker Password via Registry Editor

  1. Press the WIN + R keys to open the Run box. Type regedit and hit Enter.

  2. In the left pane of Registry Editor, navigate to the key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE. If the FVE key doesn’t exist, right-click the Microsoft key and create a subkey named FVE.
  3. While the FVE key is selected, right-click blank area in the right pane and create a DWORD (32-bit) value named DisallowStandardUserPINReset, set its value data to 1.

  4. Close Registry Editor.

If you want to allow standard users to change BitLocker password, just change the value data of DisallowStandardUserPINReset to 0 and you’re done.

How to Change BitLocker Password in Windows 10 / 8 / 7

December 14th, 2017 by Admin

If you’ve turned on BitLocker encryption on a fixed or removable drive, you can choose to unlock the drive with a BitLocker password. When your BitLocker password is compromised, changing the password should be a top priority. In this tutorial we’ll show you 3 ways to change BitLocker password in Windows 10 / 8 / 7.

Method 1: Change BitLocker Password from Windows Explorer

  1. Right-click on the BitLocker encrypted drive in Windows Explorer, and select Change BitLocker password from the context menu.

    Note: if the encrypted drive shows a gold lock on the icon, then you can’t see the “Change Bitlocker password” option in the context menu, and you need to unlock the BitLocker drive firstly.

  2. Enter the old password, followed by the new password (entered twice), and then click Change password.

  3. You would be shown a message that the password has been changed successfully in the same window.

Method 2: Change BitLocker Password from Control Panel

  1. Open the Control Panel and select Large icons in the View by drop-down menu. Click BitLocker Drive Encryption.

  2. Expand the drive for which you want to change the BitLocker password, and click Change password from the list of options.

  3. When the Change Password window appears, type your old password and new password. Click Change password.

  4. Now you’ve changed your BitLocker password.

Method 3: Change BitLocker Password Using Command Line

  1. Open the Command Prompt as administrator.
  2. Assuming you’re going to change Bitlocker password for drive D:, type the following command and hit Enter.
    manage-bde -changepassword d:

  3. You’ll be prompted to enter the new password twice. Note: your password won’t be shown while you’re typing.
  4. When the password has been successfully changed, you can close Command Prompt. Every time you boot into Windows, you can unlock the BitLocker drive with the new password.

Manually Lock / Unlock BitLocker Encrypted Drive in Windows

December 13th, 2017 by Admin

Hot to lock the BitLocker encrypted drive without restarting system? By default, Windows will automatically unlock your BitLocker drive when you sign in to your account. If you’ve turned off auto-lock for BitLocker drive, you have to manually unlock it when your computer starts up. In this tutorial we’ll show you how to manually lock or unlock BitLocker encrypted drive in Windows 10 / 8 / 7.

Part 1: Manually Lock a BitLocker Drive

Before you can manually lock a BitLocker drive, make sure you’ve set up a BitLocker password for your hard drive and turn off the auto-lock feature. When your system is shut down, the drive will lock itself automatically.

If you want to manually lock a BitLocker drive, you have to do this through Command Prompt:

  1. Open the Command Prompt as administrator.
  2. Type the following command and hit Enter. Note: substitute d: in the command below with the drive letter of BitLocker drive you want to lock.
    manage-bde -lock d: -forcedismount

  3. Close Command Prompt. Your BitLocker drive is now locked and you’re unable to access it without providing your BitLocker password.

Part 2: Manually Unlock a BitLocker Drive

Unlocking a BitLocker drive is much easier than locking it. Follow these steps:

  1. Open Windows Explorer and right-click on the BitLocker encrypted drive, and then choose Unlock Drive from the context menu.

  2. You’ll get a popup in the upper right corner that asking for BitLocker password. Enter your password and click Unlock.

  3. The drive is now unlocked and you can access the files on it.

Of course, you can also unlock a BitLocker drive from an elevated Command Prompt. Just type this command and press Enter.
manage-bde -unlock d: -password

When prompted, type the BitLocker password for this drive and hit Enter. It will unlock your drive immediately.

How to Find if My Windows 10 PC Supports Miracast

December 11th, 2017 by Admin

How can I tell if my Windows 10 computer supports Miracast? Miracast is a wireless technology that lets you mirror your computer’s screen wirelessly on your TV or projector. Here is a simple way to check if the Miracast wireless streaming is available on your Windows 10 PC.

How to Find if My Windows 10 PC Supports Miracast?

Press the Windows key + R to bring up the Run box. Type dxdiag and hit Enter.

This will open the DirectX Diagnostic Tool. After this tool collects your PC’s information, click the Save All Information button.

Choose where you want to save the DxDiag.txt file on your computer.

Open the DxDiag.txt file with NotePad or your text editor, and find the line that begins with Miracast. If it says supported or available, then it means your PC supports the Miracast wireless streaming feature.

That’s it!

How to Hide Folders / Files from Search Results in Windows 10

December 7th, 2017 by Admin

How do I stop certain files from showing up in Windows search? By default, Windows automatically indexes everything stored in the most common locations (like Downloads, Documents and Desktop), so you can quickly find your files or applications through Windows Search box or Cortana box.

If you want to hide some folders/files from appearing in the search result, you need to change the indexing options in Windows 10.

How to Hide Folders / Files from Search Results in Windows 10?

  1. Open the Control Panel in Large icons view and then click Indexing Options.

  2. The Indexing Options window lists all folders that are included or excluded from indexation. To hide certain files and folders from Windows Search, click the Modify button at the bottom.

  3. In the folder tree, navigate to the folder you want to hide and uncheck the box for that folder. Click OK.

  4. When you’re back to the Indexing Options window, you can click the Advanced button if you want to hide certain file types from being indexed.

  5. Click the File Types tab. Navigate through the list of all file types and uncheck the file type that you wish to hide from search results, and click OK.

  6. Switch to the Index Settings tab and click Rebuild.

    Now, you should see the folders/files you chose to hide will never show up in the search results in File Explorer or in the Cortana box on the taskbar.

However, if you disable Search indexing completely, your folders/files will become searchable again but it may take longer to run search. The most secure ways of hiding folders/files from Windows Search is to use the professional utility like Protect My Folders.

4 Ways to Open Indexing Options in Windows 10

December 5th, 2017 by Admin

Windows 10 uses the index to make searching your files faster. If you want to customize which file types are indexed or change what locations you want indexed, you have to access the Indexing Options. In this tutorial we’ll show you 4 ways to open Indexing Options in Windows 10.

Method 1: Open Indexing Options via Cortana Search

Type indexing options in the Cortana Search box on Windows 10 taskbar. When the results appear, click the Indexing Options item and you’ll see the Indexing Options dialog box.

Method 2: Open Indexing Options via Control Panel

Open the Control Panel and change it to Large icons view, and then click Indexing Options to launch it.

Method 3: Open Indexing Options via Run or Command Prompt

Open the Command Prompt, or press the Win + R keys to open the Run box. Type one of the following commands and press Enter.

control.exe srchadmin.dll
rundll32.exe shell32.dll,Control_RunDLL srchadmin.dll
control /name Microsoft.IndexingOptions

This will bring up the Indexing Options dialog box immediately.

Method 4: Create Indexing Options Shortcut

If you need to change the Windows index settings frequently, you can create a desktop shortcut to open Indexing Options in Windows 10. Here’s how:

  1. Right-click any empty space on your Windows 10 desktop and then select New -> Shortcut.

  2. When the Create Shortcut wizard opens, type control.exe srchadmin.dll in the location box and click Next.

  3. On the next screen give the new shortcut a name, and click Finish.
  4. By default, the Indexing Options shortcut uses the same icon as Control Panel, and you can give it a proper icon.

The Easy Way to Install OpenSSH in Windows 10

December 4th, 2017 by Admin

Since the release of Fall Creators Update (officially version 1709), Windows 10 comes with a number of optional features including OpenSSH Client / OpenSSH Server. In this tutorial we’ll show you how to install / uninstall OpenSSH from the Settings app in Windows 10.

Part 1: Install OpenSSH as an Optional Feature in Windows 10

Press the Windows key + I shortcut to open the Settings app, and then click the Apps category.

When the Apps & features page appears, click the “Manage optional features” option in the right pane.

This will launch Manage optional features page displaying a list of various installed features. Now we want to install OpenSSH, so click the “Add a feature” button.

Browse through the list of features and look for the OpenSSH Client or OpenSSH Server feature. After selecting OpenSSH Client or OpenSSH Server, you can click the Install button.

Now, head back to the Manage optional features page and you can see the progress of installing OpenSSH.

Once OpenSSH was installed, you can use the SSH command from PowerShell or the Command Prompt

Part 2: Uninstall OpenSSH from Windows 10

If you want to uninstall OpenSSH later, just follow the above steps and head over to the Manage optional features page. Click the OpenSSH Client or OpenSSH Server feature you wish to remove, an Uninstall button will appear and you can click on it.

That’s it!

How to Enable Windows Mobility Center on Desktop PC

December 1st, 2017 by Admin

Windows Mobility Center is a Control Panel item that lets you change laptop-related settings all in one place, from volume, screen brightness, power options to Wi‐Fi and Bluetooth settings. However, Windows Mobility Center is available only on laptops/tablets, and it is disabled on desktop computers by default.

In this tutorial we’ll show you how to enable Windows Mobility Center on Windows 10 / 8 / 7 desktop computers.

How to Enable Windows Mobility Center on Desktop PC?

Open the Command Prompt as administrator. Type the following two commands and press Enter.
reg add HKEY_CURRENT_USER\Software\Microsoft\MobilePC\AdaptableSettings /v SkipBatteryCheck /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\MobilePC\MobilityCenter /v RunOnDesktop /t REG_DWORD /d 1 /f

Now, you can access the Windows Mobility Center on your desktop computer. To do this, press the Windows + R hotkey on your keyboard and type mblctr in the Run dialog box.

If you want to disable Windows Mobility Center on your desktop PC again, just open the elevated Command Prompt and run the following commands to restore your registry changes.

reg delete HKEY_CURRENT_USER\Software\Microsoft\MobilePC\AdaptableSettings /v SkipBatteryCheck /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\MobilePC\MobilityCenter /v RunOnDesktop /f

That’s it!

How to Disable Windows Mobility Center in Windows 10 / 8 / 7

November 29th, 2017 by Admin

Windows Mobility Center keeps popping up? Is there a registry hack that could prevent Windows Mobility Center from popping up? The Windows Mobility Center is very convenient for laptop / tablet users, but it could also be annoying if it pops up uninvited. This tutorial will show you 2 different ways to disable Windows Mobility Center in Windows 10, 8, 7.

Method 1: Disable Windows Mobility Center Using Group Policy

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

  2. Once the Local Group Policy Editor opens, expand to: Computer Configuration -> Administrative Templates -> Windows Components -> Windows Mobility Center. In the right pane, double-click on the Turn off Windows Mobility Center policy to edit it.

  3. Select the Enabled option and click OK.

  4. Reboot your computer and you’ll be unable to open Windows Mobility Center using any methods described in this tutorial: 5 Ways to Open Mobility Center in Windows 10.

Method 2: Disable Windows Mobility Center Using Registry Editor

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

  2. Once in the Registry Editor, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\MobilityCenter

    If the MobilityCenter key doesn’t exist, right-click the Policies key in the left-hand pane and create a new key called MobilityCenter.

  3. Next, right-click blank area in the right-hand pane to create a DWORD (32-bit Value) entry called NoMobilityCenter and give it a value of 1.

  4. Close the Registry Editor window and restart your computer. The user can not invoke Windows Mobility Center any more. If you want to re-enable the Windows Mobility Center, just change the Value data of NoMobilityCenter to 0.

5 Ways to Open Mobility Center in Windows 10

November 28th, 2017 by Admin

Is there a quick way to access Windows Mobility Center in Windows 10? Windows Mobility Center is an extremely useful utility built in Windows 10, which offers a quick way for laptop/tablet users to change screen brightness, sound, power plans, screen orientation, sync and presentation settings.

This tutorial will show you all possible ways to open Windows Mobility Center in Windows 10.

Method 1: Open Windows Mobility Center via Cortana Search

Click the Cortana Search box on your taskbar, type Mobility Center and you can then access the Windows Mobility Center utility from the search result.

Method 2: Open Windows Mobility Center via Control Panel

Open the Control Panel and set View by option to Large icons. You can then click Windows Mobility Center.

Method 3: Open Windows Mobility Center via Power User Menu

Press the Windows logo key + X together, and you can then click Mobility Center from the Power User Menu.

Method 4: Open Windows Mobility Center via Run or Command Prompt

Press the Windows logo key + R to open the Run dialog box. Type mblctr and press Enter to launch Windows Mobility Center.

You can also access Windows Mobility Center by running the mblctr command at Command Prompt.

Method 5: Open Windows Mobility Center via System Tray

Right-click on the battery icon in the system tray and then click Windows Mobility Center from the pop-up menu.

That’s it!