mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Changed Microsoft.FreshPaint to Paint3d
On lines 22 and 30 I changed the name of the app/package from Microsoft.FreshPaint to Paint3D
This commit is contained in:
parent
ac34625cc4
commit
3555fec619
@ -19,7 +19,7 @@ Function Start-Debloat {
|
||||
|
||||
#Removes AppxPackages
|
||||
Get-AppxPackage -AllUsers |
|
||||
Where-Object {$_.name -notlike "*Microsoft.FreshPaint*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.Paint3D*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.WindowsCalculator*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.WindowsStore*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.Windows.Photos*"} |
|
||||
@ -27,7 +27,7 @@ Function Start-Debloat {
|
||||
|
||||
#Removes AppxProvisionedPackages
|
||||
Get-AppxProvisionedPackage -online |
|
||||
Where-Object {$_.packagename -notlike "*Microsoft.FreshPaint*"} |
|
||||
Where-Object {$_.packagename -notlike "*Microsoft.Paint3D*"} |
|
||||
Where-Object {$_.packagename -notlike "*Microsoft.WindowsCalculator*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.WindowsStore*"} |
|
||||
Where-Object {$_.name -notlike "*Microsoft.Windows.Photos*"} |
|
||||
|
Loading…
Reference in New Issue
Block a user