Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
18.1k stars 2.05k forks source link

Windows+Print shortcut to save images not workin #430

Open Arnav171 opened 3 years ago

Arnav171 commented 3 years ago

Pls help after using this the windows + print screen shortcut used to save images is not working which appx package to add

NVM-Cody commented 3 years ago

That's Microsoft.ScreenSketch which is supposed to be whitelisted. Not sure why it removed it unless you edited your whitelist.

Maybe it deleted it and due to recover whitelisted apps not actually including Screensketch it never reinstalled? It shouldnt have deleted in the first place. You must have ran Debloat-BlackList instead of Debloating the whole system.

But if you need to reinstall ScreenSketch

Get-AppxPackage -allusers Microsoft.Windows.ScreenSketch | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Arnav171 commented 3 years ago

I used it to remove telementary, one drive disable edge and remove xbox and office things but my windows print screen wasn't working, anyways I reinstalled windows

On Wed, Sep 8, 2021, 12:03 AM NVM-Cody @.***> wrote:

That's Microsoft.ScreenSketch which is supposed to be whitelisted. Not sure why it removed it unless you edited your whitelist.

Maybe it deleted it and due to recover whitelisted apps not actually including Screensketch it never reinstalled? It shouldnt have deleted in the first place

but if you need to reinstall ScreenSketch

Get-AppxPackage -allusers Microsoft.Windows.ScreenSketch | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sycnex/Windows10Debloater/issues/430#issuecomment-914529670, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVPUJWCXDSJWWGXW2LV67VLUAZLH5ANCNFSM5DORILKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tort-oise commented 2 years ago

If you reinstalled Windows, please close this issue, as there's no fix needed.