Skip to content

Instantly share code, notes, and snippets.

@fpigeonjr
Last active June 2, 2020 12:45
Show Gist options
  • Save fpigeonjr/9048b4c8ee7b0b9949f5cb74fd911f31 to your computer and use it in GitHub Desktop.
Save fpigeonjr/9048b4c8ee7b0b9949f5cb74fd911f31 to your computer and use it in GitHub Desktop.
BTS Dev Bundle

BTS DEV Bundle 10-25-2018

Baseline

  • Visual Studio 2017 or 2019 PRO
  • Visual Studio Code System 64
  • SQL Server Managent Studio 2018
  • SharePoint Designer 2013 (x32)
  • Node.js
  • .NET Core

Optional

  • Git
  • Infragistics
  • Ultra Compare
  • Adobe Creative Cloud 2015
  • Jet Brains Resharper
    • install for all users
  • Gatsby

Config

npm fix

npm config set registry http://registry.npmjs.org/

A user with administrator rights and you must open notepad(Right-click as Administrator) then open the file devenv.exe.config.

VS2013

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe.config
(Note: the file shows as devenv.exe with extensions hidden) then add the line(after <runtime>.

VS2017

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe.config
Add this line to file after <runtime>

// devenv.exe.config

<runtime>
  // add here
  <enforceFIPSPolicy enabled="false"/>
  // more code
</runtime>

Other

  • SW Share \\139.232.7.71\ameddcs
  • TFS https://medcoetfs.nasw.ds.army.mil
  • VPN fshtx.ra.army.mil
  • Printer \\amcsps2\amcspr361031c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment