Windows 10: I cannot run Windows PowerShell in Admin mode using Windows Key + X

Discus and support I cannot run Windows PowerShell in Admin mode using Windows Key + X in Windows 10 Installation and Upgrade to solve the problem; Hi, Need to run Windows PowerShell in Admin mode, but I cannot select it from the Windows Key + X. Can I create a short cut on my desktop and... Discussion in 'Windows 10 Installation and Upgrade' started by Noelle Cardello, Oct 26, 2019.

  1. I cannot run Windows PowerShell in Admin mode using Windows Key + X


    Hi,


    Need to run Windows PowerShell in Admin mode, but I cannot select it from the Windows Key + X.


    Can I create a short cut on my desktop and select run in Admin Mode, (Like I did with the Command Prompt? if so does anyone know the .exe name?)


    How can I do this?


    Thank you,


    TekDiva

    :)
     
    Noelle Cardello, Oct 26, 2019
    #1
  2. mickeddie Win User

    Running Powershell as admin


    Hi. I tried this and everything was denied. Did not reboot to try it yet, but is this normal?

    I already did all the other suggested fixes - ran disc services, powershell and command promp in admin mode and ran the suggested fixes, but nothing works for me. I'll re-boot and try again, then read the rest of this thread.
     
    mickeddie, Oct 26, 2019
    #2
  3. Namslas90 Win User
    admin password?

    You can reset the Admin Password using Windows XP repair; See Here for step by step.

    *Toast :toast:
     
    Namslas90, Oct 26, 2019
    #3
  4. I cannot run Windows PowerShell in Admin mode using Windows Key + X

    Netflix app will only run on my child's user account, not admin or wife's.

    Hello Sean,

    Thank you for posting your concern in Microsoft Community and welcome to the Windows 10 family.

    From the description of the issue, I understand that you are facing issues with several functionalities in Windows 10.

    Now, please follow the below suggested methods and check if it helps to resolve the issue.

    Method 1:

    This issue may happen due to system file corruption. I suggest you to run System file checker. System File checker (SFC) scan is done to check if there are any corrupted system files that could be causing this issue. Kindly follow
    the below given steps:


    • Press Windows key + X, select
      Command prompt (Admin) to bring up elevated Command prompt.

    • In Command prompt type
      sfc/scannow
      and press enter.
    • Restart the computer.
    If no corrupted system files were found in the previous state, then I suggest you to try the following steps to employ the DISM command lines:


    • Open command prompt by pressing Windows key + X and selecting “Command prompt admin”.

    • In command prompt, type the following commands and press Enter after each command:
    DISM.exe /Online /Cleanup-image /Scanhealth

    DISM.exe /Online /Cleanup-image /Restorehealth


    • Close the command prompt and restart the PC and check if it works.
    Method 2:

    If issue persist, kindly follow the below given steps and check if it helps:

    Run these commands:


    • Press Windows key and type Powershell
      in search, right click on it and Open as administrator .

    • Type the following command in Powershell and hit enter:

      Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    Hope the above information was helpful. If you need further assistance, please do let us know and we would be happy to help you further.

    Thank You.
     
    Sayan_Ghosh, Oct 26, 2019
    #4
Thema:

I cannot run Windows PowerShell in Admin mode using Windows Key + X

Loading...
  1. I cannot run Windows PowerShell in Admin mode using Windows Key + X - Similar Threads - cannot run PowerShell

  2. Command Prompt and Powershell will ONLY Run as Admin

    in Windows 10 Gaming
    Command Prompt and Powershell will ONLY Run as Admin: I am unable to open either Command Prompt or Powershell normally. If I select the "Run as Administrator" option they will both run fine. When I try to run them the box comes up for about 2 seconds and then closes. Nothing is ever displayed in the box.The problem is that I...
  3. Windows Powershell Admin

    in Windows 10 Gaming
    Windows Powershell Admin: i can't open Windows Powershell it's says that the app is not installed does anyone knows how to fix this https://answers.microsoft.com/en-us/windows/forum/all/windows-powershell-admin/c3c92fc2-cd09-45e2-b536-546a8d7594a7
  4. Windows Powershell Admin

    in Windows 10 Software and Apps
    Windows Powershell Admin: i can't open Windows Powershell it's says that the app is not installed does anyone knows how to fix this https://answers.microsoft.com/en-us/windows/forum/all/windows-powershell-admin/c3c92fc2-cd09-45e2-b536-546a8d7594a7
  5. PowerShell file run with admin rights

    in Windows 10 Support
    PowerShell file run with admin rights: I made a script in PowerShell and I have to run with admin rights. I also made a shortcut of that file and with right click -> properties, shortcut tab -> advanced -> run as admin is disabled. How can I run a ps1. file (PowerShell file) with admin rights ? (see picture) 182480
  6. Cannot run powershell as admin - program is missing but can as basic user

    in Windows 10 Network and Sharing
    Cannot run powershell as admin - program is missing but can as basic user: This is weird. When I try to run powershell as admin, after typing powershell after clicking on the start button, I get a message the program cannot be found or is missing ??. When I just choose to run it as a basic user powershell runs just fine. Can't do anything with...
  7. cannot run as admin

    in Windows 10 BSOD Crashes and Debugging
    cannot run as admin: For several months I have NOT been able to run anything as admin. If I search for "cmd", right-click it in the search results and select run as admin nothing happens. If I select "run" a CMD window will open. If I boot to safemode still I cannot run as admin. At...
  8. Issue with "PermissionDenied" with PowerShell 5.1 running as Admin

    in Windows 10 Customization
    Issue with "PermissionDenied" with PowerShell 5.1 running as Admin: Hi, How do I modify or fix directories with a Mode of 'd--hsl' to allow the administrator to access? I'm using PowerShell 5.1 run as Administrator. Mode LastWriteTime Length Name ---- ------------- ------ ---- d--h--...
  9. I USED WINDOWS POWERSHELL WITHOUT CLOSING RUNNING APPS!

    in Windows 10 Customization
    I USED WINDOWS POWERSHELL WITHOUT CLOSING RUNNING APPS!: Hello. I have recently learned that you can uninstall windows default apps using Powershell. So I did just that. Only, to my horror, I realized that I was supposed to close other running apps before doing so. I had chrome open with a list of commands to input, and deleted the...
  10. Fix: Cannot run Executables with parameters using PowerShell

    in Windows 10 Tutorials
    Fix: Cannot run Executables with parameters using PowerShell: When running a command in-line PowerShell with parameters usually you would do this like & "ipconfig.exe /all". When you run it like that you will get the error saying that it is not recognized. & : The term 'ipconfig.exe /all' is not recognized as the name of a cmdlet,...