Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

Windows Server 2025 評価版ライセンスの有効期限を延長する

0
Posted at

はじめに

Windows Server 2025 評価版ライセンスの有効期限を延長する方法の備忘録です。

環境

コマンド

評価版ライセンスの有効期限が切れると 1 時間毎に強制再起動されます。以下のコマンドでライセンスの確認や有効期限の延長が可能です。

# 現在のライセンスの有効期限を確認する
slmgr /dli
# 有効期限のリセット可能回数を確認する
slmgr /dlv
# ライセンスの有効期限をリセットする
slmgr -rearm

おわりに

Windows Server 2022 の時は最大 6 回リセットで合計 1260 日間も試用できましたが、Windows Server 2025 では最大リセット回数が 1 に減ったようです。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?