Some programs won't start (Windows 10)
Rayou2304
-
fabul Posted messages 42100 Registration date Status Modérateur Last intervention -
fabul Posted messages 42100 Registration date Status Modérateur Last intervention -
Hello, for some time now, I have a big problem with my PC: some software won't launch, nothing happens when I click on them, I already tried to run it as an Administrator but still nothing...
Thank you
Thank you
3 réponses
Hello,
With the Command Prompt (Admin) (By right-clicking the Start button), run the commands:
chkdsk /f c:
respond Y for "Yes" and restart
Then run the command sfc /scannow
Check for updates.
PS: You need to go to the taskbar settings to NOT replace the Command Prompt with PowerShell, as PowerShell does not accept all the commands from the Command Prompt.
Then you can go to Programs and Features > Turn Windows features on or off, and enable .NET Framework if it is not already enabled.
With the Command Prompt (Admin) (By right-clicking the Start button), run the commands:
chkdsk /f c:
respond Y for "Yes" and restart
Then run the command sfc /scannow
Check for updates.
PS: You need to go to the taskbar settings to NOT replace the Command Prompt with PowerShell, as PowerShell does not accept all the commands from the Command Prompt.
Then you can go to Programs and Features > Turn Windows features on or off, and enable .NET Framework if it is not already enabled.
By the way, in PowerShell, you can also launch the command prompt by typing cmd and execute all your commands this way.
Thank you.