User Tools

Site Tools


software:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:windows [2021/06/03 07:37] – [How-Tos] Michele Porellisoftware:windows [2022/01/29 06:18] (current) – [How-Tos] Michele Porelli
Line 5: Line 5:
   * [[http://www.acc.umu.se/~bosse/|Windows driver examples]] - There are a lot of very interesting drivers for Windows, for example SwapFs: you can use your Linux swap partition as swap space for Windows   * [[http://www.acc.umu.se/~bosse/|Windows driver examples]] - There are a lot of very interesting drivers for Windows, for example SwapFs: you can use your Linux swap partition as swap space for Windows
 ===== How-Tos ===== ===== How-Tos =====
 +==== Restore original KMS settings ====
 +<code>cscript c:\windows\system32\slmgr.vbs /upk
 +cscript c:\windows\system32\slmgr.vbs /cpky
 +slmgr /ckms
 +slmgr /ipk VK7JG-NPHTM-C97JM-9MPGT-3V66T
 +</code>
 +==== Change KMS server ====
 +<code>cscript c:\windows\system32\slmgr.vbs -skmskms1.kms.sjsu.edu
 +cscript c:\windows\system32\slmgr.vbs -ato
 +</code>
 ==== Windows Update - Some settings are managed by your organization ==== ==== Windows Update - Some settings are managed by your organization ====
 You can just follow the instructions provided in the [[https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/common-messages.html#some-settings-managed-by-org|AWS official guide]]. Those apply for any Windows server installation, including on-premise and not using AWS in general. You can just follow the instructions provided in the [[https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/common-messages.html#some-settings-managed-by-org|AWS official guide]]. Those apply for any Windows server installation, including on-premise and not using AWS in general.
software/windows.txt · Last modified: 2022/01/29 06:18 by Michele Porelli