K
K
KaRaMiD2021-04-23 14:52:56
Windows
KaRaMiD, 2021-04-23 14:52:56

Why won't WindowsPowershell start?

I have a problem when I turn on the options, an error pops up: 6082b4a23b942817908192.png
I found a solution related to WindowsPowershell, but it opens and immediately closes for me!
Help me please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maaGames, 2021-04-23
@maaGames

Most likely, you need to allow the execution of turned scripts without a digital signature.

K
Kirill Kirik, 2021-04-23
@KoyaKoya

KaRaMiD , I hope the command line works?
To solve the problem, try these 4 steps:
1. Perform a full system scan with Windows Defender;
2. On the command line as an administrator, execute the command (there must be an Internet connection):

DISM /Online /Cleanup-Image /RestoreHealth

the system image will be restored (if it was damaged):
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth
System DISM Version: 10.0.19041.844 Image
Version: 10.0.19042.906
[=================== =======100.0%==========================]
Recovery completed successfully. Operation completed successfully.

3. Next, execute the command:
sfc /scannow

system files will be checked and restored:
PS C:\Windows\system32> sfc /scannow
System scan started. This process may take some time.
The beginning of the verification stage when scanning the system. Verification 100% complete.
Windows Resource Protection found corrupted files and repaired them successfully.

4. Restart your PC.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question