This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // TestingCredentialStore.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
| // | |
| #include <iostream> | |
| #include <windows.h> | |
| #include <wincred.h> | |
| #include <tchar.h> | |
| #include <iostream> | |
| #include <clocale> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Install-VSCode | |
| # Download URL, you may need to update this if it changes | |
| $downloadUrl = "https://go.microsoft.com/fwlink/?Linkid=852157" | |
| # What to name the file and where to put it | |
| $installerFile = "vscode-install.exe" | |
| $installerPath = (Join-Path $env:TEMP $installerFile) | |
| # Install with the context menu and add to path options (and don't run code after install): |