Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Bara committed Jun 15, 2024
1 parent 6537469 commit 5bb8967
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ Windows Registry Editor Version 5.00
"PowerManagementEnabled"=dword:00000000
"InquiryDuration"=dword:0000ffff

; low latency when link devices
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters]
"LinkSupervisionTimeout"=dword:00000050
"PageTimeout"=dword:00000050
"DiscoverableTimeout"=dword:0000012c

; enable device to be discoverable even if the bt is connected to another device

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters]
Expand Down
4 changes: 4 additions & 0 deletions MelodyScript.Settings/Telemetry/Disable Windows Recall.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"DisableAIDataAnalysis"=dword:00000001
3 changes: 2 additions & 1 deletion MelodyScript.Settings/Windows Apparence/dwm_tweak.reg
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"EnableAeroPeek"=dword:00000000
"SuperWetEnabled"=dword:00000000
"ParallelModePolicy"=dword:00000002
"ParallelModePolicy"=dword:00000002
"ForceDisableModeChangeAnimation"=dword:00000000
3 changes: 0 additions & 3 deletions command2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ wmic path Win32_PnPEntity where "name='High precision event timer'" call disable
:: Unsplit Services
for /f %%a in ('Reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\InstallService\Stubification /v "EnableAppOffloading" /s ^| findstr "HKEY"') do (
for /f %%i in ('Reg query "%%a" /v "EnableAppOffloading" ^| findstr "HKEY"') do (Reg add "%%i" /v "EnableAppOffloading" /t Reg_DWORD /d "0" /f) >nul)
for /f "tokens=2 delims==" %%i in ('wmic os get TotalVisibleMemorySize /format:value') do set mem=%%i
set /a ram=%mem% + 1024000
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" /v "SvcHostSplitThresholdInKB" /t REG_DWORD /d "%ram%" /f
:--------------------------------------

:--------------------------------------
Expand Down

0 comments on commit 5bb8967

Please sign in to comment.