User Tools

Site Tools


os:windows:server16

This is an old revision of the document!


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

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.1680548863.txt.gz · Last modified: 2023/04/03 21:07 by titannet

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki