What's Wrong With My Windows PowerShell

Anonymous
2020-04-11T06:54:44+00:00

Today I Installed Anaconda 3 On My Windows 10 Pro. After that every time I opened PowerShell I got the following Error.

. : File C:\Users\BinoyGhosh\Documents\WindowsPowerShell\profile.ps1 cannot be loaded because running scripts is

disabled on this system. For more information, see about_Execution_Policies at

https:/go.microsoft.com/fwlink/?LinkID=135170.

At line:1 char:3

+ . 'C:\Users\BinoyGhosh\Documents\WindowsPowerShell\profile.ps1'

+   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo          : SecurityError: (:) [], PSSecurityException

+ FullyQualifiedErrorId : UnauthorizedAccess

Any Help/Suggestions Appreciated. Thanks.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2020-04-11T07:50:50+00:00

    Why did PowerShell open in Conda base environment? Is it normal? And it tooks approximately 3000 ms to open every time.

    22 people found this answer helpful.
    0 comments No comments