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
#Admin Powershell | |
Set-ExecutionPolicy Unrestricted | |
#Open Powershell (non-admin, for now) | |
#Register Chocolatey as OneGet package provider | |
Get-PackageProvider -Name Chocolatey | |
#Install Git, node, npm, and vscode | |
Install-Package git, nodejs, npm, visualstudiocode -force |
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
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
cinst TelnetClient -source WindowsFeatures | |
cinst TFTP -source WindowsFeatures | |
cinst fiddler4 | |
cinst 7zip | |
cinst winscp | |
cinst putty | |
cinst angryip |
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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
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
cinst visualstudiocode | |
cinst fiddler | |
cinst GitHubforWindows | |
cinst git-credential-winstore | |
cinst winscp | |
cinst git |
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
cinst TelnetClient -source windowsFeatures | |
cinst TFTP -source windowsFeatures | |
cinst angryip | |
cinst PowerShell | |
cinst putty | |
cinst wireshark | |
cinst 7zip |
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
Set-ExplorerOptions -showFileExtensions | |
Set-StartScreenOptions -EnableDesktopBackgroundOnStart -EnableListDesktopAppsFirst | |
cinst firefox | |
cinst GoogleChrome | |
cinst lastpass | |
cinst CrashPlan | |
cinst adobe-creative-cloud | |
cinst steam |