Actualiser README.md
This commit is contained in:
17
README.md
17
README.md
@@ -1,10 +1,19 @@
|
||||
# Windows
|
||||
|
||||
## Uninstalling Windows applications via winget
|
||||
## Uninstall Windows applications provisioned
|
||||
|
||||
Uninstall Windows applications just for the current user. Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder :
|
||||
### Uninstalling Windows applications via winget
|
||||
|
||||
Uninstall Windows applications just for the current user. Run the PowerShell script `Winget-Remove-BuiltInApps.ps1` located in the powershell folder :
|
||||
|
||||
```
|
||||
powershell -ExecutionPolicy Bypass -File .\Winget-Remove-BuiltInApps.ps1
|
||||
```
|
||||
|
||||
### Uninstalling completely Windows applications
|
||||
|
||||
Uninstall Windows applications just for all users. Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder :
|
||||
|
||||
```
|
||||
powershell -ExecutionPolicy Bypass -File .\Remove-BuiltInApps.ps1
|
||||
```
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user