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,74 @@
[
{
"Description": "Allows Microsoft Edge processes to start at OS sign-in and keep running after the last browser window is closed.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "BackgroundModeEnabled",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
},
{
"Description": "If you enable this policy, the First-run experience and the splash screen will not be shown to users when they run Microsoft Edge for the first time.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "HideFirstRunExperience",
"RegItemValueType": "DWord",
"RegItemValue": "1",
"VDIState": "Enabled"
},
{
"Description": "This policy gives an option to disable one-time redirection dialog and the banner.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "HideInternetExplorerRedirectUXForIncompatibleSitesEnabled",
"RegItemValueType": "DWord",
"RegItemValue": "1",
"VDIState": "Enabled"
},
{
"Description": "This policy setting lets you decide whether employees should receive recommendations and in-product assistance notifications from Microsoft Edge.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "ShowRecommendationsEnabled",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
},
{
"Description": "This policy lets you restrict launching of Internet Explorer as a standalone browser",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Internet Explorer\\Main",
"RegItemValueName": "NotifyDisableIEOptions",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
},
{
"Description": "This policy specifies the path to a file (e.g. either stored locally or on a network location) that contains file type and protocol default application associations.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",
"RegItemValueName": "DefaultAssociationsConfiguration",
"RegItemValueType": "String",
"RegItemValue": "c:\\windows\\system32\\defaultassociations.xml",
"VDIState": "Unchanged"
},
{
"Description": "Allows Microsoft Edge processes to start at OS sign-in and restart in background after the last browser window is closed.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "StartupBoostEnabled",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
},
{
"Description": "Efficiency mode is always active. Efficiency mode is designed to help reduce background processing and extend battery life. It minimizes power usage by reducing resource usage (CPU usage) through modifying certain tab activity on tabs youre not interacting with and putting inactive background tabs to sleep after 5 minutes or less. Supported since Edge v96.",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "EfficiencyMode",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
},
{
"Description": "Policy setting to control an Edge search bar that gets placed on the user desktop automatically",
"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"RegItemValueName": "WebWidgetAllowed",
"RegItemValueType": "DWord",
"RegItemValue": "0",
"VDIState": "Enabled"
}
]