Windows 10: Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands...

Discus and support Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands... in Windows 10 Software and Apps to solve the problem; The script I used is mentioned below:-# Define the remote computer name $remoteComputer = "COMPUTER_NAME" # Define the KB number of the patch you want... Discussion in 'Windows 10 Software and Apps' started by Kajal Keshwar, Dec 20, 2023.

  1. 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 /kb:$patchKBNumber /quiet /norestart" # Invoke the command on the remote computer Invoke-Command -ComputerName $remoteComputer -ScriptBlock { param$uninstallCmd Invoke-Expression $uninstallCmd } -ArgumentList $uninstallCommandError logs:- There were no logs as such , but the patch was still existing in the machine.

    :)
     
    Kajal Keshwar, Dec 20, 2023
    #1
  2. 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, Dec 20, 2023
    #2
  3. Pavan_N Win User
    Uninstall Photo app by using Powershell command

    Hi Lorraine,

    Thank you for posting in Microsoft Community.

    This issue might have occurred because of wrong command. I suggest you to follow the steps below and check if that helps.

    • Right click on Start button and select Command prompt (admin).
    • Type the command get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage hit
      Enter.

    Note: Before performing these steps close all the application and 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, Dec 20, 2023
    #3
  4. Kursah Win User

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

    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, Dec 20, 2023
    #4
Thema:

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

Loading...
  1. Hi, I have an issue uninstalling the buggy patchKB5033375 using powershell commands... - Similar Threads - issue uninstalling buggy

  2. Uninstall Microsoft Solitaire collection USING PowerShell command and version

    in Windows 10 Gaming
    Uninstall Microsoft Solitaire collection USING PowerShell command and version: Hello Community,Today stuck with issue, that can't uninstall Microsoft Solitaire collection from one of end user PC Windows 10 by trying couple command line, but no one works.=> Get-AppxPackage *solitairecollection* -AllUsers Remove-AppxPackage => Get-appxpackage...
  3. Uninstall Microsoft Solitaire collection USING PowerShell command and version

    in Windows 10 Software and Apps
    Uninstall Microsoft Solitaire collection USING PowerShell command and version: Hello Community,Today stuck with issue, that can't uninstall Microsoft Solitaire collection from one of end user PC Windows 10 by trying couple command line, but no one works.=> Get-AppxPackage *solitairecollection* -AllUsers Remove-AppxPackage => Get-appxpackage...
  4. I cant use Clear content command on Powershell

    in Windows 10 Gaming
    I cant use Clear content command on Powershell: I want to clear contents of the specific location in Program Files x86\steam.My desired command aligns as: clc –path C:\"Program Files x86"\Steam\userdata\[My Steam ID]\440\remote*so the full console interface goes like:PS C:\Program Files x86\Steam\userdata\[My Steam...
  5. I cant use Clear content command on Powershell

    in Windows 10 Software and Apps
    I cant use Clear content command on Powershell: I want to clear contents of the specific location in Program Files x86\steam.My desired command aligns as: clc –path C:\"Program Files x86"\Steam\userdata\[My Steam ID]\440\remote*so the full console interface goes like:PS C:\Program Files x86\Steam\userdata\[My Steam...
  6. 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...
  7. 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...
  8. 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...
  9. Uninstall Notepad using PowerShell, Command Prompt or Settings app in Windows 10

    in Windows 10 News
    Uninstall Notepad using PowerShell, Command Prompt or Settings app in Windows 10: [ATTACH]Notepad has been the default text editor for the Windows operating system s as […] This article Uninstall Notepad using PowerShell, Command Prompt or Settings app in Windows 10 first appeared on TheWindowsClub.com. read more...
  10. Use "Command Prompt" instead of "PowerShell"

    in Windows 10 Customization
    Use "Command Prompt" instead of "PowerShell": Hi! I'm using Windows 10 version 1807, In this version, the option "Open in Command Prompt" fully removed from Explorer, in "File" menu and [Shift]+[Right Click] menu, And there's no option to get it back in Settings, only there's an option for [Alt]+[X] menu. I have to...