Skip to content

Instantly share code, notes, and snippets.

View ctmcisco's full-sized avatar
🏠
Working from home

Francisco Navarro ctmcisco

🏠
Working from home
View GitHub Profile
@ctmcisco
ctmcisco / README.md
Created October 25, 2021 19:20 — forked from bertspaan/README.md
Python script to convert DBF database file to CSV
@ctmcisco
ctmcisco / 2021-boxstarter-package.ps1
Last active August 19, 2023 17:19
2021 Boxstarter Package
<#
.SYNOPSIS
BoxStarter script to configure Windows 10 development PC.
.DESCRIPTION
You might need to set:
Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy Unrestricted
Set-ExecutionPolicy Bypass
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ;
[Net.servicepointmanager]::SecurityProtocol = [Net.securityprotocoltype]::tls12 ;
Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force ;
Install-Module chocolatey -AllowClobber -SkipPublisherCheck -Force -Verbose ;
Import-Module chocolatey ;
Install-chocolateysoftware -verbose