2
0

Add Basic VDOT FIles for Windows 11 VM

This commit is contained in:
2025-02-17 13:36:07 +01:00
parent 6160975e7e
commit 87e41576ef
11 changed files with 2987 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
[
{
"HivePath": "HKLM:\\System\\CurrentControlSet\\Services\\LanmanWorkstation\\Parameters\\",
"Keys": [
{
"Name": "DisableBandwidthThrottling",
"PropertyType": "DWORD",
"PropertyValue": 1,
"SetProperty": "True"
},
{
"Name": "FileInfoCacheEntriesMax",
"PropertyType": "DWORD",
"PropertyValue": 1024,
"SetProperty": "True"
},
{
"Name": "DirectoryCacheEntriesMax",
"PropertyType": "DWORD",
"PropertyValue": 1024,
"SetProperty": "True"
},
{
"Name": "FileNotFoundCacheEntriesMax",
"PropertyType": "DWORD",
"PropertyValue": 1024,
"SetProperty": "True"
},
{
"Name": "DormantFileLimit",
"PropertyType": "DWORD",
"PropertyValue": 256,
"SetProperty": "True"
}
]
}
]