Saturday 28 March 2020

How to solve launching problem in Windows 10?


How to solve launching problem in Windows 10?

here we suggest some method to you resolve your issue form your system.
Method1:Check your Perform a sfc scan on the computer if there are any corruptions on the computer .
Run the System File Checker tool (SFC.exe)
To do this, follow these steps:
1.Open an elevated command prompt. To do this, do the following as your appropriate:
In windows 10,windows 7, or windows vista To do this,
click Start, type Command Prompt or cmd in the Search box, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
Type the following command, and then press Enter.  It may take several minutes for the command operation to be completed.


DISM.exe /Online /Cleanup-image /Restorehealth

2.When you run this command, DISM uses Windows Update to provide the files that are required to fix corruptions.
To do this, run the following command instead:

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess


3.At the command prompt, type the following command, and then press ENTER:

sfc /scannow

After the process is finished, you may receive one of the following messages:
Windows Resource Protection did not find any integrity violations.
This means that you do not have any missing or corrupted system files.
Method 2:
Run Power shell Command
Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC.
Click File > Run New Task
Make sure you have a check mark beside “Create this task with administrative privileges”
Type Powershell
Type the following in the Powershell prompt:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.When it finishes, try hitting Start and hopefully it’ll start working.
Please reply with the results. I will be glad to help you further.

or you apply different Method

Method 1:


Perform full system scan using Windows Defender or Anti-virus software.

Method 2: Perform a Clean Boot and find out which application/service is causing this issue.

See More Microsoft-windows-solution

0 comments:

Post a Comment