Win 10 - Parameters - Devices - not showing

Gu 1 Reputation point
2020-11-01T20:30:56.703+00:00

Win 10 Ent Ltsc 1809 + all updates.

I click Start, Parameters - Devices - not showing. For a second shows and at once closes.
Other buttons work normally.

This is (PS, admin), not working:

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

What it is possible to make?

p.s. sorry bad English

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,573 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Jenny Feng 14,126 Reputation points
    2020-11-02T02:36:56.817+00:00

    Hi,

    If possible, please take a screenshot for the button not showing and upload directly so that I can do further analysis based on the image.

    The issue might occur because the AppX Deployment Service was disabled. Here's how to enable it:

    1. Press WIN + R, type in 'regedit' and and press Enter
    2. Navigate the following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppXSvc
    3. On the right hand double-click on Start
    4. Set it to 2 and press OK
    5. Now, restart your computer.

    Hope above information can help you.

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. Gu 1 Reputation point
    2020-11-02T16:44:19.39+00:00

    1/ screenshot
    36867-%D0%B1%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B8.png

    2/ U №1-5 (Your council has not helped)

    36830-%D0%B1%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B82.png

    0 comments No comments

  3. Jenny Feng 14,126 Reputation points
    2020-11-05T08:29:06.777+00:00

    @Gu
    Hi,

    Several potential solutions to this issue are listed below.

    1.Try to open the Settings app using the following methods:

    Click the Start icon and select Settings.
    Click the Start icon, type Settings, and select the app from the list
    Right-click the Start icon and select Settings from the menu
    Press the Windows and I keys together simultaneously
    Press the Windows and R keys together simultaneously to open a run box and type ms-settings and hit the OK button
    Open a Command Prompt or Powershell with administrator rights, type start ms-settings, and press Enter
    Click the Action Center icon on the Taskbar, then click All Settings

    If any of the above methods is successful, choose Update & Security and then select Troubleshoot. Look through the list for the troubleshooter that addresses your particular issue

    If you still cannot open Settings, proceed to the next step
    2.Run a System File Check on your operating system. Open a command prompt/PowerShell with administrator rights, type sfc /scannow, and then press Enter. Once the file check completes, attempt to open Settings

    3.Reinstall the Settings app. Open a command prompt/PowerShell with administrator rights, type the following command, and then press Enter. This should re-register and reinstall all the Windows 10 apps

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

    Log in as another user with administrator rights. If you can open the Settings app in that account, create a user account for yourself and delete the old account

    If none of the previous solutions resolved the issue, reinstall your operating system.

    Also, you could update to the latest version 20H2.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.