https://github.com/surcodev/temp
https://github.com/surcodev/temp
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/surcodev/temp
- Owner: surcodev
- Created: 2024-08-21T23:43:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-01T04:49:59.000Z (3 months ago)
- Last Synced: 2025-12-03T15:41:44.507Z (3 months ago)
- Size: 5.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
nmcli device wifi list
nmcli device wifi connect "SSID" password "PASSWORD"
```
```
Get-AppxPackage *WindowsStore* | Remove-AppxPackage
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackage
# App principal de Xbox
Get-AppxPackage *XboxApp* | Remove-AppxPackage
# Xbox Game Overlay
Get-AppxPackage *XboxGameOverlay* | Remove-AppxPackage
# Xbox Gaming Services (esto a veces no se va del todo así que cuidado)
Get-AppxPackage *GamingServices* | Remove-AppxPackage
# Xbox TCUI (Xbox identity provider)
Get-AppxPackage *Xbox.TCUI* | Remove-AppxPackage
# Xbox Game Speech Window
Get-AppxPackage *XboxSpeechToTextOverlay* | Remove-AppxPackage
# Xbox Identity Provider
Get-AppxPackage *XboxIdentityProvider* | Remove-AppxPackage
```