# Office Remover / Deinstaller

### Beschreibung:

Office remover von einem Entwickler um alle Office Versionen gleichzeitig zu entfernen.  
Entwicklerseite:  
  
BefehL ohne Download, funktioniert natürlich nur solange die github repo vorhanden ist.  
REPO : [GitHub - Office removal](https://github.com/Admonstrator/msoffice-removal-tool)

In Einer Powershell mit Admin rechten ausführen

```
iwr https://raw.githubusercontent.com/Admonstrator/msoffice-removal-tool/main/msoffice-removal-tool.ps1 -OutFile msoffice-removal-tool.ps1; powershell -ExecutionPolicy Bypass .\msoffice-removal-tool.ps1
```