Giter Site home page Giter Site logo

microsoft / visual-studio-administrative-templates Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.7K 9.0 830 KB

Contains the administrative template defining the Visual Studio functionality that can be centrally managed by group policy

License: MIT License

C# 39.58% PowerShell 60.42%

visual-studio-administrative-templates's Introduction

Visual Studio Administrative Templates

This repository contains the administrative templates for the Visual Studio family of products.

These templates define what Visual Studio functionality can be centrally managed by group policy.

Build Status

Testing locally

On Windows, you can test locally by leveraging the Windows Local Group Policy Editor:

Local Group Policy Editor

Step 1: Download the templates or download the latest release

  • Clone or fork the repository
  • Browse the files until you find the applicable .admx file
  • Download the latest release
  • Install the application to insert the templates directly into the Windows policy definitions folder

Step 2: Insert downloaded templates into the Windows policy definitions folder

  • Open File Explorer and navigate to the Policydefinitions folder:

    C:\Windows\PolicyDefinitions

  • Copy the desired .admx file into this location

    C:\Windows\PolicyDefinitions\en-US

  • Navigate into the applicable language folder next to the .admx file selected in Step 1
  • Copy the .adml file into the respective Policydefinitions folder

Step 3: Test using the Local Group Policy Editor

  • Open the Windows Local Group Policy Editor

  • Navigate to the Administrative Templates > Microsoft Visual Studio node

  • Apply the desired policy changes to Visual Studio

  • Ensure the new group policy changes are applied to the respective product's path:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\

  • Restart your Visual Studio instance to pickup the new policy changes

Note: Depending on your company's policy, you might need to to force a group policy update via gpupdate.exe to apply changes

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

visual-studio-administrative-templates's People

Contributors

andysterland avatar christineruana avatar csigs avatar davidobando avatar edwardskrod avatar hdracer avatar hristoramirez avatar jlee671 avatar microsoft-github-operations[bot] avatar microsoftopensource avatar preecington avatar rub8n avatar sayedihashimi avatar skylarnam avatar tydunkel avatar usanth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

visual-studio-administrative-templates's Issues

DisableVisualStudioDevTunnels policy shows empty when set to 'disabled'

“For setting ‘Disable dev tunnels in Visual Studio’, if set disabled, it shows empty while it should show value==0 based on experience in registry path ‘SOFTWARE\Policies\Microsoft\VisualStudio\Devtunnels’. Is it by design?”

I imagine we’d want the following:

Not Configured: null
Enabled: 1
Disabled: 0

    <policy 
        name="DisableVisualStudioDevTunnels" 
        class="Machine" 
        displayName="$(string.VSDevTunnelsDisable_DisplayName)" 
        explainText="$(string.VSDevTunnelsDisable__Explain)" 
        key="SOFTWARE\Policies\Microsoft\VisualStudio\Devtunnels"
        valueName="DisableDevTunnelsInVisualStudio"> 
        <parentCategory ref="VisualStudioDevTunnelsSettings" />
        <supportedOn ref="VisualStudio2022AndHigher" />
    </policy>

Looking at the policy, we probably need to add an enabledValue and disabledValue:

        <enabledValue>
            <decimal value="1" />
        </enabledValue>
        <disabledValue>
            <decimal value="0" />
        </disabledValue>

PR Builds Failing with Permission Issue

From https://devdiv.visualstudio.com/DevDiv/_build?definitionId=16847&_a=summary

Feeds used:
https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json
Errors in packages.config projects
Unable to find version '3.4.7-g3d49b5b8' of package 'VS.Setup.BootstrapperExternals'.
https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json: Unable to load the service index for source https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json.
Response status code does not indicate success: 403 (Forbidden - User '6d3b3c1a-123d-454c-a78b-b4a426164711' lacks permission to complete this action. You need to have 'ReadPackages'. (DevOps Activity ID: D5B5583C-B081-4BD3-BD58-2794CC8AE718)).
Unable to find version '1.0.0' of package 'Microsoft.VisualStudioEng.MicroBuild.Core'.
https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json: Unable to load the service index for source https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json.
Response status code does not indicate success: 403 (Forbidden - User '6d3b3c1a-123d-454c-a78b-b4a426164711' lacks permission to complete this action. You need to have 'ReadPackages'. (DevOps Activity ID: F788302A-6218-422B-A0E9-40BC0F736F3C)).
##[error]The nuget command failed with exit code(1) and error(Errors in packages.config projects
Unable to find version '3.4.7-g3d49b5b8' of package 'VS.Setup.BootstrapperExternals'.
https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json: Unable to load the service index for source https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json.
Response status code does not indicate success: 403 (Forbidden - User '6d3b3c1a-123d-454c-a78b-b4a426164711' lacks permission to complete this action. You need to have 'ReadPackages'. (DevOps Activity ID: D5B5583C-B081-4BD3-BD58-2794CC8AE718)).
Unable to find version '1.0.0' of package 'Microsoft.VisualStudioEng.MicroBuild.Core'.
https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json: Unable to load the service index for source https://pkgs.dev.azure.com/devdiv/_packaging/Setup-Dependencies/nuget/v3/index.json.
Response status code does not indicate success: 403 (Forbidden - User '6d3b3c1a-123d-454c-a78b-b4a426164711' lacks permission to complete this action. You need to have 'ReadPackages'. (DevOps Activity ID: F788302A-6218-422B-A0E9-40BC0F736F3C)).)
##[error]Packages failed to restore
Finishing: NuGet restore packages.config

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.