Windows 10: Is this a safe PowerShell Command for fixing StickyNote won't open?

Discus and support Is this a safe PowerShell Command for fixing StickyNote won't open? in Windows 10 Gaming to solve the problem; I have been searching for a fix for my StickyNote since it just loads up but then my sticky notes won't show up and the app will automatically close... Discussion in 'Windows 10 Gaming' started by Ben the Builder, Feb 1, 2024.

  1. Is this a safe PowerShell Command for fixing StickyNote won't open?


    I have been searching for a fix for my StickyNote since it just loads up but then my sticky notes won't show up and the app will automatically close itself. Then I came across this PowerShell command which was said to solve the issue:Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftStickyNotes Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$$_.InstallLocation\AppXManifest.xml” -Verbose}. My question is, is this a safe and harmless PowerShell command? and is it an effective way to fix my sticky notes issue?

    :)
     
    Ben the Builder, Feb 1, 2024
    #1

  2. windows 10 apps won,t open

    Hi Robert,

    Thanks for posting your query on Microsoft Community.

    We appreciate you for trying the troubleshooting steps.



    I suggest you to try the below steps and check if it helps.

    Step 1: Run Windows app troubleshooter.

    Refer to the below link:

    Fix problems with apps from Microsoft Store - Microsoft Support

    Step 2: Run shell commands for Windows store and check if it helps.

    Follow the below steps:


    • Press Windows key + X and select
      Command prompt(Admin)
      to open elevated Command prompt.

    • Type the following commands.



      powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

    • Hit enter, the blackscreen will appear still for a couple of seconds. After a couple of second a new line saying C:\.... will appear.

    • Close Command Prompt.

    • Try to start the Windows Store again.


    Hope it helps, reply to us with the status of your issue. We will be happy to assist you.
     
    Santosh_Rai, Feb 1, 2024
    #2
  3. cwtech Win User
    command prompt will not open in safe mode with command prompt

    Would I just follow the same steps within safe mode after hooking up to the other system?
     
    cwtech, Feb 1, 2024
    #3
  4. Kursah Win User

    Is this a safe PowerShell Command for fixing StickyNote won't open?

    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, Feb 1, 2024
    #4
Thema:

Is this a safe PowerShell Command for fixing StickyNote won't open?

Loading...
  1. Is this a safe PowerShell Command for fixing StickyNote won't open? - Similar Threads - safe PowerShell Command

  2. Is this a safe PowerShell Command for fixing StickyNote won't open?

    in Windows 10 Software and Apps
    Is this a safe PowerShell Command for fixing StickyNote won't open?: I have been searching for a fix for my StickyNote since it just loads up but then my sticky notes won't show up and the app will automatically close itself. Then I came across this PowerShell command which was said to solve the issue:Get-AppXPackage -AllUsers -Name...
  3. Both Command Prompt and Powershell won't open.

    in Windows 10 Gaming
    Both Command Prompt and Powershell won't open.: I have been having trouble opening up command prompt and Power Shell. Every time I attempted to open up command prompt, it would close immediately or it will give me the following message: ```[process exited with code 3221225477 0xc0000005]You can now close this terminal with...
  4. Both Command Prompt and Powershell won't open.

    in Windows 10 Software and Apps
    Both Command Prompt and Powershell won't open.: I have been having trouble opening up command prompt and Power Shell. Every time I attempted to open up command prompt, it would close immediately or it will give me the following message: ```[process exited with code 3221225477 0xc0000005]You can now close this terminal with...
  5. Windows Powershell won't open

    in Microsoft Windows 10 Store
    Windows Powershell won't open: My Microsoft store was uninstalled somehow off of my computer and looking up how to reinstall led me to use PowerShell but the problem is that PowerShell refuses to open with or without administrator. As soon as I attempt to open the program the window flashes and immediately...
  6. Windows Powershell won't open

    in Windows 10 Gaming
    Windows Powershell won't open: My Microsoft store was uninstalled somehow off of my computer and looking up how to reinstall led me to use PowerShell but the problem is that PowerShell refuses to open with or without administrator. As soon as I attempt to open the program the window flashes and immediately...
  7. Windows Powershell won't open

    in Windows 10 Software and Apps
    Windows Powershell won't open: My Microsoft store was uninstalled somehow off of my computer and looking up how to reinstall led me to use PowerShell but the problem is that PowerShell refuses to open with or without administrator. As soon as I attempt to open the program the window flashes and immediately...
  8. Powershell won't open

    in Windows 10 Network and Sharing
    Powershell won't open: When opening powershell I get this error below [ATTACH] I ran sfc /scannnow and it found some items that couldn't be repaired so upon looking into finding what the items were one of them was regarding powershell. I put a link to view the sfc results not only to figure...
  9. Open Cmd via PowerShell, command?

    in Windows 10 BSOD Crashes and Debugging
    Open Cmd via PowerShell, command?: Please i need to open cmd win + r and so i know i need to know how to open it via powershell pls (.bat and so i know it needs to be opened via powershell. Pls PowerShell command to open cmd? Cmd über PowerShell öffnen, Befehl?
  10. Windows modern app won't launch even after powershell command fix

    in Windows 10 Software and Apps
    Windows modern app won't launch even after powershell command fix: I've encounter that all of my windows 10 apps cannot launch. I click them in the start menu but without response. I've executed powershell command Code: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...