update
This commit is contained in:
7
Windows 10/Debloat/utils/disable-prefetch-prelaunch.ps1
Normal file
7
Windows 10/Debloat/utils/disable-prefetch-prelaunch.ps1
Normal file
@ -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
|
Reference in New Issue
Block a user