User Tools

Site Tools


os:windows:server16

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:windows:server16 [2023/03/18 19:58] ebaeros:windows:server16 [2023/04/07 06:52] (current) ebaer
Line 8: Line 8:
  
 choco install -y ChocolateyGUI choco install -y ChocolateyGUI
 +choco install -y virtio-drivers notepadplusplus totalcommander x64dbg.portable mingw python ruby
 </code> </code>
  
Line 17: Line 17:
 Add-AppxPackage -Path <Appx_file> Add-AppxPackage -Path <Appx_file>
 </code> </code>
 +
 +===== Disable Automatic Shutdown for Trial Server =====
 +
 +<code bash>
 +psexec -i -s cmd.exe
 +#whoami
 +#services.msc -> disable Windows License Monitoring Service WLMS
 +sc config WLMS start= disabled
 +#-> restart
 +</code>
 +
 +
 +
os/windows/server16.1679165922.txt.gz · Last modified: 2023/03/18 19:58 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki