Soluții

How to set Up a Metered Connection on Windows 11

With Windows 11’s metered connection feature, you can reduce the amount of internet data your system uses from apps or updates. It’s handy if you have a data limit.

For example, if you’re using your phone’s internet (hotspot) with your PC, you can mark that connection as metered so you don’t drain the data of your limited mobile plan. You can use the metered connection feature with any internet connection you want.

When you’re on a metered connection, Windows delays installing some non-essential system updates, which means you won’t get the latest Windows features immediately. Other services like Dropbox and OneDrive will also stop syncing your files.

Note that this feature isn’t perfect. My colleague here at How-To Geek had a situation where the Microsoft Store downloaded a 20GB update for a game they had never played, even though the connection was set as metered.

Using Settings is the easiest graphical way to set a connection as metered. To do that, open Settings by pressing Windows+i. From the left sidebar, select “Network & Internet.” On the right pane, choose your Wi-Fi or Ethernet connection.

"Network & Internet" and "Wi-Fi" highlighted in Settings.

Select “[Connection Name] Properties.”

"[Connection Name] Properties" highlighted in Settings.

On the following screen, turn on the “Metered Connection” toggle.

The "Metered Connection" toggle highlighted in Settings.

Without any prompts, Settings will mark your specific connection as metered. In the future, you can disable the feature by toggling off the “Metered Connection” toggle.

Using Command Prompt

You can use a command in Command Prompt to set a connection as metered, but this method only works for Wi-Fi connections. If you want to set an Ethernet connection as metered, use the other methods listed in this guide.

  • To start, open Windows Search (press Windows+S), type Command Prompt, and select “Run as Administrator.” In the User Account Control prompt, choose “Yes.”
  • On the Command Prompt window, type the following command and press Enter. You’ll see all your Wi-Fi networks.
netsh wlan show profiles
  • On the network list, find the network you want to set as metered. Then, type the following command, replace “YourNetwork” with your network name, and press Enter:
netsh wlan set profileparameter name="YourNetwork" cost=fixed
The command to mark a connection as metered typed in Command Prompt.

Your chosen connection is now set as metered. To verify that, run the following command replacing “YourNetwork” with your network name. In the Cost Settings section, next to Cost, it’ll say “Fixed,” which means the connection is marked as metered. If it says “Unrestricted” or “Default,” the connection is unmetered.

netsh wlan show profiles name="YourNetwork"

In the future, to set the connection as unmetered, use the following command. Make sure to replace “YourNetwork” with the name of your wireless network.

netsh wlan set profileparameter name="YourNetwork" cost=unrestricted

With Registry Editor

Another graphical way to set Wi-Fi or Ethernet connections as metered is by using Registry Editor. You tweak a registry item’s value, which sets your connection type as metered. This method sets the entire network type (Wi-Fi or Ethernet) as metered; you can’t select a specific network to be set as metered. Also, follow the instructions carefully as accidental changes can cause your system to be unstable.

To do that, launch Run by pressing Windows+R. Type the following in the Open field and press Enter:

regedit

In the User Account Control prompt, choose “Yes.” Then, navigate to the following path:

You can copy the following path, paste it in the Registry Editor’s path box, and press Enter to quickly get to the path.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost

To be able to change certain items, right-click “DefaultMediaCost” in the left sidebar, choose “Permissions,” and give your user account all the permissions.

To set a Wi-Fi connection as metered, on the right pane, double-click “WiFi.” In the open box, click the “Value Data” field and type 2. Then, select “OK”.

"Value Data" and "OK" highlighted for "WiFi" in Registry Editor.

If you’d like to set your Ethernet connection as metered, double-click “Ethernet” on the right pane, type 2 in the “Value Data” field, and select “OK”. Then, close Registry Editor and restart your Windows 11 PC to bring the changes into effect.

Set Data Limit for your Metered Connection

You can specify the amount of data for your connection, so Windows 11 knows what amount of data is available to use on your metered connection and doesn’t exceed it.

To do that, open Settings using Windows+i. From the left sidebar, select “Network & Internet.” On the right pane, choose your Wi-Fi or Ethernet connection.

"Network & Internet" and "Wi-Fi" highlighted in Settings.

Select your connection on the following screen. Beneath Metered Connection, select “Set a Data Limit to Help Control Data Usage on This Network.”

"Set a Data Limit to Help Control Data Usage on This Network" highlighted in Settings.

In the top-right corner, click “Enter Limit.” You’ll see a Set Data Limit dialog box. Here, click the “Limit Type” drop-down menu and choose the limit frequency. Select when the limit resets from the other drop-down menu. Click the “Data Limit” field and type the limit. Choose the limit unit from the “Unit” drop-down menu.

Then, select “Save” to save the changes.

Various fields highlighted on the "Set Data Limit" window in Settings.
[mai mult...]

How to Turn Off Mail categories in iOS 18.2

In iOS 18.2, Apple introduced a major change to the Mail app with its new Categories feature. Categories automatically sorts your emails into four distinct sections: Primary, Transactions, Updates, and Promotions. However, while this organizational system aims to help manage email overload, not everyone is going to prefer the new layout.

Mail Categories attempts to intelligently organize your incoming emails into different sections. Important emails are shown in a “Primary” category, with orders, newsletters, social notifications, and deals organized into three other sections.

The “Transactions” section includes receipts, orders, and deliveries, and aims to make it easy to find orders that you’ve placed and shipping information for those orders. Meanwhile, the “Updates” section includes newsletters, alerts for things like doctor’s appointments and correspondence, and other subscription emails. Lastly, Apple’s “Promotions” category includes special offers and deal emails.

Note that even if an email would normally fall into Transactions, Updates, or Promotions, it will also appear in your Primary inbox if it contains time-critical information. On devices that support Apple Intelligence, the system goes a step further by highlighting priority emails that require action or have deadlines.

[mai mult...]

Install Mac Apps on external Storage in macOS Sequoia

If you’re running out of space on your Mac’s internal drive, macOS Sequoia 15.1 includes a handy new feature that lets you install large apps directly to external storage.

Apple is known for charging customers a very high markup for additional storage when buying a new Mac. Given that internal storage usually can’t be upgraded after purchase, it’s no wonder that external drives are a popular solution for many Mac users who want the extra space but don’t want to pay a premium for the privilege.

Until recently, macOS automatically installed new apps downloaded from the Mac App Store to a Mac’s boot drive, which was not particularly helpful to users with dwindling internal storage. In macOS Sequoia 15.1, however, Apple has added a new option that lets you download and install apps that require more than 1GB of storage to an external drive. Anyone working with large apps like Final Cut Pro or Logic Pro, or gamers with space-consuming titles, will surely welcome this ability to download and install large apps to a separate disk.

[mai mult...]