Pico
Pico
If pycreateuserpkg is used to change the password of an existing Secure Token holder on a Mac with a Secure Enclave (SEP), things get into not immediately obvious broken state....
Hi @mcb30, I'm aware that [memmsize](https://ipxe.org/cfg/memsize) (enabled via [MEMMAP_SETTINGS](https://ipxe.org/buildcfg/memmap_settings)) does not currently work on UEFI. If a UEFI build of iPXE is attempted with MEMMAP_SETTINGS enabled, the build will fail....
Alright, first off I'm writing this because Suitcase looks totally awesome and immediately has me excited with its possibilities. Now, I know this may be a bit different or out...
I think a very valuable and cool usages of `shui` would be to be able to open the AppleScript progress window via command line. This cannot be done using `osascript`...
At https://github.com/joshua-d-miller/macOSLAPS/blob/a906d5bb7a16d872864c223276123dbf904e55d8/macOSLAPS/main.swift#L81 the native [verifyPassword OpenDirectory method](https://developer.apple.com/documentation/opendirectory/odrecord/1427894-verifypassword) could be used instead of shelling out to `dscl . -authonly`. The setup required to use this method would be very similar to...
If some values are coming from user input, it is possible (however unlikely) that someone could input a literal string that start with `@`, `%`, or `:`. If this were...
When I first started setting up `wimboot` 2.6, I noticed and documented some quirks, mainly about using custom scripts in consistent way for a dual Legacy BIOS and UEFI usage....
When checking the Supported Processors Lists, rather than simply checking for "processor string contains this line in supported processor list": https://github.com/rcmaehl/WhyNotWin11/blob/28740d382a8c3c29e78f9b116ab91d7231fcfb67/includes/_Checks.au3#L72 I think it would be more precise to check...
The latest https://github.com/rcmaehl/WhyNotWin11/blob/main/includes/SupportedProcessorsIntel.txt file (last updated 12/29/23) is missing the Xeon E CPUs that are listed on https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-24h2-supported-intel-processors (last updated 02/28/2025), and https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-intel-processors (last updated 03/01/2024)
In WinRE on a Dell Precision 7560 with an 11th Gen i7, WhyNotWin11 v2.7 is crashing on launch with the following error:  This is odd because WhyNotWin11 v2.7 has...