Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mendel5 authored Feb 18, 2023
1 parent 4d198e4 commit f5b9f64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Source:
- https://account.microsoft.com/services/microsoft365/install Devices logged in to Microsoft 365
- https://account.microsoft.com/devices/content Devices linked to the Microsoft Store

## Uninstall Cortana
## Remove/Uninstall Cortana
- Right click on the Windows icon in the bottom left
- Click on `Windows PowerShell (Administrator)`
- Copy the following command:
Expand All @@ -113,6 +113,16 @@ Get-AppxPackage *Microsoft.549981C3F5F10* -AllUsers | Remove-AppxPackage -AllUse
Get-AppxPackage *Microsoft.549981C3F5F10* -AllUsers | Remove-AppxPackage
```

## Remove/Uninstall Xbox
Similar to the description above.
```
Get-AppxPackage *Xbox* | Remove-AppxPackage
```

Sources:
- https://www.heise.de/forum/heise-online/Kommentare/Windows-Microsofts-Sound-Management-ist-eine-Qual/Re-Die-ins-Betriebssystem-integrierte-Xbox-Game-Bar/posting-42299195/show/
- https://www.lifewire.com/remove-xbox-app-from-windows-10-4587103

## Rename a Wired Network Connection
- Press `Win` + `R`
- Enter `regedit.exe` or simply `regedit`
Expand Down

0 comments on commit f5b9f64

Please sign in to comment.