Archive for the ‘Windows 10’ category

How to Show Drive Letter Before Drive Name in Windows 11 / 10

May 26th, 2022 by Admin

How can I make the drive letter appear before drive label in File Explorer? By default, File Explorer puts drive letters after drive names when listing the drives on the computer.

If you want to reverse the order and make File Explorer show drive letter first, here is a simple method to show drive letter before drive name in Windows 11 / 10.

How to Show Drive Letter Before Drive Name in Windows 11 / 10

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer. Right-click the Explorer key in the left pane, then choose New > DWORD (32-bit) Value.

  2. Name the new DWORD ShowDriveLettersFirst, and then double-click it to modify.

  3. A small window will pop up. Enter 4 in the Value data box to make Windows show all drive letters before drive labels, and click OK.

    • 0 = (Default) Show all drive letters after drive labels
    • 1 = Show only network drive letters before drive labels
    • 2 = Hide all drive letters
    • 4 = Show all drive letters before drive labels
  4. Close Registry Editor. Restart File Explorer and you’ll see it show drive letters first.

That’s it!

4 Methods to Disable File Compression in Windows 11 / 10

May 24th, 2022 by Admin

Windows 11 keeps compressing files in the C: drive? How do I stop Windows from automatically compressing files? This problem usually happens when your PC is running out of disk space. In this tutorial we’ll show you 4 methods to disable file compression in Windows 11 / 10.

Method 1: Disable File Compression Using Group Policy

Open Local Group Policy Editor and browse to: Computer Configuration\Administrative Templates\System\Filesystem\NTFS. On the right pane, double-click the policy “Do not allow compression on all NTFS volumes“.

Select the Enabled option. Click Apply and then OK.

Reboot your computer to make the changes take effect. The next time you try to enable file compression, you’ll get the error message “Compression is disabled for this volume“.

Method 2: Disable File Compression Using Registry Editor

Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies. In the right pane, right-click the blank area and select New -> DWORD (32-bit) Value.

Name the newly-created DWORD NtfsDisableCompression, and then change its value data to 1 for turning off automatic file compression.

Close Registry Editor and restart your computer to apply the changes.

Method 3: Disable File Compression Using Command Prompt

Open the Command Prompt as administrator and then run this command to disable file compression:
fsutil behavior set disablecompression 1

A reboot is required for this change to take effect. Whenever you need to enable file compression again, execute the following command:
fsutil behavior set disablecompression 0

Method 4: Uncompress Your Files in File Explorer

Right-click a compressed folder or file in File Explorer, and then select Properties from the context menu.

Under the General tab, click the Advanced button.

In the Advanced Attributes dialog, uncheck the box which says “Compress content to save disk space“. Click OK.

When you’re back to the Properties dialog, click Apply. A pop-up will appear, and you can choose “Apply changes to this folder, subfolders and files” and click OK.

After uncompressing, two blue arrows will no longer show up in the icons of your folders or files.

How to Change Wi-Fi Password in Windows 11 / 10

May 16th, 2022 by Admin

How do I update password on saved Wi-Fi connection? Looking for a way to change the Wi-Fi password on your router to improve the network security? In this tutorial we’ll walk you through the steps to change Wi-Fi password from your Windows 11 / 10 computer or router.

Part 1: Change Saved Wi-Fi Password on Windows 11

  1. Press Win + R key combination to open the Run command box. Type ncpa.cpl and hit Enter.

  2. It will launch the Network Connections window listing all the available network adapters. Right-click your wireless network adapter and choose Status from the pop-up menu.

  3. Click the Wireless Properties button.

  4. Go to the Security tab. Enter your new Wi-Fi password in the Network security key field and click OK. Of course, you can tick the “Show characters” checkbox to view the old saved password before changing it.

Additionally, you can also choose to delete the saved Wi-Fi networks so it will ask you to enter new password before connecting.

Part 2: Change Wi-Fi Password on Your Router

Before getting started, make sure your current device is connected to your router via Wi-Fi or Ethernet cable. By default, the router’s IP address is 192.168.0.1, 192.168.1.1 or the default gateway which you can find out using the ipconfig command.

  1. Open your Web browser and enter the IP address of your router in the address bar, press Enter to access the router’s web-based management page. You need to login with your router password.

    You can locate the default username, default password and router’s IP address on the bottom of the router itself. If you’ve changed the router password but forgot it, you can reset your router to the factory. With the power switched on, use a pin to press and hold the Reset button on the side panel of your router for 10 seconds.

  2. Look for a section like “Wireless” or “WLAN”. From there you should be able to see the current SSID and Wi-Fi password, and set a new password. If you are using a dual-band router, you can click 2.4 GHz or 5 GHz to set a separate password for each network.

  3. After changing your Wi-Fi password, you need to restart the router to apply the changes.

2 Methods to Change Drive Icon in Windows 11 / 10

April 26th, 2022 by Admin

Can I set a custom icon for a drive in File Explorer? Windows allows you to change individual folder icons with ease, but it doesn’t give you similar options to customize the drive icons. In this tutorial we’ll show you 2 simple methods to change drive icon for local disk or external USB drive in Windows 11 / 10.

Method 1: Change Drive Icon Using Registry Editor

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons. Right-click the DriveIcons key and select New -> Key.

  2. Rename the new key to the drive letter of your desired local drive. In our example, we named the key to ‘D‘ as we’re going to set a custom icon for the D: drive.

  3. When the drive letter key is selected, use the similar method to create a subkey named DefaultIcon. Next, double-click the (Default) entry in the right pane.

  4. Click inside the “Value data” box, type the full path (surrounded by quotes) of the .ico file you want to use as your new drive icon. Click OK.

  5. Close Registry Editor. You’ll immediately see the new drive icon in File Explorer. If you want to reverse the changes, just delete the DriveIcons key and the default drive icon will come back.

Method 2: Change Drive Icon Using autorun.inf File

  1. Before getting started, you need to prepare or create an .ico file, and then copy that .ico file to the root of the drive where you want to use it as drive icon.
  2. Next, press the Windows key + R to launch the Run box. Type notepad and then press the CTRL + SHIFT + ENTER keyboard shortcut to open NotePad as administrator.

  3. Enter the following lines. Remember to replace drive.ico with the actual name of the .ico file that you’ve saved in the root of your target drive, and substitute drive_name with the actual new name.
    [Autorun]
    Icon=drive.ico
    Label=drive_name

  4. When finished, click the File menu and select Save. Next, browse to the root of your target drive, change the “Save as type” to “All files“, and enter autorun.inf in the “File name” box, click Save.

  5. You need to restart your computer to make the changes take effect. If the method doesn’t work with your computer, try to restore the local group policy to defaults.

Conclusion

If the Autoplay feature is disabled using group policy, then the second method doesn’t work. But the second method is a better choice if you want to change drive icon for external USB drive.

How to Disable or Enable Memory Compression in Windows 11 / 10

January 18th, 2022 by Admin

Memory compression is a new feature introduced in Windows 10, which can store more data in your RAM than it otherwise could, by storing part of the memory pages in RAM in a compressed form. For example, if your applications need to store 4 GB of data in the RAM at the same time, Windows might have 3 GB of uncompressed data and 0.5 GB of compressed data that actually takes up 1 GB in RAM.

With memory compression, Windows can compress a fraction of the memory in order to reduce page swap out. This is very useful when your PC doesn’t have enough physical memory. In this tutorial we’ll show you how to disable or enable memory compression in Windows 11 / 10.

Part 1: Check if Memory Compression is Enabled

Open up Task Manager. Go to the Performance tab and select Memory on the left sidebar. You will see how much memory is compressed under the “In use (Compressed)” section. As you can see in the following screenshot, 2.3 GB of memory is in use, and of that 80.9 MB is compressed.

If the compressed memory is shown as 0 MB, it’s likely that the memory compression feature is disabled on your system.

Part 2: Disable or Enable Memory Compression

  1. Right-click on the Start button in the taskbar and select Windows Terminal (Admin). If you’re running Windows 10, open Windows PowerShell as administrator.

  2. Then run the Disable-MMAgent -mc command to disable memory compression, and afterwards execute the command Get-MMagent to check if memory compression is disabled successfully.

  3. If you need to turn on or enable memory compression, enter this command and press Enter.
    Enable-MMAgent -mc

  4. Reboot your computer to apply the changes. The next time you log in to your system, you can launch Task Manager and check if memory compression is running or not.

How to Use the Microsoft Remote Desktop App to Access Remote PC

January 11th, 2022 by Admin

When you need to access a remote Windows computer, the first tool that comes to mind should be the built-in Terminal Services Client (mstsc.exe).

Starting with Windows 10, you can download a modern app called “Microsoft Remote Desktop” which allows you to connect to a remote Windows PC from Mac, PC, your iPhone or Android device. In this tutorial we’ll walk you through the steps of using the Microsoft Remote Desktop app to access your remote Windows PC.

How to Use the Microsoft Remote Desktop App to Access Remote PC

Before getting started, make sure you’ve turned on the Remote Desktop feature on your remote computer. So you can then start a remote connection from your local PC using the Microsoft Remote Desktop app.

  1. Download the Microsoft Remote Desktop app from Microsoft Store, Apple’s App Store or Microsoft’s official website, and then install it on your local device.
  2. Open the Remote Desktop app, click the Add button in the top-right corner, and then choose the “PCs” option from the pop-up menu.

  3. Enter the IP address of the remote computer you want to connect to, and click on Save.

    If you would like to save the login credentials, click the plus (+) icon next to the “User account” field. It will let you enter the username and password that you use to connect to the remote computer.

  4. Under the “Saved Desktops” section, click the icon for the remote PC to start a remote desktop connection.

  5. You’ll be prompted to enter your username and password if your login credentials are not saved by the Remote Desktop app.

  6. Tick the “Don’t ask about this certificate again” checkbox and click on “Connect anyway“.

  7. You’re now connected to the remote PC. The magnifier icon at the top-middle toolbar lets you zoom in and out, while the three-dotted button allows you to terminate the session, or switch between full screen and window mode.

That’s it!

Create a Folder Starting with a Dot(.) in Windows 11 / 10 / 8 / 7

December 28th, 2021 by Admin

When you try to create a folder/file on Windows 7 that starts with a dot, like .htaccess, you may get the error message “You have to enter a filename“. To resolve this issue, you need to do it with Command Prompt. Since Windows 11, File Explorer allows to create and rename a folder whose name starts with a dot. In this tutorial we’ll walk you through the steps to create a folder starting with a dot(.) in Windows 11 / 10 / 8 / 7.

Part 1: Create a Folder Starting with Dot Using Command Prompt

Before getting started, open Command Prompt in the directory where you want to create a folder. You can then use the mkdir command to create a folder starting with a dot. For example, I can create a folder named .pcunlocker by executing this command:
mkdir .pcunlocker

or create an empty file named .tutorial.txt by running this command:
echo.>.tutorial.txt

This method works with all versions of Windows, including Windows 10 / 8 / 7.

Part 2: Create a Folder Starting with Dot Using File Explorer

If you’re using Windows 11, you can create a folder starting with dot without using Command Prompt. Just open File Explorer and browse to your target location, right-click the blank area and select New -> Folder, and then type in a new name that starts with a dot.

File Explorer also lets you rename any existing folder by adding a dot in the front of its name.

How to Change Default Drag and Drop Action in Windows 11 / 10

November 30th, 2021 by Admin

How can I change default file drag-and-drop action to copy instead of move? In Windows 11 / 10, when you drag a file and drop it to a folder on a different drive, File Explorer will perform the copy action. If you drag a file and drop it to a folder on the same drive, the default action is move.

Actually, you can let Windows perform the same action for every drag-and-drop operation, regardless of whether you’re dragging files to the same or different drive. In this tutorial we’ll show you a simple method to change the default drag and drop action in Windows 11 / 10.

How to Change Default Drag and Drop Action in Windows 11 / 10

  1. Open Registry Editor. In the left pane, expand the HKEY_CLASSES_ROOT key and right-click the * sub-key and select New -> DWORD (32-bit) Value.

  2. Name the value DefaultDropEffect. Next, double-click it to modify its value data.

  3. Change the value data to one of the following values, depending on which type of drag and drop behavior you would like to apply.
    • Default action (0): Let Windows decide to copy or move files/folders when you drag and drop it into place.
    • Always copy (1): A copy of the file/folder will always be placed at the destination.
    • Always move (2): The file/folder will move to the destination.
    • Always create a shortcut (4): A link to the original file/folder will always be placed at the destination.
  4. Next, navigate to another sub-key AllFilesystemObjects and use the same method to create a new 32-bit DWORD value DefaultDropEffect with the same value data.

  5. Close Registry Editor. The new setting of drag and drop behavior will take effect immediately. If you’ve set DefaultDropEffect to 1, Windows will perform the copy action when you drag a file and drop it to a folder on the same drive.

    To undo the changes later, just delete the DefaultDropEffect value from both keys and you’re done.

That’s it!

Easy Way to Uninstall Microsoft Edge in Windows 11 / 10

September 26th, 2021 by Admin

Microsoft Edge comes preinstalled as the default web browser in Windows 11 and Windows 10. When you try to uninstall Microsoft Edge using either Control Panel or the Settings app, you will find the Uninstall option is missing or greyed out. In this tutorial we’ll show you a simple way to uninstall Microsoft Edge in Windows 11 / 10.

How to Uninstall Microsoft Edge in Windows 11 / 10

  1. Right-click on the Microsoft Edge shortcut on your desktop and then select “Open file location” from the context menu.

  2. File Explorer will open to the folder: C:\Program Files (x86)\Microsoft\Edge\Application. Simple double-click the folder which is named with the version number of your Microsoft Edge. In my case, it is 94.0.992.31.

  3. Next, double-click and open the Installer folder.

  4. We’ll later use the setup.exe file for uninstalling Microsoft Edge. To open an elevated PowerShell at this location, click the File menu in the top-left corner.

  5. select Open Windows PowerShell, and then Open Windows PowerShell as administrator. Click Yes if the UAC dialog appears.

  6. When a PowerShell window opens up, type the following command and press Enter. After a while, Microsoft Edge will be removed and uninstalled from your system.

    .\setup.exe -uninstall -system-level -verbose-logging -force-uninstall

    Whenever you need to install Microsoft Edge later, you can download it from https://www.microsoft.com/en-us/edge.

That’s it!

Fix: The parameter is incorrect when changing drive letter in Windows 10

September 22nd, 2021 by Admin

Recently when I attempted to change drive letter using Disk Management, it kept giving out the error message “The parameter is incorrect” even though the new drive letter is unused.

It turns out that this problem happens with only drives which are holding page files. To fix the “The parameter is incorrect” issue in Windows 10, you need to temporarily disable paging files on the drive which you want to change the drive letter for.

How to Fix: The parameter is incorrect when changing drive letter

  1. Press the Windows key + R together to open the Run box, type sysdm.cpl and press Enter.

  2. When the System Properties window opens, select the Advanced tab. Click the Settings button under the Performance section.

  3. Go to the Advanced tab and click the Change button.

  4. Make sure the “Automatically manage paging file size for all drives” option is unchecked.

  5. Select the drive which you want to change the drive letter for. Choose the “No paging file” radio button and click the Set button.

  6. Click OK. Restart your computer and Windows will delete the paging file automatically. The next time you log back in to Windows 10, you should be able to change the drive letter successfully using Disk Management.

After changing drive letter, you can enable paging file again on your original drive if necessary. That’s it!