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

Author: Martin Brinkmann

When I was young, I studied German, History and English at Essen University in Germany. I worked in computer support for several years at the time to help other computer users when they ran into issues. Writing started out as a passion project, as I wanted to help more users and not just the ones that I handled in support. This lead to the founding of Ghacks Technology News in 2005. First, as a side-project, but shortly thereafter as a full-time project as the site's popularity exploded. I sold Ghacks to Softonic some years ago, but stayed on as Editor. You can still read my articles on the site. I do publish on Betanews as well. In recent years, I started to write and publish technology books, including my latest book "Windows 11 From Beginner to Advanced", which is available on Amazon. I'm also a freelance writer for the German publisher Gamestar. Chipp.in is my newest project. I want to use it to talk about my book projects, sell my books directly, and write about technology, as this is what interests me.
Windows updates

Windows 10: script to join ESU (Extended Security Updates) without Microsoft account

Posted on August 18, 2025August 18, 2025 by Martin Brinkmann

If you still run Windows 10 on one or multiple of your PCs, you may be aware that Microsoft is ending support for the operating system in about two months.

Come October 2025, Microsoft won’t release updates for the consumer editions of Windows 10 anymore. Windows 10 users may join the Extended Security Updates program to receive another year of support, but this requires becoming active.

If you do not do anything, you won’t receive any updates anymore for the operating system after October 2025.

Joining ESU is a simple process, but you still need to pick one of the available “payment” options: pay with Microsoft Rewards points, enable cloud backups, or pay with money.

Consumer ESU Enrollment is a new script for Windows that simplifies the process. It does require an administrative account and Internet connectivity, but that is about it.

When you run it without parameters, it will enroll using the free backup option and use a Microsoft account or a local account for that, depending on which you used to sign in to the operating system.

Here is what the developer Abbodi says about the order on GitHub (via Deskmodder):

By default, the script will run in the following order, if a step failed, the next is executed:

  • Enroll using Microsoft account currently logged-in as Windows user.
  • Enroll using Microsoft account currently logged-in with Microsoft Store.
  • Enroll using current Local account.
  • Acquire Consumer ESU license manually as last resort.

You may run the script using optional parameters to force one of the available options. If you use a local account, you can run .\Consumer_ESU_Enrollment.ps1 -Local to make sure that you are enrolled using the local account and not a Microsoft account.

Note that you may need to run Set-ExecutionPolicy Bypass -Scope Process -Force prior to that to allow the execution of unsigned scripts temporarily.

While you may enroll manually as well, using the script may speed up things significantly, especially if you use a local account to sign in to Windows.

Now You: do you still run Windows 10 on a device that you use regularly? Did you join ESU? Feel free to leave a comment down below.

Microsoft changes popular option to block Microsoft Store application updates, makes it worse

Posted on August 17, 2025August 17, 2025 by Martin Brinkmann

Up until now, if you did not want Microsoft to update the installed default apps of the Windows operating system via the Microsoft Store, you had to disable the “App Updates” option of the store. Once set, it would prevent the automatic updating of Microsoft Store applications on the system.

This option is being removed, according to tests conducted by Deskmodder. While the option is still there, flipping it to off displays a new prompt now that gives you the choice to block app updates for one to five weeks only.

Afterwards, application updates will get enabled again automatically. This option may remind you of the pause Windows updates functionality that Microsoft introduced a long time ago. It too does not let you disable updates indefinitely, but only for a certain period.

Here is how the screen looks like on Windows 10 currently.

To make matters worse, the corresponding Registry entry will also be temporary in nature according to Deskmodder.

This leaves the Group Policy option as the only one left for blocking automatic Microsoft Store updates.

Here is how it works:

  1. Open the Start menu.
  2. Type gpedit.msc and press the Enter-key.
  3. Navigate to Computer Configuration > Administrative Templates > Windows Components > Store
  4. Double-click on “Turn off Automatic Download and Install of updates”.
  5. Set the status to Enabled.
  6. Click on the ok-button.
  7. Restart the computer.

Now, if you do not have access to the Group Policy Editor, which means that you are running a Windows Home edition, then you may make the changes in the Registry directly.

  1. Open the Start menu.
  2. Type regedit.exe and press the Enter-key.
  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore
    • Note: If one of the keys do not exist, right-click on the previous one that still exists and select New > Key. Name it accordingly to create the structure.
  4. Right-click on WindowsStore and select New > Dword (32-bit) value.
  5. Name it AutoDownload.
  6. Double-click on AutoDownload and set its value to 2.
  7. Close the Registry Editor.
  8. Restart the PC.

Closing Words

Microsoft has not documented the change anywhere to my knowledge. It is unclear, therefore, why it is being made. Maybe Microsoft wants that most Windows users run the latest versions of the integrated applications on their devices.

However, considering that this is the default, Microsoft is taking away an option that Windows customers have set deliberately. Those who have set automatic updates to off have done so for a specific reason though.

Now You: What is your take on this? Good thing that the majority of users will run the latest version of the pre-installed apps on Windows soon? Feel free to leave a comment down below.

Google Search

Google Messages is checking any image for nudity to potentially blur it

Posted on August 16, 2025August 16, 2025 by Martin Brinkmann

Google Messages is a dominant messaging app on Android devices. Installed and enabled on many devices by default, it is used to send messages. It supports several message formats, including SMS, MMS and Rich Communication Services (RCS), with RCS being the default protocol.

Google is rolling out a new protective feature in Google Messages that is designed to detect and blur images of nudity. It is enabled by default for non-adult accounts, but can be enabled for adult accounts as well.

When you receive an image in Google Messages, it may be blurred if the processing determines that it contains nudity and if the feature is enabled on the device.

You have multiple options in that case:

  • Block the sender’s number.
  • Open the image and confirm that you want to view the image.
  • Open a resource page that offers information on “why nude images can be harmful”.
  • Go back.

Google says that the entire processing of images happens on the local device and that no personal or identifiable information is submitted to Google servers as part of the processing.

Here is how you control the feature on an unmanaged device:

  1. Open Google Messages.
  2. Click on the profile icon.
  3. Select Messages settings.
  4. Tap on Protection & Safety.
  5. Activate Manage sensitive content warnings.
  6. Toggle “Warning in Google Messages” to on or off.

If you set it to on, incoming photos with nudity are blurred. Furthermore, sending a photo with nudity requires an extra step as well.

Is it a useful protective feature? It may blur images with nudity and includes an option to block the sender from sending more. There is a chance for false positives, but it is easy enough to turn off the feature if that is the case.

What is your take on this? Should services like Google, Meta, or Microsoft scan user images to blur, block or report them? Feel free to leave a comment down below.

Spotify is raising prices outside the US

Posted on August 14, 2025August 14, 2025 by Martin Brinkmann

Ah, the wonderful world of streaming. Spotify just announced that it is raising the price of its subscriptions in many regions in the coming weeks. The increase affects Spotify customers in South Asia, the Middle East, Europe, Africa, Latin America and the Asia-Pacific region according to the announcement.

In Germany, Spotify is raising the price by €2 per month to 12.99 Euro. Student up 1€ Euro to 6.99 Euro, Duo by 3€ to 17.99 Euro and Family by 4€ to 21.99 Euro per month.

Mileage may differ depending on the region, but prices should go up across the board, except for North-America.

Spotify says that it is increasing the price so that it “can continue to innovate”. For subscribers, it means that they have to pay more to continue using the service. Spotify increased pricing in July 2024 the last time (in the U.S.), and before that in July 2023.

Other streaming services, including Netflix or Google, are also increasing pricing regularly. Subscriptions are becoming more expensive with each passing year and there seems no end to it.

What you can do about it? If you do not really need them, cancel your subscription. If you like them, try subscribing for a short period each year. This works really well with TV and movie streaming services, as they may not put out enough quality content to justify annual subscriptions anyway.

Other than that, you could go back to physical media. Yes, that requires a handpicking approach to music and media, but you get can play the media indefinitely and without any limitations after the purchase. The only problem that you may run into is that the discs may get corrupt over time. You could counter that by digitalizing the media.

However, not everything is put out on disc anymore and things may get worse in the coming years.

Add a streaming server to your entertainment setup, and you may play music, TV shows or movies without having to use physical media at all.

AOL discontinues Dial-Up Internet and software

Posted on August 12, 2025August 12, 2025 by Martin Brinkmann

AOL announced the discontinuation of its dial-up Internet plan, AOL Dialer software and AOL Shield browser, in a brief support page on its help website.

There, AOL writes:

AOL routinely evaluates its products and services and has decided to discontinue Dial-up Internet. This service will no longer be available in AOL plans. As a result, on September 30, 2025 this service and the associated software, the AOL Dialer software and AOL Shield browser, which are optimized for older operating systems and dial-up internet connections, will be discontinued.

From September 30, 2025 onward, AOL customers may no longer use dial-up Internet provided by the company. AOL is also discontinuing the accompanying applications, AOL Dialer and AOL Shield.

AOL says that the change does not impact any other benefits that users may have in their AOL plan, including AOL email. The company does not reveal the number of customers that are affected by the change.

Estimates suggest that about 150,000 US-Americans still use dial-up in 2025. Not all of them rely on AOL for Internet though, but those who do need to find a different dial-up Internet provider or different connection option, such as cable, fiber optic, wireless Internet, DSL, or Internet via satellite.

As for dial-up Internet, Microsoft still seems to offer dial-up access to the Internet. For about $180 per year, subscribers may sign up for MSN Dial-Up Internet access according to this page on the Microsoft website:

Subscribe to MSN Dial-up Internet Access and get Internet access and MSN Internet Software which includes: computer wide security software, advanced phishing filter technology, pop-up guard and multiple e-mail accounts.

Can you imagine using a connection that has a speed between 56 kbit/s and 128 kbit/s?

Firefox

Mozilla plans to drop support for very-old Android versions

Posted on August 11, 2025August 11, 2025 by Martin Brinkmann

Mozilla plans to drop support for Android versions older than Android 8. Android 8 was released in 2017, which means that the move will affect users who use Firefox on mobile phones that are nearly a decade old or older.

Current mobile versions of Firefox require at least Android 5.0, which was released in 2014.

Mozilla announced the intention to raise the system requirements for Firefox on Android on the organization’s bug tracking website. And the organization has good reasons for wanting to drop support.

It allows Mozilla to “implement newer technologies” and prevents engineers from “being burdened by fixing bugs that only emerge on a small population of people using old devices”.

Also worth noting is that libraries that Mozilla is using are dropping support for Android 5, which causes additional problems for Mozilla.

With Android 15 (API 35) official release last Oct 15, 2024 (for Pixel devices), we should be considering bumping up the min Android OS version of the Firefox Mobile Browser up to Android 8 (API 26). Doing so allows us to implement newer technologies, and prevents us from being burdened by fixing bugs that only emerge on a small population of people using old devices. By bumping the min Android OS version, users on those devices will no longer receive app updates.

Additionally, we are increasingly finding that libraries we use are dropping support for obsolete versions like Android 5. This causes us big problems for ongoing maintenance of our apps.

Mozilla is not the only browser maker that bumped Android version requirements recently. Google dropped support for Android 7 and 8 recently with the launch of Chrome 139 for Android. Most Chromium-based browsers for Android are likely affected by the change going forward.

So, if you are still using an Android device that is no longer supported, and has not been for a few years at least, you may find yourself without a supported browser as well.

Will there be browsers that continue to support Android 8 or earlier? That remains to be seen. For now, both Vivaldi and Opera support Android 8, as will Firefox going forward.

Microsoft is killing off a highly rated mobile app, wants users to use the Microsoft 365 Copilot app instead

Posted on August 9, 2025August 9, 2025 by Martin Brinkmann

Microsoft maintains a massive list of apps for the mobile operating systems Android and iOS. Microsoft Lens, one of the company’s highest-rated apps, is being discontinued. Microsoft announced the change in a message center note this week.

Microsoft Lens may be used to scan whiteboards and documents, including notes, receipts and more. It makes these readable digitally in PDF, Word, or Excel format, and supports printed and handwritten text.

The Android version has a rating of 4.8 out of 5.0 and more than 50 million downloads. The Apple version has also a 4.8 out of 5.0 rating, but less downloads and reviews.

The scanned data can be saved locally or uploaded to OneNote or OneDrive.

The timeline of the Microsoft Lens discontinuation:

  • Mid-September 2025: New installs on Google Play or the Apple App Store are no longer permitted.
  • Mid-November 2025: Microsoft will remove the apps from the respective stores.
  • Mid-December 2025: New scans can no longer be created.

Microsoft notes that existing scans will remain available in the MyScans folder that the application creates during installation.

The company recommends switching to the Microsoft 365 Copilot app, saying that it offers similar functionality. However, Microsoft Lens was free to use and without any ads. The Microsoft 365 Copilot app on the other hand may show ads, as revealed on the mobile stores.

Bleeping Computer reports that Microsoft plans to add some of the missing functionality to the Copilot app.

Would you pay $20 per month to use a browser, or more?

Posted on August 8, 2025August 8, 2025 by Martin Brinkmann

When the Browser Company launched its Arc web browser, it was heralded by part of the media as the evolution that browsers needed. Then, the Browser Company announced that it would discontinue its browser to focus on another. This new browser, called Dia, would be an AI-browser first and foremost.

It was not really clear why, but the recent announcement of a Pro subscription plan could shed some light into the plans.

Dia, which is available in early testing for certain Mac devices only, is free to use. The AI parts have limits, however, and the newly announced Pro subscription unlocks unlimited access to the AI.

For $20 per month, users gain unlimited access. The first commercial subscription plan is just the beginning, as The Browser company plans to introduce additional plans that may cost between $5 and several hundred Dollars per month.

The price of a Pro subscription is just shy of the price of a ChatGPT Plus or Google AI Pro subscription. Granted, Dia appears to offer tighter integration in a browser.

Dia offers integration of a chatbot, but one feature that sets it apart from competing browsers currently is skills. These are shortcuts for repetitive tasks. It also supports cross-tab analysis and content synthesis. Is that enough to warrant a subscription? Only time will tell, but my initial take is that it will be very difficult for the company to turn a profit, unless it bakes something into the browser that is truly useful.

Now You: would you pay for a browser? What is your take on the $20 per month price of a subscription? Feel free to leave a comment down below.

Microsoft Recall continues to record data that it should not

Posted on August 6, 2025August 6, 2025 by Martin Brinkmann

When Microsoft announced Recall, the prime AI feature of its upcoming Copilot+ PC device type, it must have realized the flaws of Recall pretty quickly.

Recall consists of two parts. A screen capturing part that is taking snapshots of the computer screen every five seconds, and the AI that scans and analyzes the screenshots, so that the user may interact with it and retrieve information.

The AI can provide information for requests such as “what did I do on August 25, 2024”, “what car did I look at last month” or “give me an overview of the money that I spend online in the past three months”.

While that sounded useful to the ears of Microsoft executives, it sounded like a privacy nightmare to happen for security experts, rights advocates groups, system administrators and home Windows users.

The initial version lacked proper security mechanisms to protect the database against unauthorized access. To make matters worse, Microsoft designed the initial Copilot to be opt-out. This meant that the AI feature would run by default and take snapshots of user screens from the moment the system was started.

Microsoft apologized and promised to do better. It went back to the drawing board and announced an updated version of Recall some time later. And Microsoft did indeed address some of the major points of criticism. It made Recall opt-in and integrated protections that would prevent direct unauthorized access to a user’s database. Admittedly, Microsoft displays a screen during the initial setup of the system that informs users about Recall and can be used to enable it. It is easy enough to enable it in passing, for instance when you are in a hurry to start using the system for the first time.

Another problem with Recall is that its filters are not working all the time. Microsoft created filters to block screenshots from being taken under certain conditions. Launch a private browsing mode window and Recall will not capture it, according to Microsoft. The same is true for sensitive information, such as credit card numbers or passwords.

The Register tested the latest version of Recall and concluded that the filtering is “good, but not good enough”. Recall did not capture most of the screens and data that it should not, but the tester managed to get the feature to take snapshots of sensitive data with a little bit of trickery involved.

Another test tried to gain access to the Recall database. It could become a high value target for cybercriminals, considering that it contains much of a user’s activity online and offline. Even if there is no passwords or credit card numbers to be found, users may have activities recorded that they’d prefer to stay private; a treasure trove for ransomware gangs.

While Recall protects access with Windows Hello, it is not blocking access if remote desktop software is used. Authentication is still required though.

All in all, it is fair to say that Microsoft is making progress and that Recall continues to remain a work in progress. Unless you really, really have a valid use case for using Recall as a user, you probably might want to keep it off.

Windows 11

Windows 11 finally overtakes Windows 10 as the most popular desktop operating system

Posted on August 4, 2025August 4, 2025 by Martin Brinkmann

Microsoft’s newest — if you consider four years new – has finally done it. It has passed Windows 10 as the most popular desktop operating system last month.

The consumer versions of Windows 10 have less than three months of support left. While you can extend that by a year, the end is inevitable at this point.

Statcounter reports that Windows 11 made a big jump to more than 53 percent usage share while Windows 10 dropped to a still respectable 43 percent share.

It appears that users are finally moving from Windows 10 to 11, either by upgrading compatible devices to the new version of Windows or by buying new PCs with Windows 11. There is also a third possibility. Since Statcounter does not reveal totals, Windows 10 devices could just have been taken offline by their respective owners or users.

Is the change in leadership the big win that Microsoft hoped Windows 11 would become? Or just born out of necessity, considering that Microsoft will end support for Windows 10 in a short while?

It seems likely that the trend will continue in the following months. Windows 10 will drop, Windows 11 will rise as a consequence.

It is interesting to note that Windows 10 managed to keep the lead until last month. Almost half of all desktop devices ran the operating system and users have started to migrate mere weeks before the official end of support.

In related news, Windows 7 still holds about 2 percent of the desktop market, more than two years after Microsoft ended the ESU program and more than five years since support ended officially.

Windows 8 and 8.1 are also listed, with a combined share of about 1 percent of the desktop market. May not sound like much, but if you assume more than 1 billion desktop PCs, you end up with 10 million Windows 8 and 8.1 devices still in use.

As far as desktop operating systems are concerned, Windows continues to have a commanding lead of more than 71 percent of the market. Unknown, meaning device with unidentifiable operating systems, macOS and Linux follow behind, each with less than 10 percent of the usage share.

Now You: do you run Windows on your devices or another operating system? Let me know in the comments below.

  • Previous
  • 1
  • …
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • …
  • 78
  • Next

Support This Site

If you like what I do please support me!

Any tip is appreciated. Thanks!
  • July 17, 2026 by Martin Brinkmann Brave Search features a Google Maps alternative now
  • July 16, 2026 by Martin Brinkmann Windows Tweaker ShutUp10 updated with new options to disable AI and other potentially unwanted content
  • July 14, 2026 by Martin Brinkmann Microsoft promises improved Windows Search Box and the removal of ads
  • July 13, 2026 by Martin Brinkmann Mozilla moves Firefox to a 2-week release cycle in September
  • July 11, 2026 by Martin Brinkmann Browser extension filters pseudo-brands on Amazon

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