WW 797: Fish and Ferraris

Beep boop - this is a robot. A new show has been posted to TWiT…

What are your thoughts about today’s show? We’d love to hear from you!

I ran that FU script on my laptop and I have 21 feature update block entries.

The ‘Secure Launch data not migrated’ one is there, plus Chromium (Edge I assume), Microsoft Office, Incompatible Shell Extensions, VC Runtime and loads more I don’t understand.

If these things are a mix of MS, OEM and third-party issues that need sorting with updates, 22H2 is going to take months (years?) to roll out.

2 Likes

I just wanted to say, I found that both Leo and Mary Jo were having issues with Sleep Mode.

I am still on Windows 10, but in the past month or two, I have noticed an issue I never had before with sleep.

I run a dual boot set up, and on a full boot, I get the GRUB menu to pick Linux or Windows.

Before when I just close the lid in Windows (sleep) it would pop back into Windows when I opened the lid.

More recently, its like its fresh booting, because I have to pick from the GRUB menu every time.

Its incredibly irritating and inconvenient.

Windows has three (or more?) levels of sleep.

  • There is simply going to lowest power usage while still being awake (RAM is still being refreshed.)
  • There is hibernation while still powered (the system state is written to a hibernation file, and if you resume it will be quickly read back and appear to resume exactly as you left it)
  • There is deep hibernation, where the system will power off from the previous state. If the system powers off, it needs to cold boot (thus your GRUB menu choice) but it should eventually relaod the hibernation file and appear to resume back to how it was.

Each level uses less and less (until none) power, which can be important for your laptop battery. Additionally, it might tie the transition between levels to the battery level, so that it “panics” once the battery appears to get low enough, and writes out and shuts down.

There should be some configuration settings you could play with, limiting the use of hibernation at all, if you want to alter the behaviour of your system and its attempts at battery level preservation.

If you’re comfortable on the command line, you can probably learn more by using the POWERCFG.EXE command:

C:\>powercfg /?
POWERCFG /COMMAND [ARGUMENTS]
Description:
   Enables users to control power settings on a local system.
   For detailed command and option information, run "POWERCFG /? <COMMAND>"

One of its options is a “study” (i.e. a report). I don’t have a laptop, so I don’t know what it will produce, but you should investigate your system to see if you can better understand what’s happening.

Yeah, I probably need to mess with it a bit deeper. I did try adjusting the power settings in the control panel menu, trying Hibernate versus Sleep, etc. and it didn’t seem to make a difference. I’ll try the shell commands to see if I can get to a better root of what changes or what it’s doing.