Remove last remainings of Xbox from remove-bloatware-apps

- The Xbox apps are removed by another script, so this won't affect anymore, only the old base APP
- Add last details on README
main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent fadf47b172
commit 8fde20d1f8
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -76,8 +76,8 @@ Code located in the `main` branch is considered stable, the `develop` branch con
The `Win10Script(CLI/GUI).ps1` do not make everything automatically, so follow these steps.
- Extract the `.zip` file.
- Run `OpenTerminalHere.cmd` (For beginners) or _PowerShell_ as admin on the script's root folder.
- Extract the `.zip` file to another folder.
- Run `OpenTerminalHere.cmd` (try as admin if nothing happens at all).
- Enable execution of PowerShell scripts and Unblock PowerShell scripts and modules within this directory (Down below).
### **GUI Version**

@ -133,12 +133,6 @@ function Remove-BloatwareAppsList() {
#"Microsoft.WindowsFeedbackHub" # Feedback Hub
#"Microsoft.Windows.Photos" # Photos
# [DIY] Xbox Apps and Dependencies
#"Microsoft.XboxGamingOverlay" # Xbox Game Bar
#"Microsoft.XboxIdentityProvider" # Xbox Identity Provider (Xbox Dependency)
#"Microsoft.Xbox.TCUI" # Xbox Live API communication (Xbox Dependency)
# [DIY] Common Streaming services
#"*Netflix*" # Netflix

Loading…
Cancel
Save