Usually, users get ‘the handle is invalid’ error on the Windows login screen or or running a script.
What your user have done on this PC? Did he ever used BitLocker, did he run manage-bde command to enable BitLocker?
Try the following methods to see if can fix issue:
- Update system to the latest build, check for updates in Settings.
- Changing LocalAccountTokenFilterPolicy Registry Key
Press Windows + S, type “command prompt” in the dialogue box, right-click on the application and select Run as administrator.
Once in the command prompt, run the following code:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
Restart the computer and try to enable BitLocker from control panel. - Use the System File Checker tool to repair missing or corrupted system files
https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e
4.Upgrade to 21H1 via Microsoft website
https://learn.microsoft.com/en-us/answers/questions/438934/bitlocker-error.html
If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.