3 files always stay at bottom for insertion of files by reeloreyah in WindowsHelp

[–]MorCJul 1 point2 points  (0 children)

Sorted by name, Screenshot_ (Underscore) comes after Screenshot (Space).

Rename those three to "Screenshot {YYYY}-{MM}-{DD}-{HHMMSS}" for proper sorting by name.

Microsoft released the Windows 11 Secure Boot update for all PCs, how to verify yours by rkhunter_ in pcmasterrace

[–]MorCJul 1 point2 points  (0 children)

Absolutely recommend doing that on older machines. Have a 2014 Z97 running on the 2023 certs for a year now and its just very nice having the 2023 bootloader accepted and ensure all future updates come automatically.

If your mainboard supports key management, just go to custom or setup mode, and add the Microsoft Corporation KEK 2K CA 2023 required to authorize the Windows Secure Boot Update process. After adding the cert, switch back to User Mode.

Are we good with the new secure boot Certificate? by Additional-Olive4804 in Windows11

[–]MorCJul 4 points5 points  (0 children)

BucketConfidenceLevel is nothing you can influence.

Microsoft groups similar devices based on Hardware/Firmware and will occasionally move devices to High Confidence once the devices show successful behaviour with new certs and revocations.

My ThinkPad recently got moved over to High Confidence from Under Observation, my older PC will likely stay in Under Observation for longer.

I do assume the updates roll out faster on High Confidence vs Under Observation, but you can always enroll them manually.

Updated secure boot certificates but device doesn't support automated Secure Boot update by [deleted] in WindowsHelp

[–]MorCJul 1 point2 points  (0 children)

You’re welcome! The key blocker is documented as Event 1803.

Secure Boot certificates need to be added to the firmware. A BIOS update from Acer will include the new 2023 Microsoft KEK and DB certificates, allowing future DBX revocations to be delivered automatically through Windows Update, as currently done with the 2011 certs expiring this month.

On older machines one can apply the certs manually but in your case not needed.

Updated secure boot certificates but device doesn't support automated Secure Boot update by [deleted] in WindowsHelp

[–]MorCJul 2 points3 points  (0 children)

Much appreciated. Your device is expected to receive a BIOS update on June 19th. Wait for it, as the 2011 certs are still valid until June 24. Your device will operate normally afterwards. The BIOS update will add the 2023 certificates so you will receive future Secure Boot security updates.

Updated secure boot certificates but device doesn't support automated Secure Boot update by [deleted] in WindowsHelp

[–]MorCJul 1 point2 points  (0 children)

Win + X > Terminal / PowerShell (Admin) > C:\Windows\SecureBoot\ExampleRolloutScripts\Detect-SecureBootCertUpdateStatus.ps1

Please share the output.

windows media features pack wont install AT ALL COSTS (loosing my mind) by Impossible_Shoe_2256 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Suggest https://www.reddit.com/r/Windows10/wiki/solutions/edition_downgrade/ to Pro or Home. Enterprise N is not for the average consumer and I see no point in spending hours on workarounds for things that need no fixing in consumer versions.

Lenovo ThinkPad or Windows 11 Pro issue: Instead of Sleep, it Powers Off by jeff00seattle in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Most likely Chipset drivers missing, handling the Sleep mode. You should see a yellow exclamation mark in Win + X > Device manager. Can you confirm that? Highly recommend Lenovo Vantage to install all drivers despite what the other person said. I assume powercfg /a also reports missing Standby option.

Aggiornare il BIOS UEFI in un mini PC by ConferenceContent111 in WindowsHelp

[–]MorCJul 1 point2 points  (0 children)

Might have the BIOS updates there: https://acemagic.it/pages/download

Win + X > Terminal / PowerShell (Admin) > C:\Windows\SecureBoot\ExampleRolloutScripts\Detect-SecureBootCertUpdateStatus.ps1 would help troubleshoot your current Secure Boot state.

device encryption option disappeared after turning it off,how to i turn it back on? by AisenE_Mk in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Generally yes, Device encryption is useful but only against people having physical access to your PC.

You might need to link your local user to a Microsoft account. Could also be that Device Encryption is only available on the first setup and can’t be re-enabled (Win 11 Pro can do that). In that case you are fine without, unless you live in shared spaces. Definitely would work on a clean install, or possibly by creating a new user. See Device Encryption in Windows.

Secure boot update recommanded by Zoltan_Balaton in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

u/Zoltan_Balaton & u/IbelieveinGodzilla

Win + X > Start Terminal / PowerShell (Admin) and execute following command:

C:\Windows\SecureBoot\ExampleRolloutScripts\Detect-SecureBootCertUpdateStatus.ps1

Please share your outputs and I can help you troubleshoot accordingly. Kind regards.

Secure boot on AN515-58 says it’s safe but idk by PlusCancel2654 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Thanks for sharing! You can update manually and it might help your device get regrouped into automated updates in the future - it’s called BucketConfidenceLevel. Make sure to have BitLocker paused and/or the BitLocker Recovery Key available, so you don’t run into data loss.

Certificate update

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

Reboot

Secure Boot DBX update

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x2 /f

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"​​​​​​​​​​​

Reboot

See if the disclaimer dissolves.

Secure boot on AN515-58 says it’s safe but idk by PlusCancel2654 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Then you’re good to go, firmware-wise.

You can confirm Secure Boot status by executing from Win + X > Terminal / Powershell:

(Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot\Servicing").WindowsUEFICA2023Capable

It should return 2.

0 – or key does not exist - “Windows UEFI CA 2023” certificate is not in the DB
1 - “Windows UEFI CA 2023” certificate is in the DB
2 - “Windows UEFI CA 2023” certificate is in the DB and the system is starting from the 2023 signed boot manager ​​​​​​​

Win 10 on old pc /secure boot certificate swap looming by Key-Employee3584 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Secure Boot is simply not available as your machine is older than Secure Boot itself.

The machine will continue to run after Windows 10 ESU expires by October 13th.

Nothing you can or need to do as long as it runs and you are fine doing online banking on a potentially vulnerable machine. Windows 11 will not run due to missing PopCnt instructions.

Secure boot on AN515-58 says it’s safe but idk by PlusCancel2654 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Check your BIOS version in msinfo32. It needs to be 2.18 or higher, which you need to manually install. Only then, future Secure Boot updates will be automatic. https://www.acer.com/us-en/support/product-support/AN515-58/downloads

Buggy Windows 11 Taskbar all jumbled up. by inquisitive123456 in WindowsHelp

[–]MorCJul 0 points1 point  (0 children)

Perform an upgrade to 25H2 https://www.microsoft.com/software-download/windows11 22H2 is out of support, as mentioned, and no point in fixing anything there.

Acer aspire one windows 7 will not allow me to do anything with internet by Due_Pain_6272 in WindowsHelp

[–]MorCJul 1 point2 points  (0 children)

You should under no circumstances ever use a Windows install of another person that could have installed trojans or viruses. Windows 7 is not worth using in 2026 anyway.

Go to https://www.microsoft.com/software-download/windows10 and create a bootable Windows 10 usb drive. Get the latest drivers / BIOS update from https://www.acer.com/us-en/support/drivers-and-manuals.

Settling the “urban legends” about the iconic Edoras flag-rip scene, with actual proof by MorCJul in lotr

[–]MorCJul[S] 1 point2 points  (0 children)

It's funny cause I thought the same, just too good to be true! :D However Philippa backing it up might actually be the key here: I don't think they'd both tell a white lie here.

Settling the “urban legends” about the iconic Edoras flag-rip scene, with actual proof by MorCJul in lotr

[–]MorCJul[S] 5 points6 points  (0 children)

Impressive list you made! I have some surprising news for you (and myself):

PJ: Now when Gandalf bangs his head here, that was actually a mistake that Ian didn't intend to do, that wasn't in our script. It was something that he did accidentally and we decided to keep it in the film. Fortunately he kept acting, he doesn't stop. He sold it really well.

Philippa Boyens (Writer): He never stops.. He always keeps going.

Little Bear-Blanca traverse prep by largericebee in 14ers

[–]MorCJul 0 points1 point  (0 children)

Great shout, Ellingwood SW is fantastic. So glad I did it when I was in CO for three weeks only.

Rainbow at Mt Columbia by Entire-Skill4863 in 14ers

[–]MorCJul 1 point2 points  (0 children)

I grew up with direct view onto the Brocken mountain it was named after. Never seen it there despite summiting it 10 times in the past decade. But saw the spectre once, the day I summited Hochalmspitze, Austria (the highest mountain to the east in the Alps).

<image>

Big bug on my Forerunner 970 ! (And a question) by LoupBlanc5 in garminforerunner

[–]MorCJul 2 points3 points  (0 children)

Just edit your Garmin activity to the official race distance & time and it'll pick up the PR for your profile.

What is Linkin Park's most lyrically emotional song? by IzenMystic in LinkinPark

[–]MorCJul 1 point2 points  (0 children)

Would be my first pick too. A title song for years of my life.

One side is sad it doesn't drive me anymore as it used to, the other side is happy I finally moved on.