Skip to content

Commit

Permalink
Update tests, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Jun 30, 2024
1 parent 3b6221b commit 67cd767
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Binary file removed ci/Variables.md
Binary file not shown.
17 changes: 17 additions & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Type: Direct
| HKLM: \SOFTWARE \Microsoft \Windows \CurrentVersion \Explorer | DisableEdgeDesktopShortcutCreation | 1 | Prevents the Microsoft Edge short added to the public desktop |
| HKLM: \SOFTWARE \Microsoft \Windows NT \CurrentVersion \FontSubstitutes | MS Shell Dlg | Tahoma | Replaces the `MS Shell Dlg` font with `Tahoma` for UI consistency |
| HKLM: \SOFTWARE \Microsoft \Windows NT \CurrentVersion \FontSubstitutes | MS Shell Dlg 2 | Tahoma | Replaces the `MS Shell Dlg 2` font with `Tahoma` for UI consistency |
| HKLM: \SOFTWARE \Microsoft \Windows \CurrentVersion \CapabilityAccessManager \ConsentStore \location | Value | Allow | Enables location services |

## Machine.Client.json

Expand All @@ -38,6 +39,18 @@ Type: Direct
| ---- | ---- | ----- | ---- |
| HKLM: \Software \Microsoft \Windows \CurrentVersion \Explorer | DisableEdgeDesktopShortcutCreation | 1 | Prevents the Microsoft Edge short added to the public desktop |

## Services.Client.json

Minimum build: 10.0.14393

Maximum build: 10.0.99999

Type: Direct

| path | name | value | note |
| ---- | ---- | ----- | ---- |
| HKLM: \SYSTEM \CurrentControlSet \Services \tzautoupdate | Start | 3 | Enable Set time zone automatically |

## User-Windows10.All.json

Minimum build: 10.0.14393
Expand Down Expand Up @@ -92,6 +105,8 @@ Type: DefaultProfile
| HKCU: \Software \Microsoft \Windows \CurrentVersion \Search | SearchboxTaskbarMode | 1 | Collapses the Search box into an icon on the Taskbar |
| HKCU: \Software \Adobe \Acrobat Reader \DC \AVAlert \cCheckbox | iAppDoNotTakePDFOwnershipAtLaunchWin10 | 1 | Prevents the default file type dialog box at Adobe Acrobat Reader DC first launch |
| HKCU: \Software \Adobe \Adobe Acrobat \DC \AVAlert \cCheckbox | iAppDoNotTakePDFOwnershipAtLaunchWin10 | 1 | Prevents the default file type dialog box at Adobe Acrobat Pro/Standard DC first launch |
| HKCU: \SOFTWARE \Microsoft \Windows \CurrentVersion \CapabilityAccessManager \ConsentStore \location \NonPackaged | Value | Allow | Enables location services for Win32 applications |
| HKCU: \SOFTWARE \Microsoft \Windows \CurrentVersion \CapabilityAccessManager \ConsentStore \location | Value | Allow | Enables location services for Universal Windows Platform Apps |

## User.Server.json

Expand Down Expand Up @@ -133,10 +148,12 @@ Type: DefaultProfile
| HKCU: \Software \Microsoft \Windows \CurrentVersion \ContentDeliveryManager | SubscribedContent-353696Enabled | 0 | Disables suggested content in the Settings app |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \ContentDeliveryManager | SubscribedContent-338388Enabled | 0 | Disables suggested content in the Settings app |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \ContentDeliveryManager | SubscribedContent-338389Enabled | 0 | Disables suggested content in the Settings app |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \ContentDeliveryManager | SubscribedContent-310093Enabled | 0 | Disables 'Show me the Windows welcome experience after updates and occasionally when I sign in to highlight what's new and suggested' |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \ContentDeliveryManager | SystemPaneSuggestionsEnabled | 0 | Disables suggestions in the Start menu |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.Windows.Photos_8wekyb3d8bbwe | Disabled | 1 | Prevents the Photos app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.Windows.Photos_8wekyb3d8bbwe | DisabledByUser | 1 | Prevents the Photos app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.SkypeApp_kzf8qxf38zg5c | Disabled | 1 | Prevents the Skype app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.SkypeApp_kzf8qxf38zg5c | DisabledByUser | 1 | Prevents the Skype app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.YourPhone_8wekyb3d8bbwe | Disabled | 1 | Prevents the Your Phone app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \BackgroundAccessApplications \Microsoft.YourPhone_8wekyb3d8bbwe | DisabledByUser | 1 | Prevents the Your Phone app from running in the background |
| HKCU: \Software \Microsoft \Windows \CurrentVersion \Search | BingSearchEnabled | 0 | Disables web search in the Start menu for better responsiveness |
3 changes: 1 addition & 2 deletions tests/Install-Defaults.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ Describe "Feature update script copy works" {
$Guid = "f38de27b-799e-4c30-8a01-bfdedc622944"
$FeatureUpdatePath = "$env:SystemRoot\System32\Update\Run\$Guid"
$Files = @("$FeatureUpdatePath\Install-Defaults.ps1",
"$FeatureUpdatePath\Remove-AppxApps.ps1",
"$Env:SystemRoot\Setup\SetupComplete.cmd")
"$FeatureUpdatePath\Remove-AppxApps.ps1")
}

Context "Target directory exists" {
Expand Down

0 comments on commit 67cd767

Please sign in to comment.