Skip to content

Configure allowed extensions - GPO format and examples #8211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
md7648 opened this issue Mar 31, 2025 · 0 comments
Open

Configure allowed extensions - GPO format and examples #8211

md7648 opened this issue Mar 31, 2025 · 0 comments
Labels
doc-enhancement suggested addition or improvement feature-request Request for new features or functionality
Milestone

Comments

@md7648
Copy link

md7648 commented Mar 31, 2025

https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions

Intune is currently unable to import GPO correctly due to a microsoft limitation

Looking at the documentation there is not much about how to configure the registry entry to allow or deny extensions, nor is there much on same for update.

There are no example registry entries and no hints as to the formatting to use for registry entries.

Theres a lot about how to configure the JSON settings for individual install but nothing on how to add to Intune via script or to configure the GPO manually

Ideally the format of what needs to get into something like a Reg Add command such as;

reg add "HKLM\SOFTWARE\Policies\Microsoft\VSCode" /v AllowedExtensions /t REG_SZ /d {"ms-vscode.powershell":true,"microsoft":true}

or a Powershell equivalent

@ntrogh ntrogh added doc-enhancement suggested addition or improvement feature-request Request for new features or functionality labels Mar 31, 2025
@ntrogh ntrogh added this to the Backlog milestone Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement suggested addition or improvement feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants