Archive for the ‘Windows 10’ category

How to Set a Disk or Volume Read-Only in Windows 10 / 8 / 7

January 11th, 2018 by Admin

How to enable write protection for a disk drive or set your volume read-only? How can I prevent a hard drive from being formatted? In this tutorial we’ll show you how to set a particular disk or volume read-only in Windows 10 / 8 / 7, without using any third-party software.

Part 1: Set a Volume Read-Only

  1. Open the Command Prompt as administrator, and then run the diskpart command.

  2. Type list volume and press Enter. Next type select volume #, where # is the number of the volume you’re going to lock it as read-only.

  3. To make your selected volume read-only, type attributes volume set readonly and press Enter.

  4. Now, you’ll be unable to delete or modify the files on that volume. When you try to format that volume, you’ll get the error “The disk is write protected“.

If you want to clear ready-only attribute for your volume later, just repeat steps 1 through 2 above and then run this command:

attributes volume clear readonly

Part 2: Set a Disk Read-Only

If you want to set the entire disk read-only, follow these steps:

  1. Open the Command Prompt as administrator, and then run the diskpart command.
  2. Type list disk and press Enter. Next type select disk #, where # is the number of the disk you want to make read-only.

  3. To set your chosen disk read-only, type attributes disk set readonly and press Enter.

  4. Now your disk is write-protected and all its partitions turn into read-only.

When you want to clear ready-only attribute for your disk, just repeat steps 1 through 2 above and then run this command:

attributes disk clear readonly

That’s it!

How to Remove “Give access to” Context Menu in Windows 10

January 8th, 2018 by Admin

Since Windows 10 Fall Creators Update, the old “Share with” option in Windows Explorer’s context menu was renamed to “Give access to”. This option lets you quickly share folders with other users on a network. However, if you never use this feature, you can remove “Give access to” option from the right-click context menu in Windows 10 File Explorer.

How to Remove “Give access to” Context Menu in Windows 10?

  1. Press the Windows key + R key combination to launch Run dialog box, then type regedit and press Enter.

  2. In the Registry Editor, browse to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions

    Right-click the Shell Extensions key in the left pane, select New -> Key. Name it Blocked.

  3. Select the new key Blocked, and then right-click blank area on the right side, select New -> String Value.

  4. Name the new String {f81e9010-6ea4-11ce-a7ff-00aa003ca9f6} and leave its data value empty as shown below.

  5. Restart File Explorer or log out and then log in to see the change. Now the “Give access to” option is removed from the right-click context menu in the File Explorer. If you want to restore that option back, just open Registry Editor and delete the Blocked key you created.

How to Change Monitor Refresh Rate in Windows 10 / 8 / 7

January 3rd, 2018 by Admin

Do you have any trouble with flickering on the monitor when playing games? Most of screen flickering issues can be solved by adjusting the monitor’s refresh rate. The refresh rate refers to how many times per second the screen refreshes the image on it. Increasing the monitor’s refresh rate should reduce screen flicker, which results in less strain on their eyes. In this tutorial we’ll show you how to change monitor refresh rate in Windows 10 / 8 / 7.

Note: The refresh rates that you can set for your monitor are determined by the capabilities of the Graphic card and monitor.

Part 1: Change Monitor Refresh Rate in Windows 10

  1. Right-click an empty area on the desktop and select Display settings.

  2. This should open the Settings app and go to the Display tab. Click Advanced display settings at the bottom of the right pane.

  3. Click Display adapter properties.

  4. This will open the Monitor and graphics card properties. Go to the Monitor tab and you can select a higher or lower refresh rate and click Apply.

Part 2: Change Monitor Refresh Rate in Windows 8 / 7

  1. Right-click an empty area on the desktop and select Screen resolution.

  2. Click on Advanced Settings in the bottom right.

  3. When the Display adapter properties window opens, click the Monitor tab, and then select a Screen Refresh Rate from the drop down menu.
  4. Click Apply. That’s it!

2 Ways to Change or Add Language in Windows 10

December 28th, 2017 by Admin

Non-English text not displaying correctly? How can I change the display language for Windows 10? A language pack needs to be installed on your computer. In this tutorial we’ll show you 2 ways to change or add additional language in Windows 10.

Method 1: Change or Add Language from the Settings App

  1. Press Windows + I keys to open the Settings app and then click Time & Language.

  2. Select the Region & language tab on the left, and then click Add a language on the right.

  3. It will show languages that are available to be installed on your PC. Choose the language you want to add.

  4. Click on the particular language based on your region. When this is done, you can then type or read text in the new language.

  5. If you want to display all system text in the new language, go back to the Region & language tab. Select the newly added language and click the Options button.

  6. Click the Download button beneath “Download language pack”.

  7. When the language pack is installed, select the new language and click Set as default.

    Reboot your computer and the new language will be used as the display language for Windows 10.

Method 2: Change or Add Language from Control Panel

  1. Open the Control Panel, switch it to Large icons view. Click Language.

  2. In the Language window, click the Add a language button.

  3. Select a language you would like to install, and click Open.

  4. Click the language specific to your region, and click Add.

  5. The language that you selected is now added to the list of input languages for your keyboard. If you want to use the new language to display the user interface of Windows 10, click the Options link.

  6. Click Download and install language pack.

    The system will display all text in the new language the next time you sign into Windows 10.

2 Ways to Disable Online Tips for Settings App in Windows 10

December 25th, 2017 by Admin

Since Windows 10 Fall Creators Update, the Settings app will display online tips on the right side of the currently opened page. The online tips could be general advice, links to online help or video tutorials.

If the tips annoy you, you can easily turn them off using group policy or registry editor.

Method 1: Use Group Policy to Disable Online Tips for Settings App in Windows 10

  1. Press the Windows key + R together, type in gpedit.msc and hit Enter to access Local Group Policy Editor.

  2. Navigate to: Computer Configuration\Administrative Templates\Control Panel, and then double-click on the Allow Online Tips policy to edit it.

  3. Select Disabled, click Apply and then OK.

  4. Re-open the Settings app and the online tips should have gone.

Method 2: Use Registry Editor to Disable Online Tips for Settings App in Windows 10

  1. Press the Windows key + R together, type in regedit and hit Enter to access Registry Editor.

  2. Navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

    Then right-click the empty space in the right pane, select New -> DWORD (32-bit Value).

  3. Name the newly created value as AllowOnlineTips and keep its value at 0.

  4. Close Registry Editor and reboot your computer to see the changes.

How to Remove Shadow Under Icon Text on Windows 10 Desktop

December 25th, 2017 by Admin

Is there any way to turn off or hide the shadows for desktop icon labels? On Windows 10 desktop, the text under icon text has a drop shadows effect by default, which can make the text illegible. Here’s how to remove shadow under icon text on Windows 10 desktop.

Disabling shadow will make your desktop icons’ text labels easier to read against your background:

How to Remove Shadow Under Icon Text on Windows 10 Desktop?

  1. Right-click the This PC shortcut on your desktop, and select the Properties from the drop-down menu.

  2. In the System window, click Advanced system settings on the left side.

  3. The System Properties window will open the Advanced tab. Click the Settings button under Performance.

  4. Under Visual Effects tab, uncheck the box marked “Use drop shadows for icon labels on the desktop“. Click Apply and then OK. If you can’t see the change, restart your PC.

    That’s it!

If you’re a fan of hacking the Windows registry, you can simply remove drop shadows for icon labels on the desktop using Registry Editor. Navigate to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Double-click the ListViewShadow entry in the right pane, change its value from 1 to 0. Reboot your computer and you should no longer have the drop shadow under icon text on Windows 10 desktop.

How to Turn On / Off Color Filters in Windows 10

December 20th, 2017 by Admin

My computer screen goes gray all of a sudden? It’s possible that you accidentally press a key combination that invokes color filters mode. Windows 10 now includes color filters, which lets you change the color of everything on your screen. This makes colors easier to distinguish for those with color blindness. This tutorial will show you 3 ways to turn on or off color filters in Windows 10.

Method 1: Turn On / Off Color Filters Using Keyboard Shortcut

Press the Windows key + Ctrl + C keys together and it will enable color filters and turn everything to shades of gray (greyscale mode). If you want to disable color filters again, just press that keyboard shortcut again.

Method 2: Turn On / Off Color Filters from Settings

  1. Open the Settings app, and then click Ease of Access.

  2. Select Color & high contrast on the left side. To turn on color filters, toggle the “Apply color filter” to On, and then select the desired filter under the “Choose a filter” box.

    If you want to turn off color filters, just toggle the “Apply color filter” to Off and you’re done.

  3. The selected filter will be applied instantly.

Method 3: Turn On / Off Color Filters Using Registry Editor

  1. Open the Registry Editor and navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\ColorFiltering
  2. Right-click the blank area on the right pane and create a DWORD (32-bit) value named Active. Change its value to 1 if you want to enable color filters, or set it to 0 for disabling color filters.
  3. Use the same method to create another DWORD (32-bit) value named FilterType. Set its value depend on which color filter you like best.
    • 0 = Greyscale
    • 1 = Invert
    • 2 = Greyscale Inverted
    • 3 = Deuteranopia
    • 4 = Protanopia
    • 5 = Tritanopia

  4. Close Registry Editor. Log off and then log back in to see the changes.

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.