Skip to content

Commit

Permalink
Configure Spotlight desktop option
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Jul 15, 2024
1 parent f626162 commit ff5345e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ actions:
value: 'DisableThirdPartySuggestions'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanelt'
value: '{2cc5ca98-6485-489a-920e-b3e88a6ccce3}'
data: '1'
type: REG_DWORD
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ Windows Registry Editor Version 5.00
"SubscribedContentEnabled"=dword:00000000
"SubscribedContent-338387Enabled"=dword:00000000
"RotatingLockScreenOverlayEnabled"=dword:00000000

; Spotlight info on the desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"=dword:00000001
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ Windows Registry Editor Version 5.00
"SubscribedContentEnabled"=dword:00000001
"SubscribedContent-338387Enabled"=dword:00000001
"RotatingLockScreenOverlayEnabled"=dword:00000001

; Spotlight info on the desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"=dword:00000000

0 comments on commit ff5345e

Please sign in to comment.