Windows 10: PowerShell

Discus and support PowerShell in Windows 10 Performance & Maintenance to solve the problem; I have a 64-bit laptop running Win 10 Home. I just notice in All apps, there is an entry of PowerShell and PowerShell (x86). I realize the former... Discussion in 'Windows 10 Performance & Maintenance' started by davidhk, Jun 13, 2016.

  1. davidhk Win User

    PowerShell


    I have a 64-bit laptop running Win 10 Home.

    I just notice in All apps, there is an entry of PowerShell and PowerShell (x86).
    I realize the former is for 64-bit and the latter is for 32-bit.

    Question :
    In my 64-bit laptop, when I open PowerShell, which one am I actually using ?

    example : If I go ...........
    Elevated command prompt > Powershell
    Which one will that be ? 32 or 64 ?

    Assuming I can use both, is there a circumstance that I must use the 64-bit PowerShell ?

    :)
     
    davidhk, Jun 13, 2016
    #1
  2. BulldogXX Win User

    Powershell

    Powershell is just a shell - by itself it takes up virtually zero of your computer's resources. What you need to be concerned about is: What is using Powershell? If you're not using it ... who is?
     
    BulldogXX, Jun 13, 2016
    #2
  3. OsmaniLoy Win User
    Powershell

    Windows Powershell is eating half of my cpu.

    I already disable it, but it is still running.
     
    OsmaniLoy, Jun 13, 2016
    #3
  4. PowerShell

    TairikuOkami, Jun 13, 2016
    #4
  5. CountMike New Member
    Power shell x64 on top (Title) bar says only Power shell while Power shell x86 it says "Power shell(x86)" .
     
    CountMike, Jun 14, 2016
    #5
  6. davidhk Win User
    No idea to whom you were addressing .
    If it was meant for me, you lost me.
    PowerShell is meant for 64-bit and PowerShell (x86) is for 32-bit..................... I gather that, post #1.
     
    davidhk, Jun 14, 2016
    #6
  7. CountMike New Member
    Yes you are right it was answer to your post and info for others. And yes x86 always meant it's a 32bit, program, APP, driver, OS, CPU etc.
     
    CountMike, Jun 14, 2016
    #7
  8. davidhk Win User

    PowerShell

    ........................ and apps will choose needed ..........................

    That does not seem to answer my question.
    My question is : if I open Elevated Command prompt > then type powershell > which powershell will be on the command prompt screen ?
     
    davidhk, Jun 14, 2016
    #8
  9. CountMike New Member
    Open either one of them.
    If in title bar you see "Power Shell", it's 64 bit. If you see "Power shell(x86)", it's 32 bit version. No matter where you start it from, it shows like that.
    If you substitute "Command prompt" in the Start right click menu with "Power shell", on a 64bit windows it will be 64bit version and in 32bit windows it will be 32bit (x86).
     
    CountMike, Jun 14, 2016
    #9
  10. davidhk Win User
    OK.
    Thank you.
     
    davidhk, Apr 4, 2018
    #10
Thema:

PowerShell

Loading...
  1. PowerShell - Similar Threads - PowerShell

  2. Assigning a Manager with PowerShell Graph – Manager Not Found

    in Windows 10 Gaming
    Assigning a Manager with PowerShell Graph – Manager Not Found: Hi everyone,We are currently refactoring our PowerShell scripts to align with Microsoft's recommended standards. In our script that creates new users in Azure Active Directory AAD via Microsoft Graph, we’re having trouble assigning a manager to a new user.Whether we try using...
  3. Assigning a Manager with PowerShell Graph – Manager Not Found

    in Windows 10 Software and Apps
    Assigning a Manager with PowerShell Graph – Manager Not Found: Hi everyone,We are currently refactoring our PowerShell scripts to align with Microsoft's recommended standards. In our script that creates new users in Azure Active Directory AAD via Microsoft Graph, we’re having trouble assigning a manager to a new user.Whether we try using...
  4. Was mache ich wenn in der PowerShell Befehle fehlen?

    in Windows 10 Gaming
    Was mache ich wenn in der PowerShell Befehle fehlen?: Hallöchen,meine PowerShell verweigert den Dienst. Computerverwaltung Lokal Admin:Timeout bei der Namensauflösung für den Namen t-ring-fdv2.msedge.net, nachdem keiner der konfigurierten DNS-Server geantwortet hat. Ereignis-ID:1024Ok habe bei Microsoft:...
  5. Was mache ich wenn in der PowerShell Befehle fehlen?

    in Windows 10 Software and Apps
    Was mache ich wenn in der PowerShell Befehle fehlen?: Hallöchen,meine PowerShell verweigert den Dienst. Computerverwaltung Lokal Admin:Timeout bei der Namensauflösung für den Namen t-ring-fdv2.msedge.net, nachdem keiner der konfigurierten DNS-Server geantwortet hat. Ereignis-ID:1024Ok habe bei Microsoft:...
  6. Windows PowerShell Error 80070002

    in Windows 10 Gaming
    Windows PowerShell Error 80070002: I am once again back for some Microsoft wisdom!I am trying to push out updates to my users and have a small few that are showing the error "Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002."Additionally when I remote into the...
  7. Windows PowerShell Error 80070002

    in Windows 10 Software and Apps
    Windows PowerShell Error 80070002: I am once again back for some Microsoft wisdom!I am trying to push out updates to my users and have a small few that are showing the error "Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002."Additionally when I remote into the...
  8. Powershell command execution in the background

    in Windows 10 Gaming
    Powershell command execution in the background: Hi,We can see powershell transcript generated however how can we find what process triggered that execution? It seems to be generated hourly. What can be seen in the transcript is that it is running "PS>Get-Process Select-Object -Property ProcessName"The transcript output as...
  9. Powershell command execution in the background

    in Windows 10 Software and Apps
    Powershell command execution in the background: Hi,We can see powershell transcript generated however how can we find what process triggered that execution? It seems to be generated hourly. What can be seen in the transcript is that it is running "PS>Get-Process Select-Object -Property ProcessName"The transcript output as...
  10. PowerShell 5.1 Parser Bug: Failure to Parse UTF-8 No BOM Script Containing Unicode Characters

    in Windows 10 Software and Apps
    PowerShell 5.1 Parser Bug: Failure to Parse UTF-8 No BOM Script Containing Unicode Characters: I don't have access to the feedback hub, so I thought I would post this bug information here in hopes that someone else can report it:Steps to reproduce:1 Save the following script as UTF-8 without BOM this issue will only occur when run as a script that was not saved as ANSI...