look for Powershell Developer
Budget: $10 – $30 USD
Hi there
I´m looking for a devloper who have good skills on PowerShell,.
The Task:
We need a commands to remove the auto installed ProvisionedPackage on Windows 11 here a example:
"there are more Apps just for exaple this 3"
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *feedback* | Remove-AppxPackage
the Point is that to Unistall the Apps that they not get installed for a new user, this mean, remove on admin and then create a new user and check if the apps are installed on new user.
in the Attachment is the Codes we used but they was work on admin but after create new user the apps was installed on new user, i was not success, so i haope u can help by this Point.
Apps must be removed by using PowerShell only !
Thanks a lot
I´m looking for a devloper who have good skills on PowerShell,.
The Task:
We need a commands to remove the auto installed ProvisionedPackage on Windows 11 here a example:
"there are more Apps just for exaple this 3"
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *feedback* | Remove-AppxPackage
the Point is that to Unistall the Apps that they not get installed for a new user, this mean, remove on admin and then create a new user and check if the apps are installed on new user.
in the Attachment is the Codes we used but they was work on admin but after create new user the apps was installed on new user, i was not success, so i haope u can help by this Point.
Apps must be removed by using PowerShell only !
Thanks a lot
Related categories:
Powershell