diff --git a/web/data/descriptions.json b/web/data/descriptions.json
index c06c898..7346a78 100644
--- a/web/data/descriptions.json
+++ b/web/data/descriptions.json
@@ -28,7 +28,7 @@
"7-zip-7zip-7zip": "Installs 7-Zip (winget ID: 7zip.7zip). Used for archive management. Silent install with --accept-package-agreements --accept-source-agreements flags required for unattended deployment.",
"adobe-acrobat-reader-64-bit-adobe-acroba": "Installs Adobe Acrobat Reader DC 64-bit (Adobe.Acrobat.Reader.64-bit). Required as the default PDF viewer to prevent Edge from handling PDFs in browser mode, which limits functionality.",
"openvpn-connect-openvpntechnologies-open": "Installs OpenVPN Connect client. Used for client VPN access when the client network requires a VPN. The ovpn profile and credentials are configured separately per client.",
- "atera-agent-install": "Atera RMM agent installed via msiexec /qn. Download: Invoke-WebRequest from https://x9.servicedesk.atera.com/api/utils/agent-install/windows/?cid=31&aeid=50b72e7113e54a63ac76b96c54c7e337. Agent enables MSP monitoring, remote access, and ticketing integration with the Atera dashboard.",
+ "atera-agent-install": "Downloads Atera MSI from x9.servicedesk.atera.com and installs via msiexec /qn. During install the Atera MSI shows an interactive MFA window - the technician enters the 2FA code to complete agent registration. Agent enables MSP monitoring, remote access, and ticketing integration with the Atera dashboard.",
"adobe-pdf-default-pdf-acrord32-po-instal": "Sets .pdf -> AcroRd32 file association after Acrobat install via HKCR (system-wide, no UserChoice hash issue). UCPD driver is stopped immediately before the write and restarted after to ensure the association persists across Edge updates.",
"ucpd-sys-kernel-driver-od-feb-2024-bloku": "UCPD.sys (User Choice Protection Driver) is stopped before the PDF association write and restarted after. Pattern: Stop-Service ucpd -> set HKCR\\.pdf -> Start-Service ucpd. Implemented in this script."
}
@@ -74,27 +74,6 @@
"explorer-fullpath-1-cabinetstate": "FullPath=1 in HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CabinetState. Displays the full directory path (e.g. C:\\Users\\jan\\Documents\\Projekty) in the File Explorer title bar instead of just the folder name."
}
},
- "05-personalization": {
- "synopsis": "Sets system colors, wallpaper, and visual theme.",
- "description": "Applies X9.cz visual identity: dark taskbar/Start with accent color #223B47\n(deep blue-gray), light app mode, no transparency. Wallpaper is set to a solid\ncolor matching the accent. BackInfo.exe (Step 07) overwrites the wallpaper with\na live system info BMP on every logon - solid color is only the fallback.",
- "items": {
- "system-tema-taskbar-start-dark": "SystemUsesLightTheme=0 in Themes\\Personalize. Dark mode for shell (taskbar, Start menu, Action Center, notification area). Does NOT affect application windows - those stay light. Reduces eye strain in dim environments.",
- "aplikacni-tema-light": "AppsUseLightTheme=1. Application windows (File Explorer, Settings, Calculator, etc.) use white/light backgrounds. Majority of business applications (Office, browsers) also respect this and show light mode.",
- "accent-barva-223b47-tmave-modroseda": "AccentColor DWORD = 0xFF473B22 (stored as ABGR: A=FF, B=47, G=3B, R=22). The deep blue-gray #223B47 is the X9.cz brand color, also used as the solid wallpaper background.",
- "accent-barva-na-start-a-taskbaru-ano": "ColorPrevalence=1. Applies accent color to taskbar background and Start menu surface. The taskbar becomes the brand color instead of default black, creating a distinct recognizable look on X9.cz-deployed machines.",
- "pruhlednost-vypnuta": "EnableTransparency=0. Disables Aero translucency on taskbar and Start. Improves text readability on the taskbar, reduces subtle GPU usage, and looks more professional/consistent on business machines.",
- "tapeta-jednobarevna-223b47-bez-obrazku": "Wallpaper set to solid color #223B47 via SystemParametersInfo(SPI_SETDESKWALLPAPER). BackInfo.exe generates a BMP with hostname, username, OS, network info and sets it as wallpaper on every logon. Solid color = fallback only."
- }
- },
- "06-scheduled-tasks": {
- "synopsis": "Registers logon scheduled tasks to maintain per-user settings that Windows resets.",
- "description": "Creates scheduled tasks under Task Scheduler that run at user logon (and optionally\non a timer) to enforce settings that Windows tends to revert. Tasks are registered\nin the Default profile task store so new user accounts inherit them automatically.\nNote: PDF-DefaultApp task has been removed - PDF default is set once during deployment.",
- "items": {
- "showalltrayicons-pri-logonu-kazdou-1-min": "Task 'ShowAllTrayIcons': runs at logon, repeats every 1 minute. Sets HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\EnableAutoTray=0. Windows 11 re-enables auto-hiding of tray icons after updates and sometimes after logon - the 1-min repeat ensures permanent override.",
- "unlockstartlayout-jednou-po-aplikaci-lay": "Task 'UnlockStartLayout': runs once, 30 seconds after logon. Clears the Start menu layout lock bit that is set when ConfigureStartPins is applied. Without this, users cannot pin or unpin apps from Start after deployment.",
- "pdf-defaultapp-pri-kazdem-logonu": "REMOVED. PDF default is set once during deployment (step 02) with UCPD service stopped. The scheduled task is no longer needed."
- }
- },
"07-backinfo": {
"synopsis": "Deploys BackInfo.exe to C:\\Program Files\\Backinfo\\ and configures auto-start.",
"description": "Copies the BackInfo folder from assets to Program Files, writes the OS name\nto the registry (HKLM\\SOFTWARE\\BackInfo\\OSName) so BackInfo can display it,\nand creates a Startup shortcut so BackInfo launches on every user logon.\nBackInfo renders a BMP wallpaper overlay with hostname, username, OS, HW info,\nand network info - configured via BackInfo.ini.",
diff --git a/web/index.html b/web/index.html
index c727a53..8f8e199 100644
--- a/web/index.html
+++ b/web/index.html
@@ -172,6 +172,14 @@
Win10 + Win11, OEM i cisty install, funguje offline.
+
+ Technik spusti xetup.exe
+ na novem PC a aplikace projde vsemi kroky sama – bloatware, software (winget),
+ systemova nastaveni, aktivace Windows, prejmenovani, vicekolove Windows Update.
+ Po dokonceni prijde emailovy report na net@x9.cz.
+ Technik muze mezitim pracovat jinde.
+
+
Zobrazit specifikaci
Git repozitar
diff --git a/web/spec/index.html b/web/spec/index.html
index 797fb7d..a9146f0 100644
--- a/web/spec/index.html
+++ b/web/spec/index.html
@@ -499,9 +499,7 @@
01 – Bloatware
02 – Software (winget)
03 – Registry (HKLM)
-
04 – Default Profile
-
05 – Personalizace
-
06 – Scheduled Tasks
+
04 – Default Profile + Personalizace
07 – BackInfo
08 – Aktivace Windows
09 – PC identita
@@ -521,8 +519,8 @@
Specifikace & anotace
@@ -654,31 +652,36 @@
| Taskbar: zarovnat vlevo (TaskbarAl = 0) | Win11 default je center |
| Taskbar: skryt Search, Copilot, Task View, Widgets, Chat | OK |
- | Taskbar: zobrazit vsechny ikonky v tray (Scheduled task) | ShowAllTrayIcons |
+ | Taskbar: zobrazit vsechny ikonky v tray (EnableAutoTray = 0) | Win11 periodicky znovu skryva tray ikony po updatu |
| Taskbar: explicitni pinlist (TaskbarLayoutModification.xml) | default/user: Pruzkumnik + Edge; admin: Pruzkumnik + Edge + PowerShell. PinListPlacement="Replace" – prazdny seznam by dovoloval Windows pridat Store a dalsi vychozi. |
| Explorer: zobrazovat pripony souboru (HideFileExt = 0) | OK |
| Explorer: otevrit na This PC (LaunchTo = 1) | OK |
+ | Explorer: ShowRecent = 0, ShowFrequent = 0 | Skryt nedavne a caste soubory v Quick Access |
+ | Explorer: FullPath = 1 (CabinetState) | Zobrazovat plnou cestu v titulku okna Explorera |
| Start menu: vyprazdnit piny (Win11) | ConfigureStartPins = {"pinnedList":[]} |
| Start menu: zakaz Bing vyhledavani | DisableSearchBoxSuggestions = 1 |
| Copilot: zakaz (TurnOffWindowsCopilot = 1) | OK |
| NumLock zapnout pri startu (InitialKeyboardIndicators = 2) | OK |
- | Accent barva na titulnich listech (ColorPrevalence = 1) | OK |
- | OneDrive RunOnce klic je tady – smazat | Opraveno – blok odstranen ze scriptu (brani reinstalaci pres M365) |
- | Explorer: ShowRecent = 0, ShowFrequent = 0 | Skryt nedavne a caste soubory v Quick Access |
- | Explorer: FullPath = 1 (CabinetState) | Zobrazovat plnou cestu v titulku okna Explorera |
+ | System tema (taskbar, Start): Dark | OK |
+ | Aplikacni tema: Light | OK |
+ | Accent barva: #223B47 (tmave modroseda) | AccentColor DWORD = 0xFF473B22 (ABGR) |
+ | Accent barva na Start a taskbaru (ColorPrevalence = 1) | OK |
+ | Pruhlednost: vypnuta (EnableTransparency = 0) | OK |
+ | Tapeta: jednobarevna #223B47; Wallpaper="" v default hive | BackInfo prepise tapetu svym BMP; prazdny retezec = solid barva, ne cerna plocha |
+ | OneDrive RunOnce klic odstranen | Odstraneni branil reinstalaci pres M365 – klice smazany ze skriptu |
Metoda: reg load HKU\DefaultProfile C:\Users\Default\NTUSER.DAT
→ zapsat zmeny → reg unload HKU\DefaultProfile.
- Tato operace musi probihat PRED prvnim prihlasenim uzivatele.
- Aktualne prihlaseny uzivatel dostava zmeny pres primy zapis do HKCU.
+ Personalizace (barvy, tapeta) je soucasti tohoto kroku – jeden hive load/unload,
+ zadna kontigence s dalsimi skripty. BackInfo.exe (krok 07) prepise tapetu BMP pri kazdem logonu.
-
-
-
-
-
- | System tema (taskbar, Start): Dark | OK |
- | Aplikacni tema: Light | OK |
- | Accent barva: #223B47 (tmave modroseda) | OK |
- | Accent barva na Start a taskbaru: ano | OK |
- | Pruhlednost: vypnuta | OK |
- | Tapeta: jednobarevna #223B47 (bez obrazku) | BackInfo prepise tapetu svym BMP |
- | Wallpaper="" v default hive (oprava cerne tapety) | Bez tohoto klice novy uzivatel zdedi neplatnou cestu k tapete a dostane cernou plochu. Prazdny retezec = solid barva z Control Panel\Colors\Background |
-
-
- BackInfo.exe (STEP 07) prepise tapetu BMP se systemovymi informacemi.
- Jednobarevna tapeta je fallback pro pripad, ze BackInfo nedobehne nebo se nespusti.
-
-
-
-
-
-
-
-
-
-
- | ShowAllTrayIcons – pri logonu + kazdou 1 min | Win11 automaticky skryva tray ikony |
- | UnlockStartLayout – jednou po aplikaci layoutu | Odemkne Start menu pro uzivatelske zmeny |
- | PDF-DefaultApp pri kazdem logonu – odstranen | PDF asociace nastavena jednou v kroku 02 (UCPD stop/start). Task nebyl nutny. |
-
-
-
-
-
@@ -1154,8 +1109,6 @@
'step-02': '02-software',
'step-03': '03-system-registry',
'step-04': '04-default-profile',
- 'step-05': '05-personalization',
- 'step-06': '06-scheduled-tasks',
'step-07': '07-backinfo',
'step-08': '08-activation',
'step-09': '09-pc-identity',