-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBoxStarter-Work.ps1
More file actions
30 lines (26 loc) · 993 Bytes
/
BoxStarter-Work.ps1
File metadata and controls
30 lines (26 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# To Run From Web: http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/jquintus/QuintusInstall/master/BoxStarter-Work.ps1
#### Boxstarter options
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
# Windows Options
Set-TaskbarOptions -lock
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Enable-RemoteDesktop
# Must Have Toys
cinst -y KickAssVim
cinst -y greenshot # Keep this before Dropbox to make sure we get the print screen hooks registered
cinst -y keepass
cinst -y cmder.portable
# Less Important Toys
cinst -y 7zip.install
cinst -y sysinternals
cinst -y binroot
cinst -y winmerge
cinst -y dropbox
cinst -y git
cinst -y SourceTree
cinst -y GnuWin
cinst -y spotify
cinst -y paint.net
cinst -y markdownpad2