mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-12-18 09:24:12 +00:00
Update tiny11maker.ps1
Disabling Copilot-Feature in MS Paint App and prevent taking screenshots for Recall
This commit is contained in:
parent
00e7d8a151
commit
517ab8f76a
1 changed files with 4 additions and 0 deletions
|
|
@ -357,6 +357,9 @@ Write-Output "Disabling Copilot"
|
|||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\WindowsCopilot' 'TurnOffWindowsCopilot' 'REG_DWORD' '1'
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Edge' 'HubsSidebarEnabled' 'REG_DWORD' '0'
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\Explorer' 'DisableSearchBoxSuggestions' 'REG_DWORD' '1'
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\WindowsNotepad' 'DisableAIFeatures' 'REG_DWORD' '1'
|
||||
Write-Output "Prevent taking Screenshots for Recall"
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\WindowsAI' 'DisableAIDataAnalysis' 'REG_DWORD' '1'
|
||||
Write-Output "Prevents installation of Teams:"
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Teams' 'DisableInstallation' 'REG_DWORD' '1'
|
||||
Write-Output "Prevent installation of New Outlook":
|
||||
|
|
@ -533,3 +536,4 @@ Stop-Transcript
|
|||
|
||||
exit
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue