This PR adds a new script to fix the Crowdstrike issue after vm bootstrap. Based on the investigation, it is needed to reg load/reg unload some registry hives from %windir%\system32\config into SYSTEM and SOFTWARE hives under HKLM to prevent the script hang issue.
Below are the testings I manually did:
Step 1: Create a VM1 in west US
Step 2: deleted VM1 but keep its OS disk
Step 3: create a VM2 in west US
Step 4: attach VM1's OS disk as VM2's data disk with Drive letter F:
Step 5: run the script to test the registry hive load/unload from data disk F:
This PR adds a new script to fix the Crowdstrike issue after vm bootstrap. Based on the investigation, it is needed to reg load/reg unload some registry hives from %windir%\system32\config into SYSTEM and SOFTWARE hives under HKLM to prevent the script hang issue.
Below are the testings I manually did: Step 1: Create a VM1 in west US Step 2: deleted VM1 but keep its OS disk Step 3: create a VM2 in west US Step 4: attach VM1's OS disk as VM2's data disk with Drive letter F: Step 5: run the script to test the registry hive load/unload from data disk F: