Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent installation of DevHome and Outlook #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcel-schliwka
Copy link

Like @MelKyra recommended in issue #199 I created and tested his idea. My Pull Request deletes and adds those four Registry Keys.

Spadium added a commit to Spadium/tiny11builder that referenced this pull request Jun 29, 2024
…xed an incorrect parameter warning when unmounting registry, prompt to delete old ISO, extract chosen edition from `install.wim` earlier than stock, use ScratchDisk instead of SystemDrive, add `.gitignore`
@tomByrer
Copy link

tomByrer commented Aug 5, 2024

Banning Outlook is good, but as a webdev, I might use DevHome. Any reason why I should not?

@APT-ZERO
Copy link

Banning Outlook is good, but as a webdev, I might use DevHome. Any reason why I should not?

Don't worry, it just prevents it's auto installation, you can still install them manually

@Karl-WE
Copy link
Contributor

Karl-WE commented Nov 6, 2024

related PR #253

@Karl-WE
Copy link
Contributor

Karl-WE commented Nov 6, 2024

agree with @APT-ZERO the goal is a tiny W11. Dev Home certainly bloats it. Same as MS Edge is removed but can be reinstalled with winget install Microsoft.Edge among all your prefered apps @tomByrer, which also includes DevHome.

Copy link
Contributor

@Karl-WE Karl-WE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as #211 we shall replace

> null
>null

with

| Out-Null

Copy link
Contributor

@Karl-WE Karl-WE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added line 244 to comply with former Write-Host per section for logging.

@@ -239,6 +239,13 @@ Write-Host "Disabling Telemetry:"
& 'reg' 'add' 'HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' '/v' 'AcceptedPrivacyPolicy' '/t' 'REG_DWORD' '/d' '0' '/f' >null
& 'reg' 'add' 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' '/v' 'AllowTelemetry' '/t' 'REG_DWORD' '/d' '0' '/f' >null
& 'reg' 'add' 'HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' '/v' 'Start' '/t' 'REG_DWORD' '/d' '4' '/f' >null

## Prevents installation or DevHome and Outlook
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Write-Host "Prevents installation or DevHome and Outlook"

Karl-WE added a commit to Karl-WE/tiny11builder that referenced this pull request Nov 7, 2024
@Karl-WE
Copy link
Contributor

Karl-WE commented Nov 7, 2024

integrated this in PR #268

@adrijanh9
Copy link

Probably should remove "Outlook and Dev Home might reappear after some time" from the readme to reflect this change

@Karl-WE
Copy link
Contributor

Karl-WE commented Nov 7, 2024

It's a puzzle of two things see related / mentioned items. It should not come back as I have tested it.

@Karl-WE
Copy link
Contributor

Karl-WE commented Nov 18, 2024

@marcel-schliwka this one can be closed.
@ntdevlabs
Solved with #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants