You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Navigate to the relevant registry path$registryPath="HKLM:\SOFTWARE\DisplayLink\Core"# Check if the path exists, if not, create itif (-not (Test-Path$registryPath)) {
New-Item-Path $registryPath-Force
}
# Create the new String value and set its dataNew-ItemProperty-Path $registryPath-Name "EnableGammaRamp"-Value "true"-PropertyType String -Force
# Enable sticky keysSet-ItemProperty-Path "HKCU:\Control Panel\Accessibility\StickyKeys"-Name "Flags"-Type String -Value "187"Set-ItemProperty"HKCU:\Control Panel\Keyboard\"-name KeyboardSpeed -Value 31Set-ItemProperty"HKCU:\Control Panel\Keyboard\"-name KeyboardDelay -Value 0# Citrix pass all keys to remoteSet-ItemProperty-Path "HKLM:\SOFTWARE\WOW6432Node\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard"-name "TransparentKeyPassthrough"-Value "Remote"Set-ItemProperty-Path "HKCU:\SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard"-name "TransparentKeyPassthrough"-Value "Remote"Set-Culture'nl-NL'# Disable chat icon in taskbarSet-ItemProperty-Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"-Name "TaskbarMn"-Value 0Set-ItemProperty-Path "HKCU:\Software\Microsoft\Windows"-Name "DisableSearchBoxSuggestions"-Value 1# Display search on the web in the Start menuSet-ItemProperty-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search"-Name "BingSearchEnabled"-Value 0Set-ItemProperty-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search"-Name "CortanaConsent"-Value 0Set-ItemProperty-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search"-Name "SearchBoxTaskbarMode"-Value 0
reg import ($env:HOMEDRIVE+$env:HOMEPATH+"\scoop\apps\vscode\current\install-associations.reg")
Right click with control Autohotkey script
Work in progress, control gets stuck and autohotkey needs to be killed for it to be released...
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
LButton & Control::Send {Click Right}
The text was updated successfully, but these errors were encountered:
Enable Night Light on displays over DisplayLink
Right click with control Autohotkey script
Work in progress, control gets stuck and autohotkey needs to be killed for it to be released...
The text was updated successfully, but these errors were encountered: