Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall xbox game bar

#    How to use
#   In the PowerShell (Admin) console, type or copy and paste in the command below and hit Enter to output a list of Xbox packages on your system.

Get-ProvisionedAppxPackage -Online | `
Where-Object { $_.PackageName -match "xbox" } | `
ForEach-Object { Remove-ProvisionedAppxPackage -Online -AllUsers -PackageName $_.PackageName }
Comment

PREVIOUS NEXT
Code Example
Shell :: progress bar file.tar.xz extract 
Shell :: how to install steam on fedora 
Shell :: after checkout fatal: You are not currently on a branch. 
Shell :: change root password for kali 
Shell :: how to install pgadmin4 ubuntu 
Shell :: how to rename files with mv in linux 
Shell :: bash how to pass shell variables to awk 
Shell :: remove from staging git 
Shell :: powershell elevate to admin within a function 
Shell :: ls line by line terminal 
Shell :: linux screen list 
Shell :: start docker in fedora 
Shell :: navigate to drive d cmd 
Shell :: jest 
Shell :: pipe shell output to vim 
Shell :: Connecting to WSL2 server via local network 
Shell :: az login acr -n 
Shell :: how to change git author 
Shell :: find folder in linux 
Shell :: how to check current status of apache2 ubuntu 18 
Shell :: awk sum column 
Shell :: shell script in jenkins pipeline 
Shell :: cordova run device 
Shell :: install pip dockerfile 
Shell :: How to install specific Laravel version using composer 
Shell :: kill port linus 
Shell :: awk if else statement 
Shell :: shell profile 
Shell :: command to check the free disk space 
Shell :: docker build name 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =