os:windows:server16
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| os:windows:server16 [2023/03/18 19:58] – ebaer | os: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 | ||
| </ | </ | ||
| Line 17: | Line 17: | ||
| Add-AppxPackage -Path < | Add-AppxPackage -Path < | ||
| </ | </ | ||
| + | |||
| + | ===== Disable Automatic Shutdown for Trial Server ===== | ||
| + | |||
| + | <code bash> | ||
| + | psexec -i -s cmd.exe | ||
| + | #whoami | ||
| + | # | ||
| + | sc config WLMS start= disabled | ||
| + | #-> restart | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
os/windows/server16.1679165922.txt.gz · Last modified: 2023/03/18 19:58 by ebaer
