Bah....BitLocker encrypted ALL of the volumes on my ASUS laptop with Windows 11 Home, w/o MY interaction or initiation, b/c it apparently has UNKNOWN triggers which sets off its encryption routine . So now I have TEN volumes, EACH ONE with its own LONG separate encrypted key!!
The user in admin mode should be who decides WHEN or IF a volume needs to be encrypted or not.!!
Then I looked for a means to mitigate this unnecessary and mass-encryption of my created partitions, then used Power Shell to use the instructions given in Microsoft Learn to suspend encryption per volume as follows:
PS C:\> Suspend-BitLocker -MountPoint "C:" -RebootCount 0
Then I was presented with THIS:
Get-Process : A positional parameter cannot be found that accepts argument 'Suspend-BitLocker'.
At line:1 char:1
- PS C:\> Suspend-BitLocker -MountPoint "C:" -RebootCount 0
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidArgument: (:) [Get-Process], ParameterBindingException
- FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand
IF Microsoft can't even give the proper instructions for its "commandlet to its users who just want to fix problems that they didn't cause, they why bother to posty them? I am LIVID!!