User Tools

Site Tools


os:windows:server16

Differences

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

Link to this comparison view

Next revision
Previous revision
os:windows:server16 [2023/03/08 09:23] – created 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>
  
 +===== Windbg preview =====
 +
 +<code>
 +https://store.rg-adguard.net/
 +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.1678263839.txt.gz · Last modified: 2023/03/08 09:23 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki