Initial deployment suite for X9.cz MSP Windows 10/11 deployment: - PowerShell scripts 00-11: admin account, bloatware removal, software (winget+Atera), system registry tweaks, default profile, personalization, scheduled tasks, BackInfo desktop info, Windows activation, PC identity/rename, network, Dell Update - Web platform: xetup.x9.cz (nginx), spec/annotation page, /dl shortlink, GitHub mirror - Forgejo Actions CI: auto-build xetup.exe on push, publish to releases/latest - Go xetup.exe: embeds all scripts/assets, per-feature checkboxes, load/save config
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"steps": {
|
|
"adminAccount": true,
|
|
"bloatware": true,
|
|
"software": true,
|
|
"systemRegistry": true,
|
|
"defaultProfile": true,
|
|
"personalization": true,
|
|
"scheduledTasks": true,
|
|
"desktopInfo": true,
|
|
"activation": true
|
|
},
|
|
"deployment": {
|
|
"timezone": "Central Europe Standard Time",
|
|
"locale": "cs-CZ"
|
|
},
|
|
"adminAccount": {
|
|
"username": "adminx9",
|
|
"password": "AdminX9.AdminX9",
|
|
"description": "X9 MSP admin account"
|
|
},
|
|
"activation": {
|
|
"productKey": "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
|
|
"kmsServer": ""
|
|
},
|
|
"software": {
|
|
"install": [
|
|
{ "name": "7-Zip", "wingetId": "7zip.7zip" },
|
|
{ "name": "Adobe Acrobat Reader","wingetId": "Adobe.Acrobat.Reader.64-bit" },
|
|
{ "name": "OpenVPN Connect", "wingetId": "OpenVPNTechnologies.OpenVPNConnect" }
|
|
]
|
|
},
|
|
"bloatware": {
|
|
"keepPackages": [
|
|
"Microsoft.WindowsCalculator"
|
|
]
|
|
},
|
|
"desktopInfo": {
|
|
"enabled": true,
|
|
"position": "bottomRight",
|
|
"fontSize": 12,
|
|
"fontColor": "#FFFFFF",
|
|
"backgroundColor": "transparent"
|
|
},
|
|
"pdfDefault": {
|
|
"forceAdobeReader": true,
|
|
"scheduledTaskEnabled": true
|
|
}
|
|
}
|