Title: Installation Issues - The configuration unit failed due to an internal error: -2146233079 · Issue #86 · microsoft/WindowsDeveloperConfig · GitHub
Open Graph Title: Installation Issues - The configuration unit failed due to an internal error: -2146233079 · Issue #86 · microsoft/WindowsDeveloperConfig
X Title: Installation Issues - The configuration unit failed due to an internal error: -2146233079 · Issue #86 · microsoft/WindowsDeveloperConfig
Description: I keep getting errors when attempting to install the default developer profile using the instructions on Windows Dev Config Error The configuration unit failed due to an internal error: -2146233079 The text associated with this error cod...
Open Graph Description: I keep getting errors when attempting to install the default developer profile using the instructions on Windows Dev Config Error The configuration unit failed due to an internal error: -2146233079...
X Description: I keep getting errors when attempting to install the default developer profile using the instructions on Windows Dev Config Error The configuration unit failed due to an internal error: -2146233079...
Opengraph URL: https://github.com/microsoft/WindowsDeveloperConfig/issues/86
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Installation Issues - The configuration unit failed due to an internal error: -2146233079","articleBody":"I keep getting errors when attempting to install the default developer profile using the instructions on [Windows Dev Config ](https://github.com/microsoft/WindowsDeveloperConfig#%EF%B8%8F-windows-dev-config)\n\n## Error\n\n``` txt\nThe configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\n```\n\nThe initial script runs fine with out error for a while, then throws the above error when installing a component, and then fails with the same error on every component install after that or fails with a missing dependency error.\n\n## Console log\n```\n # Git already installed:\n git clone https://github.com/microsoft/WindowsDeveloperConfig.git\nCloning into 'WindowsDeveloperConfig'...\nremote: Enumerating objects: 989, done.\nremote: Counting objects: 100% (307/307), done.\nremote: Compressing objects: 100% (81/81), done.\nremote: Total 989 (delta 271), reused 226 (delta 226), pack-reused 682 (from 2)\nReceiving objects: 100% (989/989), 604.53 KiB | 609.00 KiB/s, done.\nResolving deltas: 100% (499/499), done.\n cd WindowsDeveloperConfig\n \n # Otherwise, download and extract the ZIP:\n Invoke-WebRequest -Uri https://github.com/microsoft/WindowsDeveloperConfig/archive/refs/heads/main.zip -OutFile WindowsDeveloperConfig.zip\n Expand-Archive .\\WindowsDeveloperConfig.zip -DestinationPath .\n cd .\\WindowsDeveloperConfig-main\n winget configure -f .\\windows-dev-config\\dev-config.winget --accept-configuration-agreements --disable-interactivity\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [InstallWslComponents]\n Enable running Windows PowerShell 5.1 scripts inline\n Settings:\n testScript: # If vmcompute is present, VMP is active — components already installed.\n$svc = Get-CimInstance -ClassName Win32_Service -Filter \"Name='vmcompute'\"\nreturn [bool]$svc\n getScript: $svc = Get-CimInstance -ClassName Win32_Service -Filter \"Name='vmcompute'\"\nreturn @{ vmcomputePresent = [bool]$svc }\n setScript: Write-Host \"InstallWslComponents: running wsl --install --no-distribution...\"\n# Launch wsl.exe directly WITHOUT -NoNewWindow and WITHOUT -RedirectStandard*\n# so Start-Process allocates a fresh console (CREATE_NEW_CONSOLE), which\n# wsl's install bootstrap requires. The dscv3 host has no console to\n# inherit, so -NoNewWindow (or -RedirectStandardOutput, which also…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [RebootForVmp]\n Enable running Windows PowerShell 5.1 scripts inline\n Dependencies: InstallWslComponents\n Settings:\n testScript: # vmcompute (Hyper-V Host Compute Service) is registered once Virtual\n# Machine Platform is active post-reboot. Presence alone is sufficient\n# — no need to check if it is running.\n$svc = Get-CimInstance -ClassName Win32_Service -Filter \"Name='vmcompute'\"\nreturn [bool]$svc\n getScript: # Get-CimInstance returns $null without error when the service doesn't\n# exist (unlike Get-Service, which sets HadErrors at the hosting layer\n# even with -ErrorAction Ignore or try/catch).\n$svc = Get-CimInstance -ClassName Win32_Service -Filter \"Name='vmcompute'\"\nreturn @{ vmcomputePresent = [bool]$svc }\n setScript: # ${WinGetConfigRoot} is set by winget configure to the directory\n# containing the config file being applied.\n$configFile = \"${WinGetConfigRoot}\\dev-config.winget\"\n$resumeCmd = \"winget configure --file `\"$configFile`\" --accept-configuration-agreements\"\n# RunOnce entries are deleted by Windows automatically before they…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [InstallUbuntu]\n Enable running Windows PowerShell 5.1 scripts inline\n Dependencies: RebootForVmp\n Settings:\n testScript: $env:WSL_UTF8 = '1'\n$out = [System.IO.Path]::GetTempFileName()\n$err = [System.IO.Path]::GetTempFileName()\n$p = Start-Process -FilePath 'wsl.exe' -ArgumentList '--list','--quiet' `\n -NoNewWindow -Wait -PassThru `…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n getScript: # Run wsl --list via Start-Process with redirected output. Calling wsl.exe\n# directly leaks its non-zero exit code (when no distro is installed) into\n# $LASTEXITCODE and routes its stderr into PowerShell's error stream — both\n# of which the dscv3 PowerShell adapter treats as a resource failure.\n# Start-Process isolates the native call: stderr never reaches the error…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n setScript: # Suppress the \"Welcome to WSL\" first-run GUI/OOBE\n$lxssPath = 'HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Lxss'\nNew-Item -Path $lxssPath -Force | Out-Null\nSet-ItemProperty -Path $lxssPath -Name 'OOBEComplete' -Value 1 -Type DWord -Force\nWrite-Host \"InstallUbuntu: running wsl --install -d Ubuntu --no-launch...\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.WinGet/Package [Terminal]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install Windows Terminal\n Settings:\n id: Microsoft.WindowsTerminal\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [PowerShell]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install PowerShell 7\n Settings:\n id: Microsoft.PowerShell\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.DSC.Transitional/PowerShellScript [darkTheme]\n Enable running PowerShell 7 scripts inline\n Sets dark theme\n Dependencies: PowerShell\n Settings:\n testScript: $regPath = 'HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize'\n$apps = Get-ItemPropertyValue $regPath -Name AppsUseLightTheme -EA SilentlyContinue\n$system = Get-ItemPropertyValue $regPath -Name SystemUsesLightTheme -EA SilentlyContinue\nreturn ($apps -eq 0 -and $system -eq 0)\n getScript: $regPath = 'HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize'\n$apps = Get-ItemPropertyValue $regPath -Name AppsUseLightTheme -EA SilentlyContinue\n$system = Get-ItemPropertyValue $regPath -Name SystemUsesLightTheme -EA SilentlyContinue\nreturn @{ AppsUseLightTheme = [int]$apps; SystemUsesLightTheme = [int]$system }\n setScript: $regPath = 'HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize'\nSet-ItemProperty -Path $regPath -Name \"AppsUseLightTheme\" -Value 0\nSet-ItemProperty -Path $regPath -Name \"SystemUsesLightTheme\" -Value 0\nMicrosoft.DSC.Transitional/PowerShellScript [InstallCascadiaCodeNerdFonts]\n Enable running PowerShell 7 scripts inline\n Install Cascadia Code Nerd Fonts\n Dependencies: PowerShell\n Settings:\n testScript: $fontsDir = Join-Path $env:LOCALAPPDATA 'Microsoft\\Windows\\Fonts'\n$wantedFonts = @('CascadiaCodeNF.ttf', 'CascadiaMonoNF.ttf')\n$regPath = 'HKCU:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts'\n$regValues = @(\n (Get-ItemProperty $regPath -EA SilentlyContinue).PSObject.Properties |…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n getScript: $fontsDir = Join-Path $env:LOCALAPPDATA 'Microsoft\\Windows\\Fonts'\n$wantedFonts = @('CascadiaCodeNF.ttf', 'CascadiaMonoNF.ttf')\n$regPath = 'HKCU:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts'\n$regValues = @(\n (Get-ItemProperty $regPath -EA SilentlyContinue).PSObject.Properties |…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n setScript: $ErrorActionPreference = 'Stop'\n$Version = '2407.24'\n$WantedFonts = @('CascadiaCodeNF.ttf', 'CascadiaMonoNF.ttf')\n$zipUrl = \"https://github.com/microsoft/cascadia-code/releases/download/v$Version/CascadiaCode-$Version.zip\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.DSC.Transitional/PowerShellScript [SetCascadiaNfAsDefault]\n Enable running PowerShell 7 scripts inline\n Making Cascadia fonts default\n Dependencies: PowerShell InstallCascadiaCodeNerdFonts\n Settings:\n testScript: $fontFace = 'Cascadia Mono NF'\n$settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n getScript: $settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }\n \"$env:LOCALAPPDATA\\Microsoft\\Windows Terminal\\settings.json\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n setScript: $fontFace = 'Cascadia Mono NF'\n$settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.DSC.Transitional/PowerShellScript [ps7default]\n Enable running PowerShell 7 scripts inline\n Set PowerShell 7 as the default Windows Terminal profile\n Dependencies: PowerShell\n Settings:\n testScript: $settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }\n \"$env:LOCALAPPDATA\\Microsoft\\Windows Terminal\\settings.json\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n getScript: $settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }\n \"$env:LOCALAPPDATA\\Microsoft\\Windows Terminal\\settings.json\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\n setScript: $settingsPath = @(\n Get-ChildItem \"$env:LOCALAPPDATA\\Packages\" -Filter 'Microsoft.WindowsTerminal*' -Directory -EA SilentlyContinue |\n ForEach-Object { Join-Path $_.FullName 'LocalState\\settings.json' }\n \"$env:LOCALAPPDATA\\Microsoft\\Windows Terminal\\settings.json\"…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.Windows/Registry🛡 [Sudo]\n Manage Windows Registry keys and values\n Enable Sudo in inline mode\n Settings:\n valueData:\n DWord: 3\n valueName: Enabled\n keyPath: HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Sudo\nMicrosoft.Windows/Registry🛡 [DeveloperMode]\n Manage Windows Registry keys and values\n Enable Developer Mode (sideload + dev features)\n Settings:\n valueData:\n DWord: 1\n valueName: AllowDevelopmentWithoutDevLicense\n keyPath: HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AppModelUnlock\nMicrosoft.Windows/Registry🛡 [LongPaths]\n Manage Windows Registry keys and values\n Enable Win32 long path support\n Settings:\n valueData:\n DWord: 1\n valueName: LongPathsEnabled\n keyPath: HKLM\\SYSTEM\\CurrentControlSet\\Control\\FileSystem\nMicrosoft.Windows/Registry🛡 [RemoteDesktop]\n Manage Windows Registry keys and values\n Enable Remote Desktop (firewall rule still needs separate enable)\n Settings:\n valueData:\n DWord: 0\n valueName: fDenyTSConnections\n keyPath: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\nMicrosoft.Windows/Registry🛡 [ShowFileExtensions]\n Manage Windows Registry keys and values\n Show file extensions in Explorer\n Settings:\n valueData:\n DWord: 0\n valueName: HideFileExt\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [ShowHiddenFiles]\n Manage Windows Registry keys and values\n Show hidden files in Explorer\n Settings:\n valueData:\n DWord: 1\n valueName: Hidden\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [FullPathTitlebar]\n Manage Windows Registry keys and values\n Show full path in Explorer titlebar\n Settings:\n valueData:\n DWord: 1\n valueName: FullPathAddress\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [OpenThisPC]\n Manage Windows Registry keys and values\n Open File Explorer to This PC\n Settings:\n valueData:\n DWord: 1\n valueName: LaunchTo\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [FrequentFolders]\n Manage Windows Registry keys and values\n Disable frequent folders in Quick Access\n Settings:\n valueData:\n DWord: 0\n valueName: ShowFrequent\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [FrequentFiles]\n Manage Windows Registry keys and values\n Disable frequent files in Quick Access\n Settings:\n valueData:\n DWord: 0\n valueName: ShowRecent\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\nMicrosoft.Windows/Registry🛡 [RecommendedFiles]\n Manage Windows Registry keys and values\n Disable recommended/cloud files in Quick Access\n Settings:\n valueData:\n DWord: 0\n valueName: ShowCloudFilesInQuickAccess\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\nMicrosoft.Windows/Registry🛡 [GitCodeFolders]\n Manage Windows Registry keys and values\n Enable Git integration in File Explorer\n Settings:\n valueData:\n DWord: 1\n valueName: NavPaneShowVersionControl\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [TipsOff]\n Manage Windows Registry keys and values\n Disable sync provider notifications (tips)\n Settings:\n valueData:\n DWord: 0\n valueName: ShowSyncProviderNotifications\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [DoNotDisturb]\n Manage Windows Registry keys and values\n Enable Do Not Disturb (disable all notifications)\n Settings:\n valueData:\n DWord: 0\n valueName: NOC_GLOBAL_SETTING_TOASTS_ENABLED\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Notifications\\Settings\nMicrosoft.Windows/Registry🛡 [TaskbarHideWidgets]\n Manage Windows Registry keys and values\n Hide Widgets button on the taskbar\n Settings:\n valueData:\n DWord: 0\n valueName: TaskbarDa\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [BluetoothOff]\n Manage Windows Registry keys and values\n Hide Bluetooth icon in taskbar notification area\n Settings:\n valueData:\n DWord: 0\n valueName: Notification Area Icon\n keyPath: HKCU\\Control Panel\\Bluetooth\nMicrosoft.Windows/Registry🛡 [EndTask]\n Manage Windows Registry keys and values\n Enable \"End Task\" on right-click of taskbar icons\n Settings:\n valueData:\n DWord: 1\n valueName: TaskbarEndTask\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [WebSearchOff]\n Manage Windows Registry keys and values\n Disable web search in Start/Search\n Settings:\n valueData:\n DWord: 1\n valueName: DisableSearchBoxSuggestions\n keyPath: HKCU\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer\nMicrosoft.Windows/Registry🛡 [SearchHightlightOff]\n Manage Windows Registry keys and values\n Disable Show search highlights\n Settings:\n valueData:\n DWord: 0\n valueName: IsDynamicSearchBoxEnabled\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\SearchSettings\nMicrosoft.Windows/Registry🛡 [StartRecommendations]\n Manage Windows Registry keys and values\n Disable Start menu recommendations\n Settings:\n valueData:\n DWord: 0\n valueName: Start_IrisRecommendations\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nMicrosoft.Windows/Registry🛡 [WidgetServiceOff]\n Manage Windows Registry keys and values\n Disable Widget service\n Settings:\n valueData:\n DWord: 0\n valueName: AllowNewsAndInterests\n keyPath: HKLM\\SOFTWARE\\Policies\\Microsoft\\Dsh\nMicrosoft.Windows/Registry🛡 [EdgeNewTab]\n Manage Windows Registry keys and values\n Set Edge new tab to blank\n Settings:\n valueData:\n String: about:blank\n valueName: NewTabPageLocation\n keyPath: HKLM\\SOFTWARE\\Policies\\Microsoft\\Edge\nMicrosoft.Windows/Registry🛡 [EdgeOOBE]\n Manage Windows Registry keys and values\n Disable Edge first-run experience\n Settings:\n valueData:\n DWord: 1\n valueName: HideFirstRunExperience\n keyPath: HKLM\\SOFTWARE\\Policies\\Microsoft\\Edge\nMicrosoft.WinGet/Package🛡 [Git]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install Git\n Settings:\n id: Git.Git\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package🛡 [GitHubCLI]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install GitHub CLI\n Dependencies: Git\n Settings:\n id: GitHub.Cli\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [GitHubCopilot]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install GitHub Copilot\n Dependencies: Git\n Settings:\n id: GitHub.Copilot\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [VSCode]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install VS Code\n Settings:\n id: Microsoft.VisualStudioCode\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package🛡 [DotnetSdk]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install dotnet SDK\n Settings:\n id: Microsoft.dotnet.SDK.10\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [Python]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install Python 3.14\n Settings:\n id: Python.Python.3.14\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package🛡 [UV]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install UV (Python tool)\n Settings:\n id: astral-sh.uv\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package🛡 [NodeJS]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install Node.js 24 LTS\n Settings:\n id: OpenJS.NodeJS.LTS\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package🛡 [nvmForNode]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install NVM\n Settings:\n id: CoreyButler.NVMforWindows\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [OhMyPosh]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install Oh My Posh (Optional)\n Settings:\n id: JanDeDobbeleer.OhMyPosh\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [winappCli]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install winAppCLI\n Settings:\n id: Microsoft.winappcli\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.WinGet/Package [PowerToys]\n Allows management of package state via the DSC v3 command line interface protocol. See the help link for details.\n Install PowerToys (Optional)\n Settings:\n id: Microsoft.PowerToys\n installMode: silent\n source: winget\n useLatest: true\nMicrosoft.Windows/Registry [PowerToysAOT]\n Manage Windows Registry keys and values\n Disable PowerToys AOT notifications\n Dependencies: PowerToys\n Settings:\n valueData:\n DWord: 0\n valueName: Enabled\n keyPath: HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Notifications\\Settings\\PowerToys\nOhMyPosh/Shell [ohMyPoshProfileSet]\n Setup OhMyPosh in PowerShell 7\n Dependencies: OhMyPosh\n Settings:\n states:\n - command: oh-my-posh init pwsh\n name: pwsh\nMicrosoft.DSC.Transitional/PowerShellScript [GitHubCopilotProfile]\n Enable running PowerShell 7 scripts inline\n Create Github Copilot Profile\n Dependencies: PowerShell GitHubCopilot Terminal\n Settings:\n testScript: $fragmentPath = Join-Path $env:LOCALAPPDATA 'Microsoft\\Windows Terminal\\Fragments\\DevConfig\\github-copilot.fragment.json'\nreturn (Test-Path $fragmentPath)\n getScript: $fragmentPath = Join-Path $env:LOCALAPPDATA 'Microsoft\\Windows Terminal\\Fragments\\DevConfig\\github-copilot.fragment.json'\nreturn @{ fragmentPresent = (Test-Path $fragmentPath) }\n setScript: $fragmentsDir = Join-Path $env:LOCALAPPDATA 'Microsoft\\Windows Terminal\\Fragments\\DevConfig'\nNew-Item -ItemType Directory -Path $fragmentsDir -Force | Out-Null\n# Download icon alongside the fragment file so the relative path \"copilot.png\" resolves correctly.\n$iconPath = Join-Path $fragmentsDir 'copilot.png'\nInvoke-WebRequest -Uri 'https://github.githubassets.com/favicons/favicon-dark.png' -OutFile $iconPath…\n\u003cthis value has been truncated; inspect the file contents for the complete text\u003e\nMicrosoft.DSC.Transitional/PowerShellScript [InstallWinUITemplates]\n Enable running PowerShell 7 scripts inline\n Install WinUI dotnet new templates\n Dependencies: PowerShell DotnetSdk\n Settings:\n testScript: return [bool](dotnet new list 2\u003e\u00261 | Select-String -Pattern 'winui' -CaseSensitive:$false)\n getScript: $installed = [bool](dotnet new list 2\u003e\u00261 | Select-String -Pattern 'winui' -CaseSensitive:$false)\nreturn @{ installed = $installed }\n setScript: dotnet new install Microsoft.WindowsAppSDK.WinUI.CSharp.Templates\nMicrosoft.DSC.Transitional/PowerShellScript [AddWinSkillsMarketplace]\n Enable running PowerShell 7 scripts inline\n Add win-dev-skills to the Copilot plugin marketplace\n Dependencies: PowerShell GitHubCopilot\n Settings:\n testScript: return [bool](copilot plugin marketplace list 2\u003e\u00261 | Select-String 'win-dev-skills')\n getScript: $present = [bool](copilot plugin marketplace list 2\u003e\u00261 | Select-String 'win-dev-skills')\nreturn @{ present = $present }\n setScript: copilot plugin marketplace add microsoft/win-dev-skills\nMicrosoft.DSC.Transitional/PowerShellScript [InstallWinUIPlugin]\n Enable running PowerShell 7 scripts inline\n Install the WinUI Copilot plugin from win-dev-skills\n Dependencies: PowerShell AddWinSkillsMarketplace\n Settings:\n testScript: return [bool](copilot plugin list 2\u003e\u00261 | Select-String 'winui')\n getScript: $installed = [bool](copilot plugin list 2\u003e\u00261 | Select-String 'winui')\nreturn @{ installed = $installed }\n setScript: copilot plugin install winui@win-dev-skills\nSome of the data present in the configuration file was truncated for this output; inspect the file contents for the complete content.\nYou are responsible for understanding the configuration settings you are choosing to execute. Microsoft is not responsible for the configuration file you have authored or imported. This configuration may change settings in Windows, install software, change software settings (including security settings), and accept user agreements to third-party packages and services on your behalf. By running this configuration file, you acknowledge that you understand and agree to these resources and settings. Any applications installed are licensed to you by their owners. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages or services.\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [InstallWslComponents]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [Terminal]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [PowerShell]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [Sudo]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [DeveloperMode]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [LongPaths]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [RemoteDesktop]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [ShowFileExtensions]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [ShowHiddenFiles]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [FullPathTitlebar]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [OpenThisPC]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [FrequentFolders]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [FrequentFiles]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [RecommendedFiles]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [GitCodeFolders]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [TipsOff]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [DoNotDisturb]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [TaskbarHideWidgets]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [BluetoothOff]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [EndTask]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [WebSearchOff]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [SearchHightlightOff]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [StartRecommendations]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [WidgetServiceOff]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [EdgeNewTab]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.Windows/Registry🛡 [EdgeOOBE]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package🛡 [Git]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [VSCode]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package🛡 [DotnetSdk]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [Python]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package🛡 [UV]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package🛡 [NodeJS]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package🛡 [nvmForNode]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [OhMyPosh]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [winappCli]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.WinGet/Package [PowerToys]\n The configuration unit failed due to an internal error: -2146233079\nThe text associated with this error code could not be found.\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [RebootForVmp]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/WindowsPowerShellScript🛡 [InstallUbuntu]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [darkTheme]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [InstallCascadiaCodeNerdFonts]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [SetCascadiaNfAsDefault]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [ps7default]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.WinGet/Package🛡 [GitHubCLI]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.WinGet/Package [GitHubCopilot]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.Windows/Registry [PowerToysAOT]\n This configuration unit was not run because a dependency failed or was not run.\nOhMyPosh/Shell [ohMyPoshProfileSet]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [GitHubCopilotProfile]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [InstallWinUITemplates]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [AddWinSkillsMarketplace]\n This configuration unit was not run because a dependency failed or was not run.\nMicrosoft.DSC.Transitional/PowerShellScript [InstallWinUIPlugin]\n This configuration unit was not run because a dependency failed or was not run.\nSome of the configuration was not applied successfully.\n```\n\n## wiget list (after failure)\n``` txt\n winget list\nName Id Version Available Source\n-----------------------------------------------------------------------------------------------------\n7-Zip 26.01 (x64) 7zip.7zip 26.01 winget\nAffinity Canva.Affinity 3.2.1.4425 3.2.2.4557 winget\nAndroid Studio ARP\\Machine\\X64\\Android Stud… 2025.3\nAntigravity IDE (User) Google.AntigravityIDE 2.0.4 2.1.1 winget\nApp Installer Microsoft.AppInstaller 1.30.20.0 winget\nArchWSL MSIX\\yuk7.archwsl_20.11.25.0… 20.11.25.0\nAstroGrep AstroComma.AstroGrep 4.4.9 winget\nAutoHotkey AutoHotkey.AutoHotkey 2.0.26 winget\nAV1 Video Extension MSIX\\Microsoft.AV1VideoExten… 2.0.7.0\nAVC Encoder Video Extension MSIX\\Microsoft.AVCEncoderVid… 1.1.23.0\nAWS Command Line Interface v2 Amazon.AWSCLI 2.34.63.0 2.35.11 winget\nBeyond Compare 4.4.7 ScooterSoftware.BeyondCompar… 4.4.7.28397 winget\nBing Wallpaper MSIX\\Microsoft.BingWallpaper… 1.1.457.0\nBun ARP\\User\\X64\\Bun Unknown\nCandy Crush Saga MSIX\\king.com.CandyCrushSaga… 1.3300.1.0\nCisco Webex Meetings Cisco.CiscoWebexMeetings 42.1.3 45.6.4.8 winget\nClink v1.9.25 chrisant996.Clink 1.9.25 1.9.28 winget\nClipchamp ARP\\User\\X64\\ab871f1831645db… 1.0\nCodex MSIX\\OpenAI.Codex_26.616.663… 26.616.6631.0\nCommand Palette MSIX\\Microsoft.CommandPalett… 0.10.11181.0\nCopilot ARP\\Machine\\X86\\Microsoft Co… 150.0.4078.12\nCopilot MSIX\\Microsoft.Copilot_150.0… 150.0.4078.12\nCopilot CLI GitHub.Copilot v1.0.60 v1.0.65 winget\nCoreutils for Windows versio… Microsoft.Coreutils 2026.5.29 2026.6.16 winget\nCross Device Experience Host MSIX\\MicrosoftWindows.CrossD… 1.26052.96.0\nDesiredStateConfiguration Microsoft.DSC 3.2.2.0 winget\nDocs ARP\\User\\X64\\e626ffb027ebc1f… 1.0\nDolby Atmos MSIX\\DolbyLaboratories.Dolby… 3.30201.210.0\nEpic Games Launcher EpicGames.EpicGamesLauncher 1.3.176.0 1.3.189.0 winget\nEpic Online Services ARP\\Machine\\X86\\{57A956AB-4B… 2.0.44.0\nEverything 1.4.1.1032 (x64) ARP\\Machine\\X64\\Everything 1.4.1.1032\nFeedback Hub MSIX\\Microsoft.WindowsFeedba… 2.2606.603.0\nFFU Loader Driver 1.0.0 ARP\\Machine\\X86\\{7209d085-ed… 1.0.0\nGame Bar MSIX\\Microsoft.XboxGamingOve… 7.326.6011.0\nGame Speech Window MSIX\\Microsoft.XboxSpeechToT… 1.97.17002.0\nGet Help MSIX\\Microsoft.GetHelp_10.24… 10.2409.41392.0\nGit Git.Git 2.54.0 winget\nGitHub CLI GitHub.cli 2.93.0 2.95.0 winget\nGmail ARP\\User\\X64\\2c2c963b7987369… 1.0\nGoogle Chrome Google.Chrome.EXE 149.0.7827.197 149.0.7827.201 winget\nGoogle Drive ARP\\User\\X64\\e1466126a76fccb… 1.0\nGreenfish Icon Editor Pro 3.6 ARP\\Machine\\X86\\{27135B83-5A… Unknown\nHEIF Image Extension MSIX\\Microsoft.HEIFImageExte… 1.2.36.0\nHEVC Video Extensions from D… MSIX\\Microsoft.HEVCVideoExte… 2.5.10.0\nIIS 10.0 Express ARP\\Machine\\X64\\{0F4F67F8-21… 10.0.10007\nInkscape MSIX\\25415Inkscape.Inkscape_… 1.4.30.0\nIntel(R) Chipset Device Soft… ARP\\Machine\\X86\\{854ce64a-01… 10.1.18716.8265\nIntel(R) Rapid Storage Techn… ARP\\Machine\\X64\\{409CB30E-E4… 16.8.3.1003\nIntel(R) Wireless Bluetooth(… ARP\\Machine\\X86\\{00001030-02… 24.30.1.1\nIntel® Driver \u0026 Support Assi… Intel.IntelDriverAndSupportA… 26.1.0.2 winget\nIntel® PROSet/Wireless Softw… ARP\\Machine\\X86\\{91d90ae4-66… 21.10.1.0u\nLenovo Service Bridge Lenovo.ServiceBridge 5.0.2.21 winget\nLenovo System Update Lenovo.SystemUpdate 5.08.03.59 winget\nLocal AI Manager for Microso… MSIX\\aimgr_0.20.55.0_x64__8w… 0.20.55.0\nLogi Download Assistant ARP\\Machine\\X86\\LogiDownload… 2.0.529\nLogi Options+ Logitech.OptionsPlus 2.3.879545 2.4.903778 winget\nLogi Plugin Service ARP\\Machine\\X64\\{411621DB-19… 6.3.0.2406\nMicrosoft .NET Core Runtime … Microsoft.DotNet.Runtime.3_1 \u003c 3.1.25 winget\nMicrosoft .NET Core Runtime … Microsoft.DotNet.Runtime.3_1 3.1.32 winget\nMicrosoft .NET Core SDK 3.1.… Microsoft.DotNet.SDK.3_1 3.1.426 winget\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 1.3.24211.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 1.3.24211.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 1.7.27413.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.0.27427.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.0.27427.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.1.27427.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.1.27427.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.2.29512.0\nMicrosoft .Net Native Framew… MSIX\\Microsoft.NET.Native.Fr… 2.2.29512.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 1.4.24201.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 1.4.24201.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 1.7.27422.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 1.7.27422.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 2.0.25709.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 2.0.25709.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 2.1.26424.0\nMicrosoft .Net Native Runtim… MSIX\\Microsoft.NET.Native.Ru… 2.1.26424.0\nMicrosoft .Net Native Runtim… Microsoft.DotNet.Native.Runt… 2.2.28604.0 winget\nMicrosoft .Net Native Runtim… Microsoft.DotNet.Native.Runt… 2.2.28604.0 winget\nMicrosoft .NET Runtime - 8.0… Microsoft.DotNet.Runtime.8 8.0.27 8.0.28 winget\nMicrosoft .NET SDK 10.0.300 … Microsoft.DotNet.SDK.10 10.0.300 10.0.301 winget\nMicrosoft .NET SDK 9.0.315 (… ARP\\Machine\\X64\\{D1ADB7FB-90… 9.3.1526.26912\nMicrosoft 365 - en-us ARP\\Machine\\X64\\O365HomePrem… 16.0.20131.20052\nMicrosoft 365 - zh-cn ARP\\Machine\\X64\\O365HomePrem… 16.0.20131.20052\nMicrosoft 365 Apps for busin… ARP\\Machine\\X64\\O365Business… 16.0.20131.20052\nMicrosoft 365 商业应用版 - z… ARP\\Machine\\X64\\O365Business… 16.0.20131.20052\nMicrosoft Advertising SDK fo… MSIX\\Microsoft.Advertising.X… 10.1811.1.0\nMicrosoft Advertising SDK fo… MSIX\\Microsoft.Advertising.X… 10.1811.1.0\nMicrosoft ASP.NET Core 6.0.3… Microsoft.DotNet.AspNetCore.6 6.0.36 winget\nMicrosoft ASP.NET Core 8.0.2… Microsoft.DotNet.AspNetCore.8 8.0.20 winget\nMicrosoft ASP.NET Core 8.0.2… Microsoft.DotNet.AspNetCore.8 8.0.27 8.0.28 winget\nMicrosoft ASP.NET MVC 2 ARP\\Machine\\X86\\{DD8FF2F3-0D… 2.0.60926.0\nMicrosoft Azure Authoring To… ARP\\Machine\\X64\\{90462BD2-DF… 2.9.8999.45\nMicrosoft Azure Compute Emul… ARP\\Machine\\X64\\Microsoft Az… 2.9.8999.43\nMicrosoft Azure Libraries fo… ARP\\Machine\\X64\\{7D1D9444-B5… 3.0.2404.2502\nMicrosoft Azure PowerShell -… ARP\\Machine\\X64\\{3BA7CAA9-97… 5.7.0.18831\nMicrosoft Bing MSIX\\Microsoft.BingSearch_1.… 1.1.43.0\nMicrosoft Edge Microsoft.Edge 150.0.4078.28 winget\nMicrosoft Edge MSIX\\Microsoft.MicrosoftEdge… 150.0.4078.5\nMicrosoft Edge For Game Bar MSIX\\Microsoft.Edge.GameAssi… 1.0.4019.0\nMicrosoft Engagement Framewo… MSIX\\Microsoft.Services.Stor… 10.0.23012.0\nMicrosoft Engagement Framewo… MSIX\\Microsoft.Services.Stor… 10.0.23012.0\nMicrosoft Money Plus ARP\\Machine\\X86\\Money2008b 17\nMicrosoft ODBC Driver 17 for… Microsoft.msodbcsql.17 17.11.1.1 winget\nMicrosoft OneDrive Microsoft.OneDrive 26.108.0607.0001 winget\nMicrosoft Photos MSIX\\Microsoft.Windows.Photo… 2026.11060.2004.0\nMicrosoft SQL Server 2019 Lo… ARP\\Machine\\X64\\{E5B3A478-C4… 15.0.4382.1\nMicrosoft Sticky Notes MSIX\\Microsoft.MicrosoftStic… 4.0.6104.0\nMicrosoft Store MSIX\\Microsoft.WindowsStore_… 22605.1401.13.0\nMicrosoft System CLR Types f… Microsoft.CLRTypesSQLServer.… 15.0.2000.5 winget\nMicrosoft Visio - en-us ARP\\Machine\\X64\\VisioPro2019… 16.0.20131.20052\nMicrosoft Visual C++ 2008 Re… ARP\\Machine\\X64\\{4B6C7001-C7… 9.0.30729.4148\nMicrosoft Visual C++ 2008 Re… Microsoft.VCRedist.2008.x64 9.0.30729.6161 winget\nMicrosoft Visual C++ 2008 Re… ARP\\Machine\\X86\\{FF66E9F6-83… 9.0.21022\nMicrosoft Visual C++ 2008 Re… Microsoft.VCRedist.2008.x86 9.0.30729.6161 winget\nMicrosoft Visual C++ 2010 x… Microsoft.VCRedist.2010.x64 10.0.40219 winget\nMicrosoft Visual C++ 2010 x… Microsoft.VCRedist.2010.x86 10.0.40219 winget\nMicrosoft Visual C++ 2012 Re… Microsoft.VCRedist.2012.x86 11.0.61030.0 winget\nMicrosoft Visual C++ 2012 UW… MSIX\\Microsoft.VCLibs.110.00… 11.0.61135.0\nMicrosoft Visual C++ 2012 UW… MSIX\\Microsoft.VCLibs.110.00… 11.0.61135.0\nMicrosoft Visual C++ 2013 Re… Microsoft.VCRedist.2013.x64 12.0.40664.0 winget\nMicrosoft Visual C++ 2013 Re… Microsoft.VCRedist.2013.x86 12.0.40664.0 winget\nMicrosoft Visual C++ 2013 Ru… MSIX\\Microsoft.VCLibs.120.00… 12.0.30501.0\nMicrosoft Visual C++ 2013 Ru… MSIX\\Microsoft.VCLibs.120.00… 12.0.30501.0\nMicrosoft Visual C++ 2013 UW… MSIX\\Microsoft.VCLibs.120.00… 12.0.40653.0\nMicrosoft Visual C++ 2013 UW… MSIX\\Microsoft.VCLibs.120.00… 12.0.40653.0\nMicrosoft Visual C++ 2015 UW… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget\nMicrosoft Visual C++ 2015 UW… Microsoft.VCLibs.Desktop.14 14.0.33728.0 winget\nMicrosoft Visual C++ 2015 UW… Microsoft.VCLibs.14 14.0.33519.0 winget\nMicrosoft Visual C++ 2015 UW… Microsoft.VCLibs.14 14.0.33519.0 winget\nMicrosoft Visual C++ 2015-20… Microsoft.VCRedist.2015+.x64 14.51.36231.0 14.51.36247.0 winget\nMicrosoft Visual C++ 2015-20… Microsoft.VCRedist.2015+.x86 14.51.36231.0 14.51.36247.0 winget\nMicrosoft Visual Studio Code… Microsoft.VisualStudioCode 1.123.2 1.126.0 winget\nMicrosoft Visual Studio Inst… ARP\\Machine\\X64\\{6F320B93-EE… 4.7.25.22189\nMicrosoft Web Deploy 4.0 Microsoft.WebDeploy 10.0.9419 winget\nMicrosoft Whiteboard MSIX\\Microsoft.Whiteboard_56… 56.20201.588.0\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… 3.1.32 winget\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… 3.1.32 winget\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… \u003c 8.0.0 winget\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… 6.0.36 winget\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… 8.0.20 winget\nMicrosoft Windows Desktop Ru… Microsoft.DotNet.DesktopRunt… 8.0.27 8.0.28 winget\nMicrosoft.Office.ActionsServ… MSIX\\Microsoft.Office.Action… 16.0.20131.20052\nMicrosoft.UI.Xaml.2.0 MSIX\\Microsoft.UI.Xaml.2.0_2… 2.1810.18004.0\nMicrosoft.UI.Xaml.2.1 MSIX\\Microsoft.UI.Xaml.2.1_2… 2.11906.6001.0\nMicrosoft.UI.Xaml.2.1 MSIX\\Microsoft.UI.Xaml.2.1_2… 2.11906.6001.0\nMicrosoft.UI.Xaml.2.2 MSIX\\Microsoft.UI.Xaml.2.2_2… 2.21909.17002.0\nMicrosoft.UI.Xaml.2.2 MSIX\\Microsoft.UI.Xaml.2.2_2… 2.21909.17002.0\nMicrosoft.UI.Xaml.2.3 MSIX\\Microsoft.UI.Xaml.2.3_2… 2.32002.13001.0\nMicrosoft.UI.Xaml.2.3 MSIX\\Microsoft.UI.Xaml.2.3_2… 2.32002.13001.0\nMicrosoft.UI.Xaml.2.4 MSIX\\Microsoft.UI.Xaml.2.4_2… 2.42007.9001.0\nMicrosoft.UI.Xaml.2.4 MSIX\\Microsoft.UI.Xaml.2.4_2… 2.42007.9001.0\nMicrosoft.UI.Xaml.2.5 Microsoft.UI.Xaml.2.5 2.52012.2002.0 winget\nMicrosoft.UI.Xaml.2.5 Microsoft.UI.Xaml.2.5 2.52012.2002.0 winget\nMicrosoft.UI.Xaml.2.6 Microsoft.UI.Xaml.2.6 2.62112.3002.0 winget\nMicrosoft.UI.Xaml.2.6 Microsoft.UI.Xaml.2.6 2.62112.3002.0 winget\nMicrosoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget\nMicrosoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2409.9001.0 winget\nMicrosoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2511.26001.0 winget\nMicrosoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2501.31001.0 winget\nMovies \u0026 TV MSIX\\Microsoft.ZuneVideo_10.… 10.26051.10031.0\nMozilla Firefox (x64 en-US) Mozilla.Firefox 151.0.3 152.0.3 winget\nMozilla Maintenance Service ARP\\Machine\\X64\\MozillaMaint… 151.0.3\nMPEG-2 Video Extension MSIX\\Microsoft.MPEG2VideoExt… 1.2.13.0\nMSN Weather MSIX\\Microsoft.BingWeather_4… 4.54.63042.0\nNews MSIX\\Microsoft.BingNews_4.56… 4.56.242.0\nNode.js OpenJS.NodeJS.LTS 24.16.0 24.18.0 winget\nNpcap ARP\\Machine\\X86\\NpcapInst 1.31\nNVIDIA Graphics Driver 582.16 ARP\\Machine\\X64\\{B2FE1952-01… 582.16\nNVM for Windows 1.2.2 CoreyButler.NVMforWindows 1.2.2 winget\nOffice Lens MSIX\\Microsoft.OfficeLens_16… 16.0.32001.0\nOfficePushNotificationsUtili… MSIX\\Microsoft.OfficePushNot… 16.0.20131.20052\nOh My Posh XP8K0HKJFRXGCK 29.19.0 msstore\nOllama version 0.30.6 Ollama.Ollama 0.30.6 0.30.11 winget\nOneDrive MSIX\\Microsoft.OneDriveSync_… 26040.301.1.0\nOneNote for Windows 10 MSIX\\Microsoft.Office.OneNot… 16.14326.22589.0\nOutSystems ODC Studio ARP\\Machine\\X64\\OutSystems O… 1.7\nOutSystems Service Studio 11 ARP\\Machine\\X64\\OutSystems S… 11.55\nPaint.NET dotPDN.PaintDotNet 5.1.12 winget\nPC Manager MSIX\\Microsoft.MicrosoftPCMa… 3.21.6.0\nPhone Link MSIX\\Microsoft.YourPhone_1.2… 1.26052.144.0\nPinball FX ARP\\Machine\\X64\\Steam App 23… Unknown\nPower Automate MSIX\\Microsoft.PowerAutomate… 1.0.2107.0\nPower BI Desktop MSIX\\Microsoft.MicrosoftPowe… 2.155.756.0\nPowerShell Microsoft.PowerShell 7.6.3.0 winget\nPowerShell 7-x64 Microsoft.PowerShell 7.6.0.0 winget\nPowerToys (Preview) x64 Microsoft.PowerToys 0.99.1 0.100.1 winget\nPowerToys FileLocksmith Cont… MSIX\\Microsoft.PowerToys.Fil… 0.99.1.0\nPowerToys ImageResizer Conte… MSIX\\Microsoft.PowerToys.Ima… 0.99.1.0\nPowerToys.SparseApp MSIX\\Microsoft.PowerToys.Spa… 0.99.1.0\nPython 3.12.10 (64-bit) Python.Python.3.12 3.12.10 winget\nPython 3.13.13 (64-bit) Python.Python.3.13 3.13.13 3.13.14 winget\nPython Launcher Python.Launcher \u003e 3.13.5 winget\nQMK MSYS 1.8.0 ARP\\Machine\\X64\\{52DB9201-A1… 1.8.0\nQMK Toolbox 0.3.3 QMK.QMKToolbox 0.3.3 winget\nQuick Assist MSIX\\MicrosoftCorporationII.… 2.0.47.0\nRapid Environment Editor ver… OlegDanilov.RapidEnvironment… 9.2.0.937 winget\nRaw Image Extension MSIX\\Microsoft.RawImageExten… 2.5.7.0\nRealtek Audio Control MSIX\\RealtekSemiconductorCor… 1.36.273.0\nRescueTime 3.2.4.1 RescueTime.DesktopApp Unknown 3.2.12.3 winget\nRipGrep MSVC BurntSushi.ripgrep.MSVC 15.1.0 winget\nRustup: the Rust toolchain i… Rustlang.Rustup 1.29.0 winget\nS.T.A.L.K.E.R.: Shadow of Ch… ARP\\Machine\\X64\\Steam App 45… Unknown\nSD Card Formatter SDAssociation.SDMemoryCardFo… 5.0.2 5.0.3 winget\nSheets ARP\\User\\X64\\acfb32d97546a8a… 1.0\nSlides ARP\\User\\X64\\689722c21233c26… 1.0\nSpeech Pack - English (Unite… MSIX\\MicrosoftWindows.Speech… 1.0.29.0\nStalker Complete 2009 ARP\\Machine\\X86\\{Stalker Com… Unknown\nStart Experiences App MSIX\\Microsoft.StartExperien… 1.336.0.0\nSteam Valve.Steam 2.10.91.91 winget\nStore Experience Host MSIX\\Microsoft.StorePurchase… 22605.1401.2.0\nSudoku Epic MSIX\\KristanixStudiosAS.4803… 1.1.7.0\nSysinternals Suite MSIX\\Microsoft.SysinternalsS… 2026.6.1.0\nTeam Fortress 2 ARP\\Machine\\X64\\Steam App 440 Unknown\nTeams Machine-Wide Installer Microsoft.Teams.Classic 1.8.0.27654 winget\nTeamViewer TeamViewer.TeamViewer 15.78.4 15.79.4 winget\nThunderboltTM Software ARP\\Machine\\X86\\{1AA93FF8-C6… 17.4.80.550\nUbuntu on Windows MSIX\\CanonicalGroupLimited.U… 2004.2022.1.0\nUSBPcap 1.5.4.0 ARP\\Machine\\X64\\USBPcap 1.5.4.0\nuv astral-sh.uv 0.11.19 0.11.25 winget\nVIA 2.0.5 ARP\\Machine\\X64\\4cee3971-230… 2.0.5\nVial Vial.Vial Unknown 0.7.5 winget\nVisio 2010 MVP Sessions MSIX\\bVisualltd.Visio2010MVP… 1.1.0.6\nVisual Studio Community 2022 Microsoft.VisualStudio.2022.… \u003c 17.14.35 17.14.35 winget\nVLC media player VideoLAN.VLC 3.0.23 winget\nVP9 Video Extensions MSIX\\Microsoft.VP9VideoExten… 1.2.20.0\nWeb Media Extensions MSIX\\Microsoft.WebMediaExten… 2.1.38.0\nWebP Image Extension MSIX\\Microsoft.WebpImageExte… 1.2.14.0\nWidgets Platform Runtime MSIX\\Microsoft.WidgetsPlatfo… 1.6.19.0\nWinAppRuntime.Main.1.5 MSIX\\MicrosoftCorporationII.… 5001.373.1736.0\nWinAppRuntime.Main.1.8 MSIX\\MicrosoftCorporationII.… 8000.859.21.0\nWinAppRuntime.Singleton MSIX\\MicrosoftCorporationII.… 8002.1.3.0\nWindows Advanced Settings MSIX\\Microsoft.Windows.DevHo… 0.2100.858.0\nWindows App Development CLI Microsoft.WinAppCli 0.3.2.0 0.4.0 winget\nWindows App Runtime DDLM 3.4… MSIX\\Microsoft.WinAppRuntime… 3.469.1654.0\nWindows App Runtime DDLM 3.4… MSIX\\Microsoft.WinAppRuntime… 3.469.1654.0\nWindows Application Compatib… MSIX\\Microsoft.ApplicationCo… 1.2511.9.0\nWindows Calculator MSIX\\Microsoft.WindowsCalcul… 11.2508.4.0\nWindows Camera MSIX\\Microsoft.WindowsCamera… 2026.2605.7.0\nWindows Clock MSIX\\Microsoft.WindowsAlarms… 1.1.141.0\nWindows Driver Package - Wes… ARP\\Machine\\X64\\FEF64780FF2B… 05/18/2021 1.0.0.0\nWindows Maps MSIX\\Microsoft.WindowsMaps_1… 1.0.65.0\nWindows Media Player MSIX\\Microsoft.ZuneMusic_11.… 11.2605.14.0\nWindows ML Runtime Intel Ope… MSIX\\MicrosoftCorporationII.… 1.8.80.0\nWindows ML Runtime NVIDIA Te… MSIX\\MicrosoftCorporationII.… 1.8.24.0\nWindows ML Runtime NVIDIA Te… MSIX\\MicrosoftCorporationII.… 2.30.43.0\nWindows Notepad MSIX\\Microsoft.WindowsNotepa… 11.2605.29.0\nWindows Operator messages MSIX\\Microsoft.Messaging_5.2… 5.2503.4003.0\nWindows Package Manager Sour… MSIX\\Microsoft.Winget.Source… 2026.627.1721.4\nWindows SDK AddOn ARP\\Machine\\X86\\{E6F877A1-2F… 10.1.0.0\nWindows Security MSIX\\Microsoft.SecHealthUI_1… 1000.29573.1002.0\nWindows Software Development… ARP\\Machine\\X86\\{5f4dc51d-f1… 10.1.19041.5609\nWindows Software Development… ARP\\Machine\\X86\\{b72d4013-dd… 10.1.22621.5040\nWindows Software Development… Microsoft.WindowsSDK.10.0.26… 10.0.26100.7705 winget\nWindows Sound Recorder MSIX\\Microsoft.WindowsSoundR… 1.1.116.0\nWindows Subsystem for Linux Microsoft.WSL 2.7.3.0 2.7.10 winget\nWindows Subsystem for Linux … ARP\\Machine\\X64\\{F8474A47-8B… 5.10.102.1\nWindows Subsystem for Linux … ARP\\Machine\\X64\\{3CBDE512-75… 1.0.27\nWindows Terminal Microsoft.WindowsTerminal 1.24.11321.0 winget\nWindows Terminal Preview Microsoft.WindowsTerminal.Pr… 1.25.1322.0 winget\nWindows Web Experience Pack MSIX\\MicrosoftWindows.Client… 526.15201.0.0\nWindowsAppRuntime.1.0 Microsoft.WindowsAppRuntime.… 1.0.4 winget\nWindowsAppRuntime.1.0 Microsoft.WindowsAppRuntime.… 1.0.4 winget\nWindowsAppRuntime.1.1 Microsoft.WindowsAppRuntime.… 1.1.5 winget\nWindowsAppRuntime.1.1 Microsoft.WindowsAppRuntime.… 1.1.5 winget\nWindowsAppRuntime.1.2 Microsoft.WindowsAppRuntime.… \u003e 1.2.2 winget\nWindowsAppRuntime.1.2 Microsoft.WindowsAppRuntime.… \u003e 1.2.2 winget\nWindowsAppRuntime.1.3 Microsoft.WindowsAppRuntime.… 1.3.3 winget\nWindowsAppRuntime.1.3 Microsoft.WindowsAppRuntime.… 1.3.3 winget\nWindowsAppRuntime.1.4 Microsoft.WindowsAppRuntime.… \u003e 1.4.5 winget\nWindowsAppRuntime.1.4 Microsoft.WindowsAppRuntime.… \u003e 1.4.5 winget\nWindowsAppRuntime.1.5 Microsoft.WindowsAppRuntime.… \u003e 1.5.8 winget\nWindowsAppRuntime.1.5 Microsoft.WindowsAppRuntime.… \u003e 1.5.8 winget\nWindowsAppRuntime.1.6 Microsoft.WindowsAppRuntime.… 1.6.9 winget\nWindowsAppRuntime.1.6 Microsoft.WindowsAppRuntime.… 1.6.9 winget\nWindowsAppRuntime.1.7 Microsoft.WindowsAppRuntime.… 1.7.9 winget\nWindowsAppRuntime.1.7 Microsoft.WindowsAppRuntime.… 1.7.9 winget\nWindowsAppRuntime.1.8 Microsoft.WindowsAppRuntime.… \u003e 1.8.8 winget\nWindowsAppRuntime.1.8 Microsoft.WindowsAppRuntime.… \u003e 1.8.8 winget\nWindowsAppRuntime.2 MSIX\\Microsoft.WindowsAppRun… 2.2.0.0\nWindowsAppRuntime.2 MSIX\\Microsoft.WindowsAppRun… 2.2.0.0\nWindowsAppRuntime.Main.1.0 MSIX\\MicrosoftCorporationII.… 4.528.1755.0\nWindowsAppRuntime.Singleton MSIX\\Microsoft.WindowsAppRun… 3.469.1654.0\nWindscribe Windscribe.Windscribe 2.22.10 winget\nWindsurf (User) Codeium.Windsurf 2.3.15 winget\nWireshark 4.6.6 x64 WiresharkFoundation.Wireshark 4.6.6 winget\nWise Registry Cleaner WiseCleaner.WiseRegistryClea… 11.3.2 11.3.3 winget\nXbox Game Bar Plugin MSIX\\Microsoft.XboxGameOverl… 1.54.4001.0\nXbox Identity Provider MSIX\\Microsoft.XboxIdentityP… 12.130.16001.0\nYouTube ARP\\User\\X64\\aa5eb4008f7e23f… 1.0\nYouTube TV ARP\\User\\X64\\c23896f0028dfc3… 1.0\nZoom Workplace Zoom.Zoom.EXE 7.0.5 (38856) 7.1.0 (41345) winget\n```\n\n## systeminfo\n``` txt\nsysteminfo\n\nHost Name: devpc\nOS Name: Microsoft Windows 11 Pro Insider Preview\nOS Version: 10.0.26300 N/A Build 26300\nOS Manufacturer: Microsoft Corporation\nOS Configuration: Standalone Workstation\nOS Build Type: Multiprocessor Free\nRegistered Owner: N/A\nRegistered Organization: N/A\nProduct ID: 00330-52165-99983-AAOEM\nOriginal Install Date: 3/23/2026, 2:33:17 AM\nSystem Boot Time: 6/27/2026, 4:29:16 AM\nSystem Manufacturer: LENOVO\nSystem Model: 20MBCTO1WW\nSystem Type: x64-based PC\nProcessor(s): 1 Processor(s) Installed.\n [01]: Intel64 Family 6 Model 158 Stepping 10 GenuineIntel ~2208 Mhz\nBIOS Version: LENOVO N2CET76W (1.89 ), 9/25/2025\nWindows Directory: C:\\WINDOWS\nSystem Directory: C:\\WINDOWS\\system32\nBoot Device: \\Device\\HarddiskVolume3\nSystem Locale: en-us;English (United States)\nInput Locale: en-us;English (United States)\nTime Zone: (UTC-06:00) Central Time (US \u0026 Canada)\nTotal Physical Memory: 16,127 MB\nAvailable Physical Memory: 7,304 MB\nVirtual Memory: Max Size: 22,271 MB\nVirtual Memory: Available: 13,329 MB\nVirtual Memory: In Use: 8,942 MB\nPage File Location(s): C:\\pagefile.sys\nDomain: WORKGROUP\nLogon Server: \\\\devpc\nHotfix(s): 5 Hotfix(s) Installed.\n [01]: KB5092427\n [02]: KB5073032\n [03]: KB5095088\n [04]: KB5095067\n [05]: KB5095115\nNetwork Card(s): 3 NIC(s) Installed.\n [01]: Intel(R) Ethernet Connection (7) I219-V\n Connection Name: Ethernet\n Status: Media disconnected\n [02]: Intel(R) Wireless-AC 9560 160MHz\n Connection Name: Wi-Fi\n DHCP Enabled: Yes\n DHCP Server: 192.168.1.2\n IP address(es)\n [01]: 192.168.1.88\n [02]: 00::000:000:0000:0000\n [03]: Bluetooth Device (Personal Area Network)\n Connection Name: Bluetooth Network Connection 3\n Status: Media disconnected\nVirtualization-based security: Status: Running\n Required Security Properties:\n Available Security Properties:\n Base Virtualization Support\n Secure Boot\n DMA Protection\n UEFI Code Readonly\n SMM Security Mitigations 1.0\n Mode Based Execution Control\n Services Configured:\n Hypervisor enforced Code Integrity\n Services Running:\n Hypervisor enforced Code Integrity\n App Control for Business policy: Enforced\n App Control for Business user mode policy: Off\n Security Features Enabled:\nHyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.\n```","author":{"url":"https://github.com/thekingofspain","@type":"Person","name":"thekingofspain"},"datePublished":"2026-06-27T17:19:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/86/WindowsDeveloperConfig/issues/86"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:9c16c52a-7f72-bed7-f6ba-a6be5baca7cd |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BD4A:38840C:11A86FD:17F83B0:6A4D6B2D |
| html-safe-nonce | 3845b342b6bfbd9545a7d84d68c40db3cf29dda8df48cd340fbc9a448d080afe |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRDRBOjM4ODQwQzoxMUE4NkZEOjE3RjgzQjA6NkE0RDZCMkQiLCJ2aXNpdG9yX2lkIjoiNzkzMTQyNTExNDEyOTUyNTU0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 7991b4b761050804328d3e002bd8d4f55c3a96304d912f68640fd0f578bb0998 |
| hovercard-subject-tag | issue:4759250108 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/WindowsDeveloperConfig/86/issue_layout |
| twitter:image | https://opengraph.githubassets.com/60f1927ce805e59b981797039f8f0c8cb4f6e5a3b2ef39d4d698c90dbfb6623a/microsoft/WindowsDeveloperConfig/issues/86 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/60f1927ce805e59b981797039f8f0c8cb4f6e5a3b2ef39d4d698c90dbfb6623a/microsoft/WindowsDeveloperConfig/issues/86 |
| og:image:alt | I keep getting errors when attempting to install the default developer profile using the instructions on Windows Dev Config Error The configuration unit failed due to an internal error: -2146233079... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | thekingofspain |
| hostname | github.com |
| expected-hostname | github.com |
| None | 7db3950e3f59095e20a9789440c3dd554efc62d434882ead06ae05b5815605b9 |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/WindowsDeveloperConfig git https://github.com/microsoft/WindowsDeveloperConfig.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 1245803238 |
| octolytics-dimension-repository_nwo | microsoft/WindowsDeveloperConfig |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1245803238 |
| octolytics-dimension-repository_network_root_nwo | microsoft/WindowsDeveloperConfig |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | cd8f6a71db61d6012a0cbb134be844fdbe9b8a45 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width