os:windows:server16
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| os:windows:server16 [2023/03/08 09:23] – created 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 | ||
| + | </ | ||
| + | ===== Windbg preview ===== | ||
| + | |||
| + | < | ||
| + | https:// | ||
| + | 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.1678263839.txt.gz · Last modified: 2023/03/08 09:23 by ebaer
