Well, that sucks. That is much more complicated. Does Win8 have the reboot thing? I hope so.
You might be able to use the RunOnce key to Resume BitLocker on Windows 7 so that it can happen after the reboot has completed without requiring another action.
// Handle BitLocker Resume after reboot for Win7 and Win2008R2
if {version of operating system < "6.2.0.0"}
regset64 "[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]" "ResumeBitLocker"="manage-bde -protectors -enable C:"
endif
These have NOT been tested except for on the 1 model I happen to have, and even then, not all cases. Please test them out carefully and provide me feedback on if they work, if they don’t, and any suggestions for improvement.
not my prettiest work, and could use some future refinement, but it works. There are a few edge cases I need to resolve that prevents me from generating the tasks for about 18 models.
seems like there is a tool for linux for installing firmware from multiple vendors that could be automated with bigfix, as well as a possible source for generating fixlets from: