Archive for the ‘Others’ category

Quick Methods to Run as Different User in Windows 11

May 12th, 2022 by Admin

If your PC has multiple accounts, you can run a program under different credentials than the currently logged on user. No need to switch back and forth between multiple accounts. In this tutorial we’ll show the most common and quickest methods to run a program as different user in Windows 11.

Method 1: Run as Different User from File Explorer

  1. Press and hold the Shift key on the keyboard, then right-click the executable (.exe) file in File Explorer and select “Show more options“.

  2. Next, choose “Run as different user” and release the Shift key.

  3. When prompted, fill in the the user credentials of the Windows account you want to run as, and click OK.

Method 2: Run as Different User from Taskbar

  1. If your app is already pinned to Windows taskbar, press and hold the Shift key, and then right-click the app icon in the taskbar.

  2. Choose the “Run as different user” option from the pop-up menu, and you can start the app with a different user profile.

Method 3: Add “Run as different user” Option to Start Menu

If your app is pinned to the Start Menu or appears under the “All apps” list, you can add the “Run as different user” option to the Start Menu. Follow these steps:

  1. Open Local Group Policy Editor and navigate to: User Configuration -> Administrative Templates -> Start Menu and Taskbar. On the right pane, double-click the policy called “Show Run as different user command on Start“.

  2. Choose the Enabled option. Click Apply and then OK.

    If Local Group Policy Editor is missing from your version of Windows 11, you can enable the above group policy using this registry tweak.

After making the above change, right-click the app pinned in the Start Menu and you’ll see the “Run as different user” option.

If you right-click the app under the “All apps” list and select “More” -> “Run as different user“, the app will start under your provided credentials of the different user.

Conclusion

That’s how you can run an app as different user from File Explorer, taskbar or Start Menu. Actually, you can also open Windows Terminal (either Command Prompt or Windows PowerShell), and use the built-in “runas” command to run your program as different user.

Fix: Mapped Network Drive Not Showing in Windows 11

May 10th, 2022 by Admin

Mapped network drive doesn’t appear in File Explorer? This problem usually happens when you map a network drive using administrative Command Prompt or a logon script. By default, only network drives created with standard rights will show up in File Explorer. In this tutorial we’ll show you two solutions to fix the issue of mapped network drive not showing in Windows 11.

Method 1: Configure the EnableLinkedConnections registry value

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

  2. Type EnableLinkedConnections and then press Enter.

  3. Next, double-click it to modify. In the Value data field, enter 1 and click OK.

  4. After restarting the computer, network drives created by elevated apps will be visible in File Explorer, and elevated apps can also access the network drives created by programs running with standard rights.

Method 2: Map a network drive with normal Command Prompt

If the mapped network drives are not available, try to use the standard Command Prompt to map a network drive. Follow these steps:

  1. Open up a regular Command Prompt (NOT in admin/elevated mode). Type the following command and press Enter. Replace “remote_ip” and “shared_folder” with the IP address of your network computer and the name of the shared folder.
    net use z: \\remote_ip\shared_folder /persistent:yes

  2. The above command will map the shared folder to Z: and you can then access the network drive in File Explorer.

    If you want to hide a mapped network drive for all users but letting programs access them, please use the method described in this article: How to Hide A Drive / Partition from Windows Explorer

  3. Whenever you want to disconnect the network drive, run this command:
    net use z: /delete

That’s it!

2 Methods to Remove “Map network drive” Context Menu in Windows 11

May 9th, 2022 by Admin

When you right-click This PC icon on your desktop, you’ll see two options: Map network drive and Disconnect network drive.

You can also access these options from the toolbar if you open File Explorer to This PC.

If you don’t need to access network resources frequently, it’s not necessary to map a network drive and you can hide the above options. In this tutorial we’ll show you 2 simple methods to remove “Map network drive” and “Disconnect network drive” context menus in Windows 11.

Method 1: Remove “Map network drive” Context Menu via Group Policy

  1. Open Local Group Policy Editor and browse to: User Configuration -> Administrative Templates -> Windows Components -> File Explorer. On the right pane, double-click the policy called “Remove Map Network Drive and Disconnect Network Drive” policy to edit it.

  2. Choose the Enabled option. Click Apply and then OK.

  3. This change will take effect immediately. You’ll see that the “Map Network Drive” context menu is missing.

Method 2: Remove “Map network drive” Context Menu via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. On the right pane, right-click the blank area and select New -> DWORD (32-bit) Value.

  2. Rename the newly-created DWORD to NoNetConnectDisconnect, then double-click it and change its value data to 1.

  3. Close Registry Editor. The next time you log in to your Windows account, the “Map Network Drive” context menu will no longer show up. Whenever you need to restore it, just delete the DWORD NoNetConnectDisconnect.

Conclusion

These methods just hide the “Map network drive” and “Disconnect network drive” from the context menu in Windows 11. After removing the “Map network drive” option, you can still map a network drive using Command Prompt.

How to Change Windows 11 Display Language with Ease

May 5th, 2022 by Admin

When you buy a computer with Windows 11 preinstalled, it may not come with your desired language. Starting with Windows 11, you can change system language without reinstallation. In this tutorial we’ll walk you through the steps of changing Windows 11 display language with ease.

How to Change Windows 11 Display Language with Ease

  1. To begin, open Settings app. In the left sidebar select Time & language, then click Language & region on the right.

  2. If your preferred language pack is not installed, click the “Add a Language” button.

  3. Scroll down until you locate the preferred language, or search for it using the search box at the top. Click Next.

  4. On the next screen, make sure at least the “Language pack” option is checked. Click Install.

  5. Windows will start to download and install the language pack and related features. When it is complete, go back to the “Language & region” page, click the drop-down list next to “Windows display language” and select your preferred language.

  6. You’ll be prompted to click Sign out to apply the new display language. The next time you sign back into your account, you’ll see the language changed system-wide.

That’s it!

How to Enable or Disable Inactive Window Scrolling in Windows 11

April 27th, 2022 by Admin

In Windows 11 / 10, you can scroll the background window without bring it to the front. Just hover the mouse pointer over it and then use the mouse wheel to start scrolling. This saves you a few clicks and you don’t need to frequently switch the focus back and forth. In this tutorial we’ll show you 2 methods to enable or disable inactive window scrolling in Windows 11.

Method 1: Enable or Disable Inactive Window Scrolling via Settings App

  1. Open the Settings app. Choose Bluetooth & devices on the left side, and click Mouse on the right pane.

  2. Under the Scrolling section, you can turn on or off the option titled “Scroll inactive windows when I hover over them“.

  3. This change will take effect immediately. Enabling this feature can help you quickly scroll inactive background windows without clicking or having input focus.

Method 2: Enable or Disable Inactive Window Scrolling via Registry Editor

  1. Open Registry Editor and browse to: HKEY_CURRENT_USER\Control Panel\Desktop. Look for the 32-bit DWORD value named MouseWheelRouting, and then double-click it to modify.

  2. Change its value data to 2 if you want to enable inactive window scrolling, or set it to 0 for turning off inactive window scrolling.

  3. Close Registry Editor. This change requires restarting the computer to take effect.

That’s it!

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.

2 Methods to Disable Recent Search History in Windows 11 Taskbar

April 8th, 2022 by Admin

When you hover over or click the Search icon in the taskbar, Windows 11 will show you recent search history. For privacy reasons, you may want to clear the existing search history and let Windows not track your search activities in future. In this tutorial we’ll show you 2 simple methods to disable recent search history in Windows 11 taskbar.

Method 1: Disable and Clear Recent Search History via Settings App

  1. Press the Windows key + I to launch the Settings App. Select the “Privacy & security” category from the left sidebar, and then click “Search permissions” on the right pane.

  2. Turn off the toggle switch just below “Search history on this device” and it will prevent Windows from tracking your future search activities, but previously saved search history still remains on your PC.

    If you want the previous search history to be removed, then proceed to click the “Clear device search history” button. Windows 11 will no longer show recent searches when you hover over the search icon in the taskbar.

Method 2: Disable Recent Search History via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings. On the right pane, double-click the DWORD IsDeviceSearchHistoryEnabled.

  2. Set its value data to 0 and click OK, Windows will then stop saving your future search history. Whenever you need to enable recent search history again, just change its value data back to 1.

  3. Close Registry Editor and the changes will take effect immediately.

That’s it!

Another Way to Create App Execution Alias in Windows 11

April 6th, 2022 by Admin

By default, Windows 11 allows you to enable Execution Aliases for UWP apps only. Previously we’ve covered how to create aliases for any programs using a registry tweak. In this tutorial we’ll show you another way to create App Execution Alias using Command Prompt in Windows 11.

How to Create App Execution Alias Using Command Prompt

  1. To get started, open the Command Prompt as administrator. Next, use the mklink command to create a symbolic link which points to the executable file of your target application. Remember to replace alias_name with your desired alias.

    mklink %LOCALAPPDATA%\Microsoft\WindowsApps\alias_name.exe "the_full_path_of_your_executable_file"

  2. Open File Explorer and type the following location in the address bar and press Enter. You’ll see the newly-created symbolic link which works almost the same as the other app aliases.
    %LOCALAPPDATA%\Microsoft\WindowsApps

  3. Now, you can use the new alias to start your program directly from the Run dialog box, Command Prompt or Windows PowerShell.

That’s it!

How to Remove “Look for an app in the Microsoft Store” Context Menu in Windows 11

April 4th, 2022 by Admin

When you right-click a file and select Open with -> Choose another app, the pop-up dialog allows you to change the default app or pick up the “Look for an app in the Microsoft Store” option. If you think the “Look for an app in the Microsoft Store” option is useless, you can hide or remove it.

In this tutorial we’ll show you 2 methods to remove “Look for an app in the Microsoft Store” context menu in Windows 11.

Method 1: Remove “Look for an app in the Microsoft Store” via Group Policy

  1. Open Local Group Policy Editor and browse to: Computer Configuration -> Administrative Templates -> System>Internet Communication Management -> Internet Communication settings​. On the right pane, find the “Turn off access to the Store” policy and double-click it.

  2. Select the Enabled option. Click Apply and then OK.

  3. Restart your system to see the changes. You’ll find the “Look for an app in the Microsoft Store” option disappears in Windows 11.

Method 2: Remove “Look for an app in the Microsoft Store” via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. Right-click the Windows key in the left pane and select New -> Key.

  2. Name the new key “Explorer“, and then select it. On the right pane, right-click the blank area and select New -> DWORD (32-bit) Value.

  3. Name this new DWORD “NoUseStoreOpenWith“, and change its value data to 1.

  4. Close Registry Editor and reboot your computer. The next time you log in to your Windows account, you’ll no long see the “Look for an app in the Microsoft Store” option.

That’s it!

How to Reset or Change Default Apps for File Types in Windows 11

March 29th, 2022 by Admin

Windows doesn’t open your desired app for .jpg file extension? File type associations messed up? File associations decide which application opens when a file is double-clicked. In this tutorial we’ll show you how to restore corrupted file associations to default, or change default apps for file types in Windows 11.

Part 1: Reset Corrupted File Type Associations

Press Windows + I on the keyboard to open the Settings app. Select Apps in the left navigation pane, and then click “Default apps” on the right.

You’ll see a list of default apps. Scroll down to the bottom and click the Reset button.

A pop-up window will ask you to confirm. Click OK and it will restore all file type associations to Microsoft recommended defaults.

Part 2: Change Default App Associations

Open the Settings app using the same method as above, and navigate to: Apps -> Default apps. In order to quickly change default apps for specific file extensions, you can search for either file type or or default app.

Change File Associations by File Types:

Just type the file extension (for example, .txt) in the text box at the top and press Enter. You’ll see the app with which it is currently associated. Just click on that app to change the association.

You’ll get a pop-up which asks how do you want to open this file extension from now on. Click the More apps option and select the desired app you want to use, and click OK.

Change File Associations by Default App:

Click the text box labeled “Set defaults for applications“, and type the name of the current default app which you would like to change. When the app you’re searching for comes up, click on it.

It will display a list of file extensions which can be associated with this app. You can click your desired file type and change the file association to a different program.

That’s it!