Can't access settings or powershell on windows 11

Doug 1 Reputation point
2021-10-24T00:28:48.017+00:00

I have just uninstalled all personal files and reinstalled windows however I can't access my PC's settings or powershell. I am currently using windows 11. Anyway to fix this so I can access my PC's settings?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,616 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,162 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,363 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 44,776 Reputation points
    2021-10-24T15:15:08.16+00:00
    0 comments No comments

  2. Limitless Technology 39,351 Reputation points
    2021-10-27T09:19:56.967+00:00

    Hi there,

    First try opening the PowerShell after performing these steps

    Run System File Checker.
    Create a new User Account.
    Run System Restore.
    Restart and try opening the Powershell

    If PowerShell opens after this , Try re registering the Settings via PowerShell

    Open Windows PowerShell as administrator
    Paste following command and press Enter key
    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
    Once the code execution is done, you’ll see VERBOSE Operation completed in the PowerShell window . Restart & check


    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments