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 sign out users when Windows shuts down

Posted on March 28, 2024March 28, 2024 by Martin Brinkmann

If you share a Windows PC with others, you may have noticed that users may appear as signed in after you log in to the operating system. A click on the Start button and another click on the user profile icon may reveal this.

Should not Windows sign out users when the system is shut down? Windows used to to this prior to the release of the Fall Creators Update for Windows 10.

When you shut down Windows then, all users were signed out automatically. You may have gotten a prompt reminding you that users were still signed in, but you could shut down the system and all signed in users were signed out as part of the process.

This changed with the release of the Fall Creators Update for Windows 10 in 2017. All Windows releases since then behave in the same way, including Windows 11.

Microsoft’s explanation for the feature

Updates for Windows require user specific processes that need to run before the installation of the update completes. These require that users are signed-in.

Previously, users had to wait for the completion of these processes after update installations.

Winlogon automatic restart sign-on is the official name of the feature introduced in the Fall Creators Update. Microsoft describes what it does in the following way:

When Windows Update initiates an automatic reboot, ARSO extracts the currently logged in user’s derived credentials, persists it to disk, and configures Autologon for the user. Windows Update running as system with TCB privilege initiates the RPC call.

In other words: Windows copies the current user’s credentials, copies them to disk and enables automatic sign-in for the user. The user will be signed in automatically after the final update reboot. The device is locked to protect the user’s session.

Managed and unmanaged devices are treated differently. Managed devices need TPM 2.0, SecureBoot, and BitLocker. Device encryption is used on unmanaged devices, but it is not a requirement.

How to sign out all users on shutdown in Windows

Windows Sign-in options

Microsoft introduced a new option in the Fall Creators Update that triggers the functionality. It is enabled by default.

Here is how you change the behavior on Windows 11:

  1. Select Start and then Settings.
  2. Go to Accounts.
  3. Select Sign-in options.
  4. Scroll down to “additional settings”.
  5. Toggle “Use my sign-in info to automatically finish setting up after an update” to Off.

The path is slightly different on Windows 10 devices. You need to go to Settings > Accounts > Sign-in Options instead. There you find the preference under Privacy.

All users are signed out when the system is shut down from that moment forward.

Group Policy

You may also make the change to the configuration using the Group Policy Editor (not on Home editions, and requires Windows 10 version 1903 or newer):

  1. Open Start.
  2. Type gpedit.msc and load the Group Policy Editor result.
  3. Go to Computer Configuration > Administrative Templates > Windows Components > Windows sign in Options.
  4. Double-click on Sign-in and lock last interactive user automatically after a restart.
  5. Set the policy to Disabled.
  6. Close the Group Policy Editor.
  7. Restart the PC.

Registry

You can also make the change in the Registry. This works on Home editions as well:

  1. Open Start.
  2. Type regedit.exe and select the Registry Editor result.
  3. Confirm the UAC prompt with “yes”.
  4. Go to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  5. If the Dword DisableAutomaticRestartSignOn does not exist, do the following:
    • Right-click on System and select New > Dword (32-bit) Value.
    • Name it DisableAutomaticRestartSignOn.
  6. Double-click on DisableAutomaticRestartSignOn and set its value to 1 to disable the feature.
  7. Restart the PC.
PC game

DirectSR promises to push gaming on Windows 11

Posted on March 27, 2024March 27, 2024 by Martin Brinkmann

The next feature update for Windows 11 will likely introduce support for a new technology that Microsoft calls DirectSR. This technology promises to make the life of game developers easier. While gamers do not benefit directly from it, they will benefit indirectly, as games will make use of the technology.

DirectSR, the SR stands for Super Resolution, is a new DirectX API designed to improve the implementation of upscaling in games. Microsoft collaborated with NVIDIA, AMD, and Intel to develop DirectSR.

Developers have to implement specific upscaling technologies currently to support them. If they want to support these for AMD and NVIDIA cards, they need to implement NVIDIA DLSS (Deep Learning Super Sampling) and AMD FSR (FidelityFX Super Resolution). These implementations take time to develop as the systems require different implementations.

This led to issues in the past, when games supported only one of the available upscaling technologies.

DirectSR promises to improve how upscaling is implemented. It offers a standardized interface for multiple upscaling technologies. Developers may use this option to implement upscaling technologies in their games across Windows and Xbox systems.

How DirectSR works

The core idea is simple: developers feed data that the API then routes to the upscalers. This works because upscalers tend to require the same set of data.

In other words: the API takes care of the processing of the data that the upscalers need to improve game performance and visuals. This means that developers need to provide the data just once to support all upscalers.

Microsoft promises that its new API covers upscaler updates as well. Company engineers update the API whenever necessary to support new features and changes.

Closing Words

Microsoft has not announced a release data for the new API yet. A likely target for inclusion on Windows is the release of the 2024 feature update for Windows 11. This will be released in the second half off 2024, like at the end of September or beginning of October 2024.

As is the case with new gaming technologies, it will take some time before games will make use of them. While some games may support the feature early, it may take years before a good number of games support it.

Much depends on Microsoft’s promise that the technology will make things easier for game developers.

Now You: do you play games at all?

Notifications blocked

How to deal with Notifications in Google Chrome

Posted on March 26, 2024March 26, 2024 by Martin Brinkmann

All modern web browsers support so-called push notifications. Websites may request permission to send notifications. When users accept, they may push notifications to the user’s system. Ideally, these are useful to the user. Maybe about a new post on the site, an auction running out, or about item availability in online stores.

Most of the time, at least from my experience, notifications are not that helpful for users. Sites may push lots of notifications to user systems. Abuse is rampant. Notifications may get abused for advertisement, scams, or malicious attacks.

While notifications contain no executable content, clicking on notifications may launch sites and thus attacks.

You can check out this recent story on Bleeping Computer for an example of attacks. The attack originated on Google Search and used notifications to push spam and malware.

One of the best options to deal with notifications is to disable them. This works well for users who never use them in the first place. Those who do use notifications on specific sites may also optimize their configuration.

The following paragraphs explain how that is done. Note that this applies to other Chromium-based browsers as well. All offer these options, and you may load the URL provided below to open the Settings.

Blocking Notifications in Chrome permanently

Disable notifications in Google Chrome

It takes just a few steps to block notifications in Google Chrome.

  1. Load chrome://settings/content/notifications in the Chrome address bar. You may also open Menu > Settings > Privacy & Security > Site settings > Notifications manually.
  2. Set the default behavior to “Don’t allow sites to send notifications”.

You are done. Chrome won’t send any notifications from this moment up. There is one exception, and this is handy to allow specific sites to send notifications while disallowing them from any other site.

Scroll down to the customized behaviors section. There you find overrides. Use the “allowed to send notifications” section to allow specific sites to send notifications to your system.

Chrome allow notifications

Activate the “add” button and type the domain name using the following format: [*.]domain.com.

This allows the domain to send notifications, even though the general setting is set to disabled.

Tip: you can also allow sites in the following way:

  • Open the site in the Chrome browser.
  • Click on the icon that is in front of the domain name in Chrome.
  • Select Site Settings from the menu.
  • Locate the Notifications preference and set it to “allow”.

Closing Words

My recommendation is to turn off Notifications and use the allow list for select sites only. This blocks all notification spam and any attempt to use notifications for malicious attacks. It also prevents less tech savvy users from accepting notifications on a regular basis in the browser.

Display the power on hours and other hard drive stats on Windows

Posted on March 25, 2024March 25, 2024 by Martin Brinkmann

All hard drives have a limited lifespan. It does not really matter if you use Solid State Drives or platter-based drives. Eventually, they will fail. It is therefore important to keep an eye on the status of hard drives. This gives you enough time to migrate the data to a new hard drive to avoid disaster.

Looking up hard drive usage information is also useful in other scenarios. Say you want to sell a hard drive. Buyers may want to know for how long the hard drive was used and how much writes it had. The latter is important for Solid State Drives, which support a limited number of writes.

One of the best applications for the job is Crystal Disk Info. The free software for Windows is easy to use. It displays internal hard drive data courtesy of S.M.A.R.T. — Self-Monitoring, Analysis, and Reporting Technology — of hard drives.

S.M.A.R.T.’s primary purpose is to monitor and report drive reliability data. CrystalDiskInfo retrieves the information and displays them in its interface for each connected hard drive.

CrystalDiskInfo

CrystalDiskInfo hard drive information

You can download the latest version of CrystalDiskInfo from the developer’s website. Run the program after installation. It displays each hard drive in a tab in its interface.

Data of the primary hard drive is displayed automatically. Click on other hard drives to display their data in the interface.

Check the top right corner to get “total host reads”, “total host writes”, Total NAND writes”, “power on count” and “power on hours” information. These should give you a good view of the utilization of the drive.

Note that the information is slightly different for platter-based drives. These display the rotation rate, which is the speed more or less, as well as power on count and power on hours.

External hard drive information

Additional information about the drive is displayed on the left side. You find the features that it supports there as well as the current transfer mode. This can also be useful to determine issues, e.g., if a drive is slow.

The app displays all S.M.A.R.T. values in a table below. Some, like the write error rate, temperature, or reallocated sectors count, may also be useful.

The current and worst values are displayed, as well as potential thresholds.

Closing Words

CrystalDiskInfo is a great app when it comes to hard drive information. It is free and easy to use. It is a good idea to check S.M.A.R.T. values regularly to detect failing hard drives as early as possible.

Now You: do you monitor S.M.A.R.T. values of hard drives?

Notepad Spellchecking

Notepad is getting spellchecking support

Posted on March 24, 2024March 24, 2024 by Martin Brinkmann

Microsoft continues to enhance Notepad, the plain text editor of the Windows operating system. After adding features such as tabs, auto saves, or text formatting to Notepad, it is now testing spellchecking support.

The latest version of Notepad, version 11.2402.18.0, includes the functionality. It is available in the Canary and Dev development channels only. Not all testers get the feature right away, as Microsoft is — once again — rolling it out gradually to users. It can very well take weeks or months before a particular feature reaches all testers.

Microsoft describes the functionality on the Windows Insider Blog:

With this update, Notepad will now highlight misspelled words and provide suggestions so that you can easily identify and correct mistakes. We are also introducing autocorrect which seamlessly fixes common typing mistakes as you type.

Notepad Spellchecking

Microsoft notes that misspelled words are highlighted automatically by the editor. They appear in red. A click or tap on the word or phrase displays spelling suggestions. The keyboard Shift-F10 does that as well, but it appears less practicable to use.

Select a suggestion with the mouse, by touch, or keyboard, and it takes up the place of the misspelled word.

An option to add words to the dictionary is provided. This is useful if a word is spelled correctly but marked as misspelled by Notepad. There are also options to ignore words in a single document.

Spell checking is enabled for some file types only. For others, including log files and some files used for coding, it is turned off. Options to change the behavior are available in the settings.

AI or not?

Microsoft makes no mention of AI in the Windows Insider blog. The spell checking feature seems to run locally on the system. I cannot test it, thanks to Microsoft’s habit of rolling out features over a long period of time.

It looks to be a local feature that checks words using a local dictionary. Again, I could not confirm this at this stage.

Closing Words

Spell checking is a useful feature, even for a plain text editor like Notepad. Users who do not need it can turn the feature off in the settings.

With Wordpad deprecated, it looks as if Microsoft is putting the focus on Notepad. While it is not a full replacement, it is now getting features that Wordpad never supported.

Notepad is one of the few native Windows apps that I use regularly. What about you?

Windows 11 lock screen widgets

Windows 11: Lock Screen widgets in development

Posted on March 23, 2024March 23, 2024 by Martin Brinkmann

Microsoft released the Windows 11 update KB5035942 earlier this week. The update for the Windows 11 Release Preview channel includes several new features. One of them is that widgets may now be displayed on the lock screen.

Wait a minute, was not this just introduced already? Yes and no. The Windows 10 update KB5035941 for the operating system’s Release Preview channel introduced the change as well. It was released prior to the Windows 11 update, making it one of the rare occasions that Windows 10 got a feature earlier than Windows 11. Prior in this case means a few days earlier, but it is still remarkable enough to mention it.

Here is what Microsoft says about the addition of widgets on Windows 11’s lock screen:

New! This update adds more content to your lock screen. In addition to weather, sports, traffic, and finance content will appear. To turn on this feature, go to Settings > Personalization > Lock screen. Note this feature might not be available to all users because it will roll out gradually.

The lock screen cards display at the bottom of the display. They offer weather, finance, traffic, and sports information when enabled. The information appears to be similar to the content that Windows 11’s Widgets Board provides.

Windows Lock Screen Widgets

It appears, from Microsoft’s description at least, that users need to turn on the cards actively before they become available. This is done under Settings > Personalization > Lock Screen. Could change in the future.

Like the Windows 10 version, it is an all or nothing setting. Either you enable the feature and get all four cards on the lock screen, or you keep it disabled and get none. There is no option to select just some of the cards for display on the lock screen.

Since Microsoft pushed the new feature to Release Preview machines, it is only a matter of time before the change lands in stable versions as well.

It could be as early as on the April 2024 Patch Day for Windows 11, which is going to be on April 9, 2024.

Closing Words

It is up to each individual user of the operating system to decide whether lock screen cards are a useful feature. If you ask me, I have no use for it, but I do not really use the lock screen for anything other than to sign in.

Now You: what about you?

Firefox 124.0.1

Firefox 124.0.1 fixes two critical security issues

Posted on March 22, 2024March 22, 2024 by Martin Brinkmann

It has been just a few days since the release of Firefox 124.0, but here is Firefox 124.0.1 already. Usually, when this happens, it is either a security update or a bug fix update that address major issues.

It is a security update in the case of Firefox 124.0.1. The official release notes include just two words: “Security fixes”. The issue affects desktop versions of the web browser. It is unclear if the Android version is also affected. There is no release notes page for Firefox 124.0.1 for Android at the time of writing.

The security advisory page lists two security issues that Mozilla addressed in the Firefox update. Both have a severity rating of critical, which is the highest severity rating available:

  • CVE-2024-29943: Out-of-bounds access via Range Analysis bypass
  • CVE-2024-29944: Privileged JavaScript Execution via Event Handlers

Both security issues were reported to Mozilla by Manfred Paul via Trend Micro’s Zero Day initiative.

The first security issue could allow an attacker to “perform an out-of-bounds read or write” on JavaScript objects by “fooling range-based bounds check elimination”.

The second issue allows an attacker to “inject an event handler into a privileged object that would allow arbitrary JavaScript execution in the parent process”.

Without going into too many details on the issues, they’d allow an attacker to execute JavaScript code or control JavaScript objects in the Firefox web browser.

Mozilla does not reveal if the issues are exploited in the wild. It is a good idea to update Firefox Stable installations as soon as possible to protect the browser from potential attacks targeting the vulnerabilities.

Updating Firefox

The security update is available already. While most Firefox installations will get updated automatically, cautious Firefox users and system administrators may want to speed up the installation of the update.

Here is how this is done:

  1. Open the Firefox web browser.
  2. Select Menu > Help > About Firefox.
  3. Firefox displays the current version. It should pick up the update at the same time. In other words, it is downloaded and installed automatically.
  4. A restart of the browser is required to complete the process.

Repeat the steps above and you should see Firefox 124.0.1 listed as the version on the about page.

Firefox is also available on the Mozilla website. Click here to open the download page and download the latest version to the local system.

Brave

Brave 1.64 browser update brings more AI and blocks VPN services from installing by default

Posted on March 21, 2024March 21, 2024 by Martin Brinkmann

Brave Software released a new stable version of the company’s Brave browser today. Brave 1.64 continues the AI push in the browser, but it also privacy improvements as well as new features.

Existing installations of the browser should receive it automatically via the integrated updating functionality. Desktop users may speed up the installation of the new version by loading brave://settings/help in the address bar. An alternative to that is to click on Menu > Help > About Brave.

Brave displays the current version when the page opens. It runs a check for updates and will download and install new updates automatically at this point. Note that it is necessary to restart Brave once to complete the installation.

One big change of Brave 1.64 deserves special mention. Brave notes in the changelog that it is no longer installing VPN services automatically. This is only done when users purchase a VPN subscription or enable it.

Tip: check out six Brave features that you may like.

Brave 1.64

Brave 1.64 Browser update

Like Google and Microsoft, Brave Software is also integrating AI into its browser. Called Leo, it is different from Microsoft’s Copilot and Google’s Gemini. A core difference is that Leo gives you access to different large language models. Not all of them are free, but the core service is.

Brave 1.64 introduces a Leo AI Tools right-click context menu entry. Right-click on any text element on the webpage and you may select a diverse range of AI tools. The two main options are to ask the AI to provide context and for help with your creative efforts.

Leo AI Tools

For instance, you could select a few paragraphs of text and ask Leo to summarize or explain it. When you are writing, you could ask Leo to rewrite the entire text, improve it, or change its tone or length.

How well this works depends on the text itself but also on other variables, including the large language model. Selecting the last sentence and asking Brave Leo to extend it resulted in the following three paragraphs of text:

The effectiveness of this method relies heavily on two main factors: the text being analyzed and the specific large language model being utilized. The text itself plays a crucial role, as the more nuanced and well-crafted it is, the better the language model can understand and generate appropriate responses. This, in turn, improves the overall outcome of the process.

However, the text is not the only determinant of success. The large language model chosen for the task also significantly influences the results. Different models have varying strengths and weaknesses, making some more suitable than others for specific tasks. For instance, a language model trained on scientific literature may not perform as well when dealing with colloquial language.

In conclusion, the combination of a well-structured text and a carefully selected language model is essential for achieving optimal results. By focusing on these two aspects, users can expect a more accurate and contextually appropriate response from the language model.

Other changes

The full changelog is long and you may want to check it out on Brave’s website to go through all the changes. Here is a quick overview of changes that are noteworthy:

  • There is a new “Bring all tabs to this window” option in the right-click tab context menu. It moves all tabs of other windows into the active one.
  • There is a new “show scrollbar” option when vertical tabs are enabled. This adds the option to use it for scrolling.
  • Chromium’s storage partitioning is now compatible with Brave’s ephemeral storage implementation.
  • Implemented stream isolation for third-party subresources in Private Windows with Tor to bring it up to par with Tor Browser’s implementation.

Now You: anything that you find interesting? Anything that I missed? Let me know in the comments.

Inplace Upgrade Helper

Inplace Upgrade Helper: Windows tool to switch between Windows editions

Posted on March 20, 2024March 20, 2024 by Martin Brinkmann

Inplace Upgrade Helper is an open source tool designed to help Windows users move between different Windows 10 and 11 editions.

The Windows edition, e.g., Home or Pro, determines whether certain features are available or not. A common example is that Home editions lack access to the Group Policy Editor.

Windows includes options to switch editions. In best case, all you need to do is open Settings > System > Activation, click on the “change” button next to Change product key, and type or paste the new key.

This process works well when you upgrade from a less expensive version. Upgrades from Home to Pro should work this way. You may still run into issues sometimes. While this happens often when you downgrade Windows to another edition, e.g., from Pro to Home, it is not uncommon that you run into issues when you try to upgrade the edition.

Inplace Upgrade Helper

Inplace Upgrade Helper supports all major versions of Windows and many special editions. Besides Home and Pro, it also supports Enterprise, Education, IoT Enterprise, Windows 11 SE CloudEdition, or Windows 10 Enterprise LTSC 2021.

The open source tool includes four different methods to change editions in Windows 10 and 11. These are:

  • Using slmgr.
  • Running an in-place upgrade using setup.exe.
  • Running an in-place upgrade of any edition of Windows. This method blocks any “firmware-embedded keys” of the current edition.
  • Running a forced in-place upgrade to keep all apps and settings.

While that may sound complicated, it is not really. All you need to do download Windows installation media and extract it on the local system. You may use WinRAR for that or most file archivers.

Download the latest version of the Inplace Upgrade Helper tool and place it in the same directory as setup.exe.

Right-click on Inplace_Upgrade_Helper.bat and select “run as administrator” to start it.

From there it is just a matter of selecting the desired edition, e.g., 2 for Pro, and then the upgrade method, e.g., f for forcing the upgrade or k for trying to install the update using slmgr.

As always, it is recommended to create a backup of the system drive before you make any changes to the operating system.

Note that the tool does not activate Windows. It merely switches the edition.

Closing words

Trying Windows’ built-in option to change the key and edition is the best option if you upgrade from Home to Pro. The open source tool may be useful if you run into issues when you try to switch editions.

Now You: which edition of Windows do you run, if any? (via Deskmodder)

Copilot key

Microsoft continues to add Copilot to anything that moves: File Explorer next

Posted on March 19, 2024March 19, 2024 by Martin Brinkmann

Barely a week goes by with Microsoft making yet another announcement about Copilot AI or launching a new development build of Windows 11 with Copilot added to something. This time, Microsoft added Copilot functionality to the default file manager of Windows, File Explorer.

This particular implementation does not add Copilot directly to File Explorer though. Microsoft added right-click context menu options to File Explorer that interact with the AI when selected.

Right-click on a file in File Explorer or on the desktop, and you find the new Copilot > Send to Copilot option there. This works similarly to Copilot’s integrated file upload feature. In other words, it allows you to ask Copilot questions about the uploaded file.

For example, if it is an Excel document, you could ask Copilot to look up and return data. Word or PDF documents can be summarized. Speaking of summaries, the second context menu options asks the AI to summarize the selected document.

Weakness in tests

This did not work too well in tests some weeks ago. I asked Copilot to return data from an Excel spreadsheet. While it did return some data, it was not complete. Even when reminded that it missed data that matched the query, Copilot would not return the full set of expected data.

I concluded that this feature could become something useful in the future, but only if Microsoft and OpenAI get it right. And with right I mean that the AI’s output needs to be reliable all the time. Even without hallucinations, which refers to incorrect data being returned that is not found in the source, it the AI ignores some of the data.

For now, it is always necessary to verify the output of any AI on the market to make sure its output does not contain errors.

Microsoft has a few months of development time left before it releases the long-hailed first AI-focused version of Windows. It will be interesting to see if that version will be more reliable than the current versions available for testing.

Now You: have you tried Copilot or another AI?

  • Previous
  • 1
  • …
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • …
  • 74
  • Next

Support This Site

If you like what I do please support me!

Any tip is appreciated. Thanks!
  • April 21, 2026 by Martin Brinkmann Brave Origin is a stripped-down version of the browser that you need to buy
  • April 21, 2026 by Martin Brinkmann Microsoft confirms yet another BitLocker Recovery Screen issue in Windows 11
  • April 20, 2026 by Martin Brinkmann WhatsApp Plus launches: would you pay for these features?
  • April 18, 2026 by Martin Brinkmann Google App for Desktop is now available and it is all about AI
  • April 16, 2026 by Martin Brinkmann Windows 11 Context Menu Manager: remove items with a click

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