Browse Source
Disable Edge Desktop Shortcut
The change disables Windows from automatically creating a Edge desktop shortcut on new profiles
pull/176/head
zpfln
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
scripts/optimize-user-interface.ps1
|
|
|
@ -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-Item HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer -Name DisableEdgeDesktopShortcutCreation -ItemType 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 |
|
|
|
|