Skip to content

Commit

Permalink
Disable Edge Desktop Shortcut
Browse files Browse the repository at this point in the history
Merge branch 'pr-176'
  • Loading branch information
Alex Hirsch committed Nov 28, 2018
2 parents 852f3a3 + 4d24f8a commit 102ac8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/optimize-user-interface.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Set-ItemProperty "HKCU:\Control Panel\Accessibility\StickyKeys" "Flags" "506"
Set-ItemProperty "HKCU:\Control Panel\Accessibility\Keyboard Response" "Flags" "122"
Set-ItemProperty "HKCU:\Control Panel\Accessibility\ToggleKeys" "Flags" "58"

Write-Output "Disable Edge desktop shortcut on new profiles"
New-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer -Name DisableEdgeDesktopShortcutCreation -PropertyType DWORD -Value 1

Write-Output "Restoring old volume slider"
force-mkdir "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC"
Set-ItemProperty "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" "EnableMtcUvc" 0
Expand Down

0 comments on commit 102ac8d

Please sign in to comment.