Merge pull request #202 from ogmios-voice/prefetch

Prefetch/Prelaunch
pull/207/head
Alex Hirsch 5 years ago committed by GitHub
commit 59a9c12f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
Disable-MMAgent -ApplicationPreLaunch
#Get-MMAgent
# disable Prefetch
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d "0" /f
# disable (Edge) Prelaunch
reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v AllowPrelaunch /t REG_DWORD /d "0" /f
Loading…
Cancel
Save