Browse Source

Merge pull request #202 from ogmios-voice/prefetch

Prefetch/Prelaunch
pull/209/head
Alex Hirsch 5 years ago
committed by GitHub
parent
commit
59a9c12f4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      utils/disable-prefetch-prelaunch.ps1

7
utils/disable-prefetch-prelaunch.ps1

@ -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