docker files moved to docker-compose repo

This commit is contained in:
Dobromir Popov
2023-09-03 02:09:04 +03:00
parent 3de9f98a95
commit 2d1e2dcde2
5 changed files with 8 additions and 173 deletions

8
windows/windows-setup.sh Normal file
View File

@ -0,0 +1,8 @@
# shell command to get the windows CD key
# (c) 2018 vbettag - wraper for powershell
# - requires powershell
# - requires admin rights
# shell command to get the windows CD key
# get the windows CD key
powershell -Command "(Get-WmiObject -query select * from SoftwareLicensingService).OA3xOriginalProductKey"