-
-
Notifications
You must be signed in to change notification settings - Fork 907
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
base: main
Are you sure you want to change the base?
Conversation
…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`
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 |
related PR #253 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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 |
There was a problem hiding this comment.
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"
added changes from ntdevlabs#203
integrated this in PR #268 |
Probably should remove "Outlook and Dev Home might reappear after some time" from the readme to reflect this change |
It's a puzzle of two things see related / mentioned items. It should not come back as I have tested it. |
@marcel-schliwka this one can be closed. |
Like @MelKyra recommended in issue #199 I created and tested his idea. My Pull Request deletes and adds those four Registry Keys.