> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rdp.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows Shutting Down

If your Windows server is shutting down unexpectedly, it could be due to the License being expired. This will result in Windows shutting down every 30 minutes.

To resolve this issue, follow the following steps:

1. Connect to your server via RDP.
2. Open the command prompt as an administrator.

<img src="https://mintcdn.com/1337servicesgmbh/Amv7-768k8pF1ZGO/static/cmd-asadmin.png?fit=max&auto=format&n=Amv7-768k8pF1ZGO&q=85&s=2ee75e66298ebb3974a259672a461698" alt="CMD As Admin" width="877" height="723" data-path="static/cmd-asadmin.png" />

3. Run the following command to rearm the license:

```
slmgr /rearm
```

<img src="https://mintcdn.com/1337servicesgmbh/Amv7-768k8pF1ZGO/static/slmgr-rearm.png?fit=max&auto=format&n=Amv7-768k8pF1ZGO&q=85&s=e29fb0336b879dd0f2f79d850def206b" alt="Slmgr" width="976" height="509" data-path="static/slmgr-rearm.png" />

4. Restart your server.

The issue should now be resolved. If you continue to experience problems, please contact our support team for further assistance.
