If you own a Flipper Zero and want to track its location using Apple’s FindMy network, FindMyFlipper is a great way to do it. It turns your Flipper into an AirTag-like device, broadcasting BLE (Bluetooth Low Energy) beacons that are picked up by any nearby iPhone and relayed to Apple’s servers – all without Apple knowing it’s not a real AirTag.
If you need to export all available Windows Event Logs, especially in the Windows Server Core edition (without GUI), you can utilize this PowerShell script:
Express guide how to export private key from certificate storage marked during import as non-exportable.
cd C:\Users\Administrator\Downloads\mimikatz_trunk\x64
.\mimikatz.exe
``` ```
mimikatz # crypto::capi
mimikatz # crypto::certificates /systemstore=CERT_SYSTEM_STORE_LOCAL_MACHINE /export
mimikatz # quit
There is Microsoft article which explains why to do not redirect user profiles/home folders to non-system disk: LINK.
By changing the default location of the user profile directories or program data folders to a volume other than the System volume, you will not be able to service your Windows installation. Any updates, fixes, or service packs will fail to be applied to the installation. Microsoft does not recommend that you change the location of the user profile directories or program data folders.

There is registry source to fix it (PoodleBleed-Fix.reg):