本歌单由Listen1创建, 歌曲数:200,歌单数:4,点击查看更多
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Microsoft | |
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee418231(v=vs.85) | |
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee416838(v=vs.85) | |
;other | |
https://game.criware.jp/manual/adx2_tool_zh/latest/criatom_tools_atomcraft_dsp_effect_i3dl2_reverb.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pref("network.dns.disablePrefetch", true); | |
pref("network.dns.preferIPv6", true); | |
pref("network.http.accept-encoding", "zstd, br, gzip, deflate"); | |
pref("network.http.accept-encoding.secure", "zstd, br, gzip, deflate"); | |
pref("network.http.altsvc.oe", true); | |
pref("network.http.http2.default-concurrent", 1500); | |
pref("network.http.http3.force-use-alt-svc-mapping-for-testing", true); | |
pref("network.http.http3.has_third_party_roots_found_in_automation", true); | |
pref("network.http.http3.send_background_tabs_deprioritization", true); | |
pref("network.http.http3.use_nspr_for_io", true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
pref("intl.imm.composition_font", "MiSans VF, IBM Plex Sans SC"); | |
pref("intl.imm.composition_font.japanist_2003", "IBM Plex Sans JP"); | |
pref("font.name-list.cursive.ar", "MiSans Arabic VF, IBM Plex Sans Arabic, HarmonyOS Sans Naskh Arabic"); | |
pref("font.name-list.monospace.ar", "MiSans Arabic VF, IBM Plex Sans Arabic, HarmonyOS Sans Naskh Arabic"); | |
pref("font.name-list.sans-serif.ar", "MiSans Arabic VF, IBM Plex Sans Arabic, HarmonyOS Sans Naskh Arabic"); | |
pref("font.name-list.serif.ar", "MiSans Arabic VF, IBM Plex Sans Arabic, HarmonyOS Sans Naskh Arabic"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<MitigationPolicy> | |
<SystemConfig> | |
<ASLR ForceRelocateImages="true" RequireInfo="false" /> | |
</SystemConfig> | |
<AppConfig Executable="AIMP.exe"> | |
<DEP Enable="false" EmulateAtlThunks="false" /> | |
<ASLR ForceRelocateImages="false" RequireInfo="false" BottomUp="false" HighEntropy="false" /> | |
<StrictHandle Enable="false" /> | |
<ControlFlowGuard Enable="false" SuppressExports="false" StrictControlFlowGuard="false" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://community.wvbtech.com/d/4253 | |
bcdedit /set useplatformclock no | |
bcdedit /set useplatformtick no | |
bcdedit /set disabledynamictick yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 每行一个进程名 | |
// 每行中双斜杠以及之后的内容会被忽略 | |
// 支持 "?" 和 "*" 通配符 | |
// 你需要和你想要限制的进程在同一个 Windows Session 中,且拥有相同或更高的权限 | |
// AIC | |
AicWifiService.exe | |
// Intel | |
jhi_service.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 每行一个进程名 | |
// 每行中双斜杠以及之后的内容会被忽略 | |
// 支持 "?" 和 "*" 通配符 | |
// 系统更新 | |
wuaucltcore.exe | |
WindowsUpdateBox.exe | |
wimserv.exe | |
DismHost.exe | |
SetupHost.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management] | |
"ClearPageFileAtShutdown"=dword:00000001 | |
"DisablePagingExecutive"=dword:00000001 | |
"LargeSystemCache"=dword:00000001 | |
"NonPagedPoolQuota"=dword:00000788 | |
"NonPagedPoolSize"=dword:00000666 | |
"PagedPoolQuota"=dword:00001332 | |
"PagedPoolSize"=dword:00001336 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mks.requireISBRenderer = "FALSE" | |
mks.enableISBRenderer = "FALSE" | |
mks.enableDX12Renderer = "FALSE" | |
mks.enableDX11Renderer = "FALSE" | |
mks.dx11.allowUnsupportedDrivers = "TRUE" | |
mks.dx11.allowBlacklistedDrivers = "TRUE" | |
mks.enableGLRenderer = "TRUE" | |
mks.gl.allowUnsupportedDrivers = "TRUE" | |
mks.gl.allowBlacklistedDrivers = "TRUE" |
NewerOlder