Add project files

This commit is contained in:
2025-09-28 14:45:34 +02:00
commit d3763e63f9
16 changed files with 16074 additions and 0 deletions

5
Prefetcher.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
net stop SysMain
sc config SysMain start= disabled
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /V "EnablePrefetcher" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /V "EnableSuperfetcher" /t REG_DWORD /d 0 /f