Skip to content

Commit

Permalink
feat: do not show files from Office.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Aug 9, 2023
1 parent d8767d1 commit 1a828e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playbook/Executables/WIN11.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "T
:: Do not show the voice typing microphone button
reg add "HKCU\Software\Microsoft\input\Settings" /v "IsVoiceTypingKeyEnabled" /t REG_DWORD /d "0" /f


:: Do not show files from Office.com
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShowCloudFilesInQuickAccess" /t REG_DWORD /d "0" /f

0 comments on commit 1a828e2

Please sign in to comment.