I try to run Cassandra on my windows laptop and I see the following error:
WARNING! Powershell script execution unavailable Please use 'powershell Set-ExecutionPolicy Unrestricted' on this user-account to run cassandra with fully featured functionality on this platform. Starting with legacy startup options Starting Cassandra Server Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap
So, I opened Powershell to try to set ExecutionPolicy unlimited, and I get the following:

So, I follow this in the registry entry, which is described in the error, and it seems that the key is already installed correctly. Did I just miss something obvious? The previous version of Cassandra worked fine on my machine, but since I updated, it gives me all kinds of problems.
source share