I set execution policy in the powershell console
set-ExecutionPolicy bypass
get-ExecutionPolicy bypass ==> return bypass
and then wait couple minutes, check the policy level again
get-ExecutionPolicy bypass ==> return remotesigned
I don't understand why it occurs. Does anyone has idea?