Chipp.in Tech News and Reviews

Windows, Security & Privacy, Open Source and more

Menu
  • Home
  • Windows
  • Security & Privacy
  • Gaming
  • Guides
  • Windows 11 Book
  • Contact
  • RSS Feed
Menu

How to edit System Environment Variables on Windows

Posted on October 31, 2023October 31, 2023 by Martin Brinkmann

Environment Variables are an essential part of the Windows operating system. The variables are mostly useful for command line usage and also in scripts. As an example: when you type a program name on the command line, e.g., notepad.exe, Windows searches the variables to find the application.

System environment variables determine locations for certain folders as well. The temporary files folder, for instance, is set using the temp variable. Apart from path information, variables may also provide information to programs. They may reveal the operating system’s name, the architecture or the number of processors.

Environment variables are available as user and system variants. The main difference is that the former applies only to the logged in user while the latter to all users of the system.

Editing System Environment Variables on Windows

Launch the Environment Variables Editor

All versions of Windows include an editor for system variables. It is a rather basic tool that has not been updated in a long while.

The following instructions explain how to launch the editor on any version of Windows and how to use its functionality.

Follow these steps to launch the Editor:

  1. Open the Start Menu.
  2. Type env.
  3. Select the “Edit the System Environment Variables” result. The System Properties window opens.
  4. Activate the Environment Variables button.

The following program window opens.

System Environment Variables Editor

Windows separates user and system variables in the interface. Options to add variables, edit or delete existing ones are provided.

A double-click opens the edit interface. You may select a line and then edit alternatively. Opening Path this way, you’d end up with the following editing interface:

All basic options are available. You can add, edit and delete variables here. A double-click lets you edit the selected variable right away.

Note that the order is important as well. Windows goes through the locations from top to bottom.

Use the “move” options to change the priority of path variables.

A click on new lets you add new folder locations to the variable. These are added to the bottom by default, but you can use move to change the priority after creation.

Adding locations to path is useful for development, users who create script files regularly, and also users who run programs from the command line often.

Security-wise, it is a good idea to check path variables as well. Remove any variable that you don’t require. Some programs and also malware may add variables to the path variable.

Edit Environment Variables from the command line

Edit system environment variables from the command line

You can list and edit variables using a command prompt. Launch a new command prompt window by opening Start, typing cmd.exe and pressing the Enter-key.

Type set and press Enter to display all environment variables. To change a variable name, run the command setx NAME “VALUE”, e.g. setx TEMP “e:\temp”, to set the new TEMP folder location to e:\temp.

System Environments of note

Some environment variables are more important than others. Here is a quick overview of important variables and their functionality:

  • Temp and Tmp — These point to the temporary folder used by the system. Windows and apps store temporary files in the folder. You could edit the path to point it elsewhere. One interesting option is to set the path to a ramdrive location. Doing so would erase temporary files automatically on every shutdown.
  • Path — The path variable is used for a variety of purposes. It defines the locations that Windows looks in when you try to run executable files. Most native Windows tools, notepad, paint or wordpad, are launched when you type their name in a command prompt. Third-party apps, like firefox or chrome, are not however. The reason is simple: their location is not included in the path variable. You can edit the Path variable to add more locations.

Third-party editors

Third-party tools may be used to edit variables. These may offer additional features that the native editor lacks. Notable are support for backups, error checking, or selecting paths visually instead of typing them.

  • Rapid Environment Editor — A free tool to manage system environment variables on Windows. Last updated in 2018, it works well with any version of Windows. Notable features include backups, error checking, visual path selecting, a variable inspector and support for editing paths of any user on the system.
  • Windows Environment Variables Editor — the last update dates back to 2014, but it still runs fine on Windows 10 and 11 systems. It is not as powerful as Rapid Environment Editor.
  • Microsoft PowerToys — Microsoft added a System Environments Variables editor tool to PowerToys 0.75. It offers a cleaner interface, but lacks advanced features.

Now You: how do you edit variables on Windows?

RSS Guard: open source RSS Reader review

Posted on October 30, 2023October 30, 2023 by Martin Brinkmann

RSS Guard is may RSS reader of choice. I have used quite a few RSS readers in the past decades: from Google Reader and FeedDemon to QuiteRSS, to name just a few major ones.

I like QuiteRSS, but development has more or less ceased. RSS Guard is an open source RSS reader that comes with an impressive list of features and options. The program does have a few quirks, but it is probably only a matter of time before these are sorted out by the developer.

You may download RSS Guard from the project’s GitHub repository. It is available for Windows, Mac and Linux devices.

Initial Setup

RSS Guard

You can import a list of RSS feeds into RSS Guard. It is a straightforward process. The program separates Accounts from Feeds.

  • Accounts — RSS feeds are supported as well as other types, including Feedly, Nextcloud News or Tiny Tiny RSS.
  • Feeds — individual RSS feeds, can also be podcasts and any other type of service that uses RSS / RDF / ATOM / JSON.

To get started, it is necessary to create an Account first. Select RSS when prompted. From there, you may add RSS feeds manually or by importing them.

RSS Guard supports multiple accounts, which you may utilize to separate feeds from one another.

The application displays feeds sorted by accounts and folders in a sidebar on the left side. You can drag & drop feeds around, and create folders to separate content. Apart from

Each feed is listed with its name and the number of unread items. A click on a feed or folder displays all feeds on the right side.

The feeds listing displays article titles, read status, author, date of publication and other information. Right-click on a column to get the list of supported data columns. Note that it depends on the feed if these are supported.

Settings

Select Tools > Settings to open the preference You find quite a few options of interest there. Here is a short selection of settings that I find useful:

  • User Interface — switch between dark and light mode, different icon themes and styles.
  • Notifications — enable or disable them, or modify their location and style.
  • Keyboard Shortcuts — check all existing shortcuts and add new mappings, e.g. for adding new feeds or categories.
  • Feeds & Articles — set feed fetching and automatic feed checking intervals, modify the appearance of the feed and articles list.

Other options include changing the size of fonts or configuring external web browsers for opening content.

Using RSS Guard

Usage is very simple once you have set up everything. My instance checks for updates automatically when I start it. Unread articles are highlighted in the interface and it is easy enough to browse them to check what is new.

Articles that you select are marked read. You may use the integrated labels feature to mark certain articles.

Left-clicking on an item opens it in the internal viewer. You may switch to the external viewer by right-clicking on items and selecting the option. An option to always open hyperlinks in an external browser is available in the options. A double-click may, for example, launch the article in the default system browser automatically.

There is also a Newspaper View, which displays new articles chronologically.

RSS Guard quirks

While I like RSS Guard for the most part, it does have a few issues. You may notice, for instance, that you can’t manage RSS feeds when the program checks for updates.

A click on the stop button breaks the process, so that you may add, edit or remove feeds.

Another issue is that updating feeds may be slow. It depends largely on the processor. Either, updates blaze through in a matter of seconds, or, it seemingly takes minutes to check all feeds for updates.

Another option that is missing is the ability to save searches. A search, say for Windows 11 or Steam, would return all matching feed items.

Last but not least, syncing is not as straightforward as it could be. While select online services are supported, there is no direct option to sync feeds across devices.

Verdict

RSS Guard is a mighty open source RSS Reader. It is a useful tool to stay up to date almost effortlessly. It feels a bit clunky here and there, and it has some quirks.

Still, it is an excellent program that helps me stay up to date throughout the day without having to visit hundreds of sites manually to do so.

Now You: which RSS feed reader do you use?

How to bypass YouTube video ads without adblockers

Posted on October 28, 2023November 8, 2023 by Martin Brinkmann

YouTube is a popular destination for all things video. It is a Google-owned property and video ads are common on the platform. One of the main issues for many users is that advertisement has become annoying on YouTube lately.

Probably the most annoying type is the mid-video ad, as it interrupts the video. There are other types, including multiple unskippable ads before videos or after videos.

Lately, Google started to block videos from playing if it detected the use of an ad blocker. Not all YouTube visitors face this, but tests are conducted. These tests have grown in intensity up to the point to locking out users if they continue to use ad-blockers.

It is possible to bypass YouTube video ads without use of a traditional ad blocker. Probably the easiest way is to subscribe to YouTube Premium, but this is not what this guide is about.

Below, you find different suggestions to watch YouTube videos without ads and traditional content blocker.

YouTube Frontends

One of the better options is to redirect YouTube videos to frontends. You can do that manually, often by simply editing the URL of the video, or automatically.

I reviewed LibRedirect and Privacy Redirects on Ghacks. These browser extensions redirect YouTube videos to privacy friendly frontends. All frontends come without ads or privacy-invasive features.

Invidious is a popular frontend that many extensions use. A list of domains is available here. Note that you may need to adjust the default frontends in the extensions with working ones.

Take yewtu.be as an example. Open it and you get a basic search interface. You may use it to find any YouTube video and play it. To use it manually, simply replace youtube.com with yewtu.be and keep the rest of the address the same.

The extensions do the heavy lifting for you, so that you don’t have to edit domain names manually each time.

You bypass YouTube video ads automatically when you use the frontends.

There are some downsides, especially for users who sign-in. You can’t access your channel subscriptions, vote on videos or do other activities that require an account.

Other frontends are available. Here is a short list of options:

  • Piped
  • Poketube
  • FreeTube

A full list is available on GitHub.

Third-party YouTube apps

YouTube frontends work in all modern browsers, including on mobile devices. Some may prefer to run apps and it may sometimes be the only option.

A popular app for Android is NewPipe. It is an open source app that supports a wide range of features. The app pulls data from the official API, internal APIs or the official website, depending on the level of restrictions.

NewPipe supports video resolutions up to 4K and live streams. It can be used to play audio in the background, search for videos on YouTube, enqueue videos and even subscribe to channels.

Other options include downloading videos for offline viewing, watching playlists or browsing channel feeds.

Another app option is SmartTubeNext, which works well on Android TVs and Fire TV devices. It is open source and brings YouTube to the television.

Other alternatives are:

  • LibreTube for Android
  • SkyTube for Android.
  • Yattee for iOS, macOS and tvOS.

Bypass YouTube video ads by skipping them

Fadblock is a browser extension for Google Chrome, Firefox and other Chromium-based browsers. I reviewed it today on Ghacks.

Note: the developer of the extension has turned it into a commercial one.

Instead of blocking YouTube ads, it is loading and skipping them. This happens quickly and automatically. In other words: ads may be displayed for a fraction of a second before the actual video starts to play.

It is not an adblocker, as it does not block YouTube ads outright. Ads get loaded but skipped or fast forwarded immediately.

It is an interesting concept, one that is likely better protected against anti-adblocking techniques on YouTube.

About Samsung’s Temporary Cloud Backup

Posted on October 27, 2023October 27, 2023 by Martin Brinkmann

Temporary Cloud Backup is a new service by Samsung. It is rolling out to Samsung Galaxy smartphones and tablets with One UI 6 or later.

The backup solution looks like many other cloud-based backup services on first glance. Samsung users may use it to back up data on cloud servers. What makes this different is that the storage is temporary.

The data is stored for up to 30 days in the cloud. Samsung claims that there are not any storage size restrictions. The only limitation, in fact, is that individual files may not be larger than 100 Gigabytes, which most users should not run into.

All the backing up and transferring happens on the user’s device. A second device, for instance a PC, is not required.

The backup feature is ideal for securing data before handing devices over to others, for instance for repairs.

The idea behind the feature

Samsung explains that the service is ideal for securing data before replacements or repairs. Devices that need to be repaired are often inaccessible for a period of time.

If they need to be send in, there is a slim but existing chance that the package gets lost during transit.

Temporary Cloud Backup is integrated into Maintenance Mode. Samsung introduced Maintenance Mode in the Samsung Galaxy S22. It protects personal data and information when activated.

When users activate the mode, a separate user account is created that others may access when repairing Samsung devices. Samsung users find the mode under Settings > Battery and Device Care > Maintenance Mode.

Samsung explains:

Maintenance mode protects your privacy while someone else is using your phone, such as when you’re sending it for repairs.

Personal data, including a user’s photos, documents and messages, is restricted in Maintenance Mode. User-installed apps become unavailable as well. While apps may be downloaded and installed in the mode, they are removed from the device along with any “data or accounts” when the owner of the device exits Maintenance Mode.

Temporary Cloud Backup complements Maintenance Mode. It pushes a backup of the user’s personal data to the Samsung cloud. From there, it can be retrieved at any time during the 30-day period.

Temporary Cloud Backup

Temporary Cloud Backup by Samsung

The new backup feature serves several purposes. Repair and maintenance are two of the main applications, but it is also helpful for new devices.

The integrated Setup Wizard of Samsung devices includes an option to restore data backed up at Samsung’s Cloud using the temporary backup feature. Users may use it to move their files between devices.

The feature is attached to Maintenance Mode and the device’s Reset function.

The backup app displays the available options. These include backing up apps, calls and contacts, messages, secure folder data, settings and more.

The process requires an active wireless connection. Samsung’s device displays the transfer progress during the operation.

Samsung informs owners of the data before the 30-day limit is reached. This should give them enough time to restore the data before it is deleted automatically.

Closing Words

The full rollout is starting this fall for all Samsung Galaxy smartphones and tablets with One UI 6. The first devices will be the Galaxy S and Z series in Korea.

Temporary Cloud Backup and Maintenance Mode are two useful features. Maintenance Mode blocks access to personal data during repairs and maintenance operations. Cloud backup saves the data so that it can be restored at a later point; this is also useful when sending in devices.

Now You: how do you handle data on your devices during repairs?

How to block Firefox from importing OS Certificate Authorities

Posted on October 26, 2023October 26, 2023 by Martin Brinkmann

Mozilla’s Firefox web browser maintains its own root certificate store by default. The browser uses these as “trust anchors” and the functionality is essential for making sure that only trusted SSL/TLS certificates are used by the browser.

Starting in Firefox 120, Firefox will automatically trust operating sysdtem certificates installed by the user or an administrators.

The beta release notes offer the following explanation:

By default, Firefox now uses TLS trust anchors (e.g., certificates) added to the operating system by the user or an administrator. This works on Windows, macOS, and Android, and it can be turned off in the “Privacy & Security” section of Firefox settings, under “Certificates”.

Administrators may add certificates to the operating system for a number of reasons. Some applications and devices may require them to work properly, and they may also be required in development environments. Antivirus solutions on Windows may try and register with Firefox to monitor data.

Blocking Firefox from trusting OS certificates

Firefox block third-party root certificates installed by the user

Firefox users may disable the functionality in Firefox 120 and newer versions. It is enabled by default. To modify this setting, follow these instructions:

  1. Load about:preferences#privacy in the Firefox address bar to open the Privacy settings.
  2. Scroll down to the Security section.
  3. Locate Certificates there.
  4. Remove the checkmark from “Allow Firefox to automatically trust third-party root certificates you install”.

You can undo the change at any time by checking the box again.

Another certificate preference

Firefox supports an Enterprise root preference already. When the browser runs into a TLS connection error, it will enable this Enterprise Roots preference automatically. This imports “any root certificate authorities” that users or administrators have added to the operating system.

Firefox tries to connect again to the site that threw the error. If successful, Firefox will keep the preference enabled and thus also the imported certificates.

Here is how this automatic behavior gets disabled:

  • Load about:config in the Firefox address bar.
  • Click “Accept the Risk and Continue” if the warning page is displayed.
  • Search for security.certerrors.mitm.auto_enable_enterprise_roots.
  • Change the value from True to False with a double-click or by using the button.
  • Search for security.enterprise_roots.enabled.
  • Change the value from True to False.
  • Restart the Firefox web browser.

Closing Words

Most Firefox users may want to keep the default as these are designed to minimize connection errors and issues. Users who want to be in full control may disable the functionality, on the other hand.

O&O ShutUp10++ review: tame Windows’ data hunger

Posted on October 25, 2023October 25, 2023 by Martin Brinkmann

O&O ShutUp10++ is a free tool for Microsoft’s Windows operating system to improve privacy. Designed initially for Windows 10, the program is now also available for Windows 11.

While its main focus is on blocking the operating system’s data hunger, it is also a helpful tool for managing other Windows settings.

First, the basics. You can download the free tool from the official project website. Just run the program after download, an installation is not required. Note that elevated privileges are required to modify settings on the system.

The main interface looks like this on start.

O&O ShutUp10++ interface

O&O ShutUp10++ groups settings for better recognition. You may disable that under View > Group by Categories if you prefer a long list. There is also a search to find settings that match search terms quickly.

Using O&O ShutUp10++ to improve Windows Privacy

All tweaks use a color coding to indicate whether a feature is enabled or disabled. Each setting has a toggle to turn a feature on or off. A short description and a recommendation is also displayed.

Note that you may hover over any description and click with the left mouse button to display additional information. Excellent if you need to know more about a setting.

Many options are self-explanatory, but some may require additional research. “Disable People icon in the taskbar” is quite clear, but “disable input personalization” or “disable automatic receipt of updates” may not.

You can modify individual options with a click on the switch next to a setting. The program prompts you to create a system restore point, which you should accept. It allows you to restore the system to the previous state. The settings do not have the capacity to break the system, but it is still better to have a restore option.

The Actions menu at the top lists bulk options for the most part. You may use them to apply all recommended settings among other things. These are safe changes that should not impact usability on the device.

Bulk Actions in O&O ShutUp 10++

Options to apply “somewhat recommended” or all settings are also available, but this is not recommended. It is better to go through the remaining settings manually to make changes.

The two other options let you reset everything to factory defaults and to create a system restore point manually.

Administrators may also switch between the user and machine tabs. User settings apply only to the logged-in user, machine to all users on the system.

Verdict

O&O ShutUp10++ is a useful tool for Windows users. It is easy to use, free for personal use and includes major privacy settings. The settings don’t have the capacity to break a system, but some of the advanced options may impact certain settings or features on the device. It is easy enough to restore these, should you ever run into any issues in this regard.

All in all, O&O ShutUp10++ is an excellent program that every Windows user should run after installation and major upgrades. O&O Software updates the program frequently to include new options, which is another major plus.

Firefox will get Early Hints support

Posted on October 24, 2023October 24, 2023 by Martin Brinkmann

Mozilla plans to integrate support for Early Hints in the Firefox web browser. The feature may improve the time it takes to load webpages by up to 30% according to early studies.

Cloudflare announced Early Hints back in 2021 as a novel way to speed up the loading of webpages. Then, in 2022, the company announced a collaboration with Google and Shopify to establish Early Hints.

Early Hints explained

Whenever a user instructs a browser to open a webpage, some time is spend waiting. Some of the wait time depends on the user’s Internet connection and the website’s servers.

When a browser connects to a site, it requires instructions to know what to render and which resources it needs to fetch. The server provides the instructions. Often, servers require a bit of time to generate the list that they need for their response to the browser.

Traditionally, during that time, browsers don’t do anything. This changes with the introduction of Early Hints. Think of the feature as a way for the server to tell the browser where to start right away.

Instead of waiting for the full list of instructions and resources, the feature gives the browser some instructions. The browser may then use the information to start processing data, even before all instructions are provided by the server.

Early Hints is a web standard that defines the HTTP status code 103. You can read the linked blog posts for additional technical details.

Web Browser Support

Early Hints Test Page

Google implemented Early Hints support in Chrome 103 and Apple introduced support in Safari 17. Chromium-based browsers should also support the feature by and large.

You can point your browser to this page to find out if it supports the feature.

Mozilla Firefox will soon support the new technology as well. Mozilla confirmed this on Bugzilla. There, Mozilla writes:

The early-hints-preconnect showed overall positive results and we would like to enable Early Hints preconnect in the next version. An experiment on Early Hint preload will follow.

It looks as if Firefox 120 will support Preconnect only and that the full feature, Preload, will be introduced at a later point in time.

Closing Words

The integration in Firefox ensures support for Early Hints in all major browsers. While it will take a bit of time before the full feature lands in Firefox, Firefox users may notice speed improvements in Firefox 120 already. Firefox 120 looks to be a big release, as it will also block cookie banners.

Archive

WinRAR 7 Beta: new features and backwards compatibility

Posted on October 23, 2023October 23, 2023 by Martin Brinkmann

RARlab released WinRAR 7 Beta today. This new version of the popular archiver comes with important changes, some of which affect backwards compatibility.

Note: the new version is released as beta. Don’t install and run beta software on production systems. Beta releases are ideal for testing purposes.

With that out of the way: you may download WinRAR 7 from the official website. The graphical user interface version is available for Windows; Linux and macOS devices may use a command line version.

Existing users may download and install the latest WinRAR over an existing installation.

WinRAR 7.0

Selecting Help > About WinRAR displays the current version.

WinRAR 7.0: Dictionary Size changes

The new release improves the handling of dictionary sizes in WinRAR. The new limit is 64 gigabytes, but it depends on the physical available memory on the device WinRAR is run on.

Any dictionary size may be selected in the new version, which means that you are no longer limit to certain values.

Dictionary sizes play a role when creating archives. Larger dictionary sizes may improve the compression rate “for large files with distant repeat blocks” according to the developers. Files like virtual disk images or collections of similar large files may benefit from this.

The new options introduce a backwards compatibility issue. Only WinRAR 7.0 can unpack archives with 4 GB or higher dictionary sizes.

This is an issue under certain circumstances, as users may need to upgrade to the new version to extract certain formats. Windows 11’s RAR extraction capabilities may not support this either in the beginning.

WinRAR displays a prompt to the user if the dictionary size exceeds the “Maximum dictionary size allowed to extract” preference. Select Options > Settings to change the value, which is set to 4 GB by default. There you may also set the sizes you want to see in the create archive menu.

The Command Prompt version, furthermore, blocks unpack events if the dictionary size exceeds 4 GB. The use of the parameters -md and mx allow the unpacking. MD and MDX allow setting the dictionary size; the latter is applied to the extraction only.

Other changes in the new WinRAR

Exhaustive Search and Long Range Search in WinRAR 7.0.0

The changelog lists other changes besides those already mentioned.

Another change that affects backwards compatibility is that WinRAR 7.0 can’t create RAR 4.x archives anymore. Compression is not affected and most users may not need to create this type of archives specifically.

New search algorithms may help improve the compression ratio for certain data sets. WinRAR’s compression ratio may improve for “big text files” when the feature is turned on. Downside is that it will increase memory usage and may reduce the compression speed.

In addition, exhaustive search may improve the compression ratio even further, but at the expense of speed.

WinRAR users may turn these features on or off under advanced compression parameters. Exhaustive search depends on Long Range Search, which means that it activates automatically.

Another useful feature is giving users control over “Mark of the Web”. This feature adds security zone information to files, which Widows and software may use for security purposes. Files may for instance load read-only, if they have the mark.

This functionality is found under Settings > Security.

Here is a short list of other important changes:

  • Option to enable Attributes column under Settings > File List > Columns.
  • Benchmark command supports exact number of threads and results copying to Clipboard.
  • New “remove redundant folders from extraction path” option in Settings > Paths.
  • Comments support Word Wrap now.
  • Maximum path length is now 65535 characters.
  • The archive formats .bz2, .lz, .tar.bz2, .tar.gz, .tar.lz, .tar.zs show dictionary sizes now.
  • The new switch -ol blocks archiving and extracting symbolic links.

You can check out all of the entries here.

Closing Words

WinRAR 7.0 is a major new release. It improves the handling of dictionary sizes, but this may lead to some backwards compatibility issues.

Now You: do you use WinRAR?

Everyone wants your browsing data

Posted on October 22, 2023October 22, 2023 by Martin Brinkmann

On today’s Internet, data is as precious as gold was in the Ancient world. Browsing data is data that is created automatically when you browse the Internet.

Whenever you visit a website, lots of things happen in the background. Requests are made, cookies and site data may be saved to the local system, and the cache is filled with data. The browser adds a record to its browsing history and maybe to other logs, e.g., when files get downloaded.

Data stored on third-party servers is not considered browsing data, but it may be generated as well.

This browsing data reveals a lot about you. What you like or your interests. It may reveal how old you are, if you are ill or looking for companionship. It may reveal what you plan to buy next or have bought, what you may need or needed.

Browsing data is personal data. This makes it desirable for nearly everyone on today’s Internet.

Who wants it and why: advertising

Google Chrome Privacy Sandbox

When asked, most Internet users would probably mention advertising first. Today’s advertising on the Internet relies to a large degree on information. The more information about a user, the better the chance to display targeted adverts and produce sales.

Tracking plays a large role in this. Most Internet users would probably disallow tracking if there was an easy switch integrated in browsers. There is none.

Google would be in an excellent position to create such a switch: it controls Chromium, the world’s most widely used browser source and Chrome,, the world’s most widely used browser. It also operates some of the world’s most visited websites.

Google is, however, an advertising company. Most of its revenue comes from advertising, which means that it benefits from the system that is in place.

But Google is ending third-party cookies in 2024, I hear you say. This is true, but this is not done without introducing another system that works in its place beforehand.

Built-into Google Chrome directly, it analyzes the browsing history locally to assign interests groups to the user. Websites may also suggests interests based on your visits.

Sites and advertisers may use the information for displaying ads based on your interests.

Google calls these “Interests estimated by Chrome” and “sites you visit that define your interests”.

Granted, Google Chrome includes controls to turn all of this off. There is also a popup with information about this in Chrome.

As is often the case in life, the wording matters. Google calls this Privacy Sandbox, which is an euphemistic term. It may be better than tracking via third-party cookies, but it is still tracking in the end. By the way, you can already disable third-party cookies in your browser, no need to wait for Google to do so in 2024.

Quick Tip: disabling Chrome’s Privacy Sandbox

Disable Chrome's Privacy Sandbox

All you have to do is the following:

  1. Load chrome://settings/privacySandbox in the Chrome address bar.
  2. Disable “Trials” on the page that opens.

Note that this page is not final and that Google will likely make changes to it. You may also want to click on every option there to expand it and make sure it is turned off as well.

These are at the time of writing:

  • Browser-based ad personalization
  • Ad measurement
  • Spam & fraud protection.

AI wants it, too

AI has taken a big leap in 2023. New products release on a weekly basis. All of these have in common that they require data, lots of data.

It is used for training for the most part. A current trend is the integration of AI services into browsers and other programs. Even Windows 11 has its own AI integration, called Windows Copilot now.

These work best if they got access to user data. Personal data usually requires giving consent in these cases, for instance when the request comes from a user.

Microsoft is testing a new option in Edge Canary currently that gives Bing Chat Microsoft access to all page content. It is disabled by default, as it sends all browsing data to Microsoft “to make AI-generated answers and suggestions more relevant on Copilot”.

Not all AI products require access to personal data. The basic chat AI tools act on user input. Personalization, on the other hand, gets better with data. If an AI knows your interests, it may be of better service.

Take holiday planning as an example. If you ask AI for 5 sights in Barcelona, it may look like this: Gothic Quarter, Sagrada Familia, Casa Batlló, Casa Amatller and Park Güell.

If the AI knew more about your interests or personal information, it may have suggested different sights. Say, you love football or are travelling with young children or dislike crowds.

Users who like this may opt-in and maybe improve their experience with the AI. Whether that is also giving Microsoft more information and also better options to display targeted ads should be clear from the previous paragraphs.

Closing Words

Browsing data is valuable and it should be protected. Not everything is opt-in in today’s world and that is a problem. An upcoming tutorial will provide guidance on protecting browsing data.

What about you? Do you allow services to use your browsing data?

enter password

Password Managers that restrict passwords should not exist

Posted on October 21, 2023October 21, 2023 by Martin Brinkmann

Password service Dashlane announced restrictions for free account users this week that limit passwords to 25. Starting November 7, 2023, all Dashlane Free users are restricted to 25 passwords instead of unlimited passwords, the previous limit.

Those with more than 25 passwords keep access to them but they face the same restrictions in regards to adding new passwords. In short: once the 25 passwords limit is reached or crossed, new passwords can only be added if enough old passwords are deleted. Dashlane will also limit support access to paying customers.

The company explains that it made the decision to “focus resources on providing the highest level of service, support, and security”. This is marketing speak.

Dashlane Free remains a product, which means that it requires development resources. Limiting passwords won’t change that. This leaves pushing Free users to paid plans by artificially worsening the experience for many of them as a plausible reason.

Restricting passwords is not right

Dashlane Free users could and can store as many passwords as they want using the password manager. This won’t change until November 7, 2023.

The new artificial limit puts many Free users in a precarious position. Those with more than 25 stored passwords can’t continue using the service, as new passwords need to be stored eventually. They have just a few options:

  • Delete passwords regularly to stay under the 25 passwords limit.
  • Upgrade to a paid account and give in to Dashlane’s pressuring.
  • Migrate to another password manager.

The first option is only feasible for users who don’t have many passwords in Dashlane. Upgrading is the quickest option to deal with the issue, but it also means paying for the password manager.

Migration is another option. Dashlane supports exporting all passwords to CSV files, which most password managers can import.

Password storage is a core feature of every password manager. Restricting the feature limits the password manager significantly. With the artificial limit in place, what is keeping Dashlane from introducing another restriction in the future that limits password storage even further or ends Dashlane Free altogether?

A short term boost to subscriptions

Bitwarden Password Manager

Dashlane will likely notice a short term boost to subscriptions. As users hit the new limit in November, part of the affected group will sign-up for a paid account, especially since a discount is offered.

Others will migrate to a different password manager. Plenty are also free and most do not limit password storage.

My recommendation is Bitwarden. It is open source, does not restrict passwords and is considered one of the best password managers out there. If you don’t need cloud syncing, you could also check out KeePass, another excellent password manager.

Dashlane sign-ups will slow down after the change lands. Users who look for a password manager may not pick the one that is limiting a core feature of a password manager. Less Free signups will also lead to less free to paid upgrades, as fewer users may choose that path. This will impact revenue.

Closing Words

Dashlane could have selected a different path. It could make old user accounts grandfathered accounts. This would have allowed existing free users to continue using the password service as well, at least in regards to passwords storage. This, on the other hand, would not have pushed sales as much, as only new users would be subject to the passwords limit.

It remains to be seen if Dashlane is going to reverse the limit eventually. This is not totally out of the question.

  • Previous
  • 1
  • …
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • Next

Support This Site

If you like what I do please support me!

Any tip is appreciated. Thanks!
  • May 18, 2026 by Martin Brinkmann Innovation or Apology? Microsoft’s "New" Windows Personalization Options Merely Fix Past Mistakes
  • May 15, 2026 by Martin Brinkmann Microsoft’s New Edge Update is all about Copilot
  • May 13, 2026 by Martin Brinkmann No Zero-Days and High Criticals: The May 2026 Windows Patch Tuesday Breakdown
  • May 12, 2026 by Martin Brinkmann Expect more Firefox updates in the future, beginning with Firefox 151
  • May 10, 2026 by Martin Brinkmann Here is what happened so far in 2026

About

We talk, write and dream about Technology 24/7 here at Chipp.in. The site, created by Martin Brinkmann in 2023, focuses on well-researched tech news, reviews, guides, help and more.

Legal Notice

Our commitment

Many websites write about tech, but chipp.in is special in several ways. All of our guides are unique, and we will never just rehash news that you find elsewhere.

Read the About page for additional information on the site and its founder and author.

Support Us

We don't run advertisement on this site that tracks users. If you see ads, they are static links. Ads, including affiliate links, never affect our writing on this site.

Here is a link to our privacy policy

©2026 Chipp.in Tech News and Reviews