This file contains 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 chocolatey, install boxstarter | |
Install-BoxstarterPackage -PackageName http://boxstarter.org/package/url?https://gist.githubusercontent.com/WaltRitscher/8638cd8711650c0bae14/raw/e6706be49f3285bc8eaa2b8f9a0e311e7dd80774/BoxStarterScript | |
#> | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate -acceptEula |
This file contains 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
param ([switch] $changeFiles, [switch] $recurse, [string] $candidateFolder ) | |
$shell = New-Object -COMObject Shell.Application | |
$candidateFiles = Get-ChildItem "K:\TestPowershell" | |
$defaultStartFolder = (Get-Item -Path ".\" -Verbose).FullName | |
$totalFileCount | |
if($candidateFolder -eq "") | |
{ | |
$candidateFolder = $defaultStartFolder | |
} |
This file contains 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 chocolatey, install boxstarter | |
START http://boxstarter.org/package/url?https://gist.githubusercontent.com/WaltRitscher/4699012fbca11411ba59/raw/fb17215450312a1aa0fcfbebfa11eebc46263d81/gistfile1.txt | |
#> | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate -acceptEula |
This file contains 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
Option Strict On | |
Imports System | |
Imports EnvDTE | |
Imports EnvDTE80 | |
Imports System.Diagnostics | |
Imports System.ComponentModel.Design | |
Imports EnvDTE90 | |
Imports System.Windows.Forms | |
Imports System.Linq | |
Imports System.IO |
This file contains 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
Option Strict Off | |
Option Explicit On | |
Imports System | |
Imports EnvDTE | |
Imports EnvDTE80 | |
Imports EnvDTE90 | |
Imports EnvDTE90a | |
Imports EnvDTE100 | |
Imports System.Diagnostics |
This file contains 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 chocolatey, install boxstarter | |
START http://boxstarter.org/package/url?https://gist.githubusercontent.com/WaltRitscher/d672e89f56e09716a777/raw/c0815ac586e84e7bf45812f80ef64feda86d8d4c/NugetCourseBX | |
#> | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate -acceptEula | |
This file contains 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 chocolatey, install boxstarter | |
START http://boxstarter.org/package/url?https://gist.githubusercontent.com/WaltRitscher/c12f4103b709a70792eb/raw/d3740bba613bae3a50aa5239a9776186f42654e5/NugetCourseSimple | |
demo | |
#> | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate -acceptEula |
This file contains 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 chocolatey, install boxstarter | |
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/WaltRitscher/7f23af9bee3cdc3257afbe814adbc9a8/raw/aae6b40cb19cd5dac41996da8c7b3678c1807cd6/BoxStarterShort | |
# | |
cinst bulkrenameutility.install | |
cinst beyondcompare | |
cinst ScriptCs |
This file contains 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
<StackPanel | |
Orientation="Vertical" | |
Background="White" > | |
<StackPanel.Resources> | |
<SolidColorBrush x:Key="ForeBrush" | |
Color="#77000000" /> | |
<SolidColorBrush x:Key="BackBrush" | |
Color="#FFFFFFFF" | |
Opacity="1.0" /> | |
<Style TargetType="TextBlock" |
This file contains 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 chocolatey, install boxstarter | |
Install-BoxstarterPackage -PackageName http://boxstarter.org/package/url?https://gist.githubusercontent.com/WaltRitscher/fdb953318994c829bd5372d588d273d4/raw/d2dcca396f9d78c865356a8a40d6937dd3a09abd/gistfile1.txt | |
#> | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
Install-WindowsUpdate -acceptEula | |
cinst gimp | |
cinst dropbox |
OlderNewer