User Tools

Site Tools


os:windows:server16

Server 2016/2019

sconfig
# -> set windows updates to manual
 
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
 
choco install -y ChocolateyGUI
choco install -y virtio-drivers notepadplusplus totalcommander x64dbg.portable mingw python ruby

Windbg preview

https://store.rg-adguard.net/
Add-AppxPackage -Path <Appx_file>

Disable Automatic Shutdown for Trial Server

psexec -i -s cmd.exe
#whoami
#services.msc -> disable Windows License Monitoring Service WLMS
sc config WLMS start= disabled
#-> restart
os/windows/server16.txt · Last modified: 2023/04/07 06:52 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki