Windows 10: How to uninstall PowerShell in Windows 10

Discus and support How to uninstall PowerShell in Windows 10 in Windows 10 News to solve the problem; [ATTACH]PowerShell is a cross-platform task automation and configuration management which works from Command-Line. It offers all the features a Command... Discussion in 'Windows 10 News' started by WinClub, Sep 8, 2020.

  1. WinClub New Member

    How to uninstall PowerShell in Windows 10

    WinClub, Sep 8, 2020
    #1
  2. OneMoar Win User

    Windows 10 Tweaks

    @W1zzard looks like the hashing/version is different on some systems
    this syntax works better
    powershell "Get-AppxPackage *3d* | Remove-AppxPackage"
    powershell "Get-AppxPackage *bing* | Remove-AppxPackage"
    powershell "Get-AppxPackage *solit* | Remove-AppxPackage"
    powershell "Get-AppxPackage *people* | Remove-AppxPackage"
    powershell "Get-AppxPackage *zune* | Remove-AppxPackage"
    powershell "Get-AppxPackage *photos* | Remove-AppxPackage"
    powershell "Get-AppxPackage *phone* | Remove-AppxPackage"
    powershell "Get-AppxPackage *communi* | Remove-AppxPackage"
    someone already compiled all the tweaks listed into a handy choice driven .cmd file
    you can get that from here
    [Script] Windows 10 TNBT (The next big Tweak) v6.5.6 -official thread-
     
    OneMoar, Sep 8, 2020
    #2
  3. Pavan_N Win User
    Uninstall Photo app by using Powershell command

    Hi Lorraine,

    Thank you for posting your response.

    I apologize for the miscommunication. Follow the steps below and check if that helps.


    • 1. Open the Start menu, type Windows PowerShell in the search bar.

      2. Right click on the Windows PowerShell and select Run as administrator.

      3. Enter the below command to uninstall the Photo app.

      • get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage ( check the spacing)
    After performing the above steps, install the Photo app from the Windows store.

    Hope this information is helpful. Please do let us know if you need further assistance, we’ll be glad to assist you.

    Thanks
     
    Pavan_N, Sep 8, 2020
    #3
  4. AsRock Win User

    How to uninstall PowerShell in Windows 10

    Windows 10 Tweaks

    I will have to agree, as when i upgraded the fixes work and now i am using a clean install none of them work except onedrive.
     
    AsRock, Sep 8, 2020
    #4
Thema:

How to uninstall PowerShell in Windows 10

Loading...
  1. How to uninstall PowerShell in Windows 10 - Similar Threads - uninstall PowerShell

  2. Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...

    in Windows 10 Gaming
    Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...: The script I used is mentioned below:-# Define the remote computer name$remoteComputer = "COMPUTER_NAME"# Define the KB number of the patch you want to uninstall$patchKBNumber = "KB5033375"# Define the uninstall command$uninstallCommand = "wusa.exe /uninstall...
  3. Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...

    in Windows 10 Software and Apps
    Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...: The script I used is mentioned below:-# Define the remote computer name$remoteComputer = "COMPUTER_NAME"# Define the KB number of the patch you want to uninstall$patchKBNumber = "KB5033375"# Define the uninstall command$uninstallCommand = "wusa.exe /uninstall...
  4. Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...

    in Windows 10 Software and Apps
    Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...: The script I used is mentioned below:-# Define the remote computer name $remoteComputer = "COMPUTER_NAME" # Define the KB number of the patch you want to uninstall $patchKBNumber = "KB5033375" # Define the uninstall command $uninstallCommand = "wusa.exe /uninstall...
  5. Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...

    in Windows 10 Gaming
    Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...: The script I used is mentioned below:-# Define the remote computer name $remoteComputer = "COMPUTER_NAME" # Define the KB number of the patch you want to uninstall $patchKBNumber = "KB5033375" # Define the uninstall command $uninstallCommand = "wusa.exe /uninstall...
  6. How to uninstall PowerShell? Detected as trojan

    in Windows 10 Gaming
    How to uninstall PowerShell? Detected as trojan: Every time when my laptop is on I receive uncountable amount of virus alerts. All of them are saying that PowerShell is a trojan virus. How do I uninstall it or how do I fix the problem? Also the "Threat blocked" messages all the way to the bottom of this list are for...
  7. How to uninstall PowerShell? Detected as trojan

    in Windows 10 Software and Apps
    How to uninstall PowerShell? Detected as trojan: Every time when my laptop is on I receive uncountable amount of virus alerts. All of them are saying that PowerShell is a trojan virus. How do I uninstall it or how do I fix the problem? Also the "Threat blocked" messages all the way to the bottom of this list are for...
  8. How can i successfully uninstall old version of microsoft store apps using powershell...

    in Windows 10 Gaming
    How can i successfully uninstall old version of microsoft store apps using powershell...: I have been trying to deploy the below command through Sccm task sequence to all the machine but unfortunately i still find the old version of the app still there.What am l m missing?Remove-AppxPackage -allusers Microsoft.MPEG2VideoExtension_1.0.22661.0_x64__8wekyb3d8bbwe...
  9. How can i successfully uninstall old version of microsoft store apps using powershell...

    in Windows 10 Software and Apps
    How can i successfully uninstall old version of microsoft store apps using powershell...: I have been trying to deploy the below command through Sccm task sequence to all the machine but unfortunately i still find the old version of the app still there.What am l m missing?Remove-AppxPackage -allusers Microsoft.MPEG2VideoExtension_1.0.22661.0_x64__8wekyb3d8bbwe...
  10. Uninstall sponsored apps with Powershell

    in Windows 10 Gaming
    Uninstall sponsored apps with Powershell: Hi,I have written a Powershell script that installs a MAK, renames the computer, installs Windows updates, joins the company domain, and installs/uninstalls various applications and features. However, the first time Windows lands on the desktop, it starts to download various...