Skip to content

Commit

Permalink
Update setup.reg
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaundry authored Jun 4, 2024
1 parent ad3bfbf commit 81131bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/setup.reg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin]
"BlockAADWorkplaceJoin"=dword:00000001

; Disable Windows Recall
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"DisableAIDataAnalysis"=dword:00000001

; Show file extensions
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
Expand Down

0 comments on commit 81131bc

Please sign in to comment.