-3

How can I temporarily remove the showing of "Your Windows License Will Expire Soon" on my laptop? I am currently doing lots of things right now and I don't want to address this problem for now.

Julian
  • 886
  • 10
  • 21
Frank Lexer
  • 310
  • 1
  • 11

1 Answers1

1

try in cmd slmgr /rearm it will reset the counter to 30 days

This command can only be used several times, so you can’t indefinitely extend the trial. The number of time it can be used depends on the “rearm count,” which you can view using the slmgr.vbs /dlv command. It seems different on different versions of Windows–it was three times on Windows 7, and it seems to be five times on Windows Server 2008 R2.

Please note:

This no longer seems to work on Windows 10, which is very lenient if you don’t provide it a product key anyway. This option still works on older versions of Windows and may continue to work on other editions of Windows, such as Windows Server, in the future.

Julian
  • 886
  • 10
  • 21