forked from AlexNabokikh/windows-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
137 lines (127 loc) · 2.78 KB
/
default.config.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
---
configure_explorer: true
configure_hostname: false
custom_hostname: pszmajda-pc
configure_start_menu: true
configure_taskbar: true
disable_mouse_acceleration: true
remote_desktop_enabled: true
remove_desktop_icons: false
set_sound_scheme: false
install_windows_updates: true
windows_updates_reboot: true
update_categories:
# You can install only specific updates by uncommenting it
# * - installs all updates
- "*"
# - Critical Updates
# - Definition Updates
# - Developer Kits
# - Feature Packs
# - Security Updates
# - Service Packs
# - Tools
# - Update Rollups
# - Updates
# - Upgrades
change_power_plan: true
power_plan: "high performance"
choco_installed_packages:
- googlechrome
- foxitreader
- firefox
- git
- 7zip
- powertoys
- vscode
- zoom
- azure-data-studio
- sql-server-management-studio
- python
- office365business
- sysinternals
- filezilla
- microsoft-teams
- winscp
- powershell-core
- wireshark
- sqlserver-odbcdriver
- advanced-ip-scanner
- azure-cli
- postman
- openssl
- windirstat
- powerbi
- whatsapp
- psexec
- rufus
- discord
- etcher
- hwinfo
- kitty
- potplayer
- osquery
install_fonts: true
installed_nerdfonts:
- FiraCode
- FantasqueSansMono
- CascadiaCode
- Mononoki
install_ohmyposh: true
# List of features: "Get-WindowsOptionalFeature -Online"
install_windows_features: false
# windows_features:
# Microsoft-Hyper-V: false
# List of valid distributions that can be installed:
# wsl-alpine
# wsl-archlinux
# wsl-debiangnulinux
# wsl-fedoraremix
# wsl-kalilinux
# wsl-opensuse
# wsl-sles
# wsl-ubuntu-1604
# wsl-ubuntu-1804
# wsl-ubuntu-2004
install_wsl2: true
wsl2_distribution: wsl-ubuntu-2204
remove_bloatware: true
bloatware:
- Microsoft.BingNews
- Microsoft.BingWeather
- Microsoft.GetHelp
- Microsoft.Getstarted
# - Microsoft.Messaging
- Microsoft.Microsoft3DViewer
- Microsoft.MicrosoftOfficeHub
- Microsoft.MicrosoftSolitaireCollection
- Microsoft.MicrosoftStickyNotes
- Microsoft.MixedReality.Portal
# - Microsoft.MSPaint
- Microsoft.Office.OneNote
- Microsoft.OneConnect
- Microsoft.People
# - Microsoft.PowerAutomateDesktop
- Microsoft.Print3D
- Microsoft.ScreenSketch
- Microsoft.SkypeApp
- Microsoft.Todos
# - Microsoft.Windows.Photos
- Microsoft.WindowsAlarms
# - Microsoft.WindowsCalculator
- Microsoft.Wallet
# - Microsoft.WindowsCamera
# - microsoft.windowscommunicationsapps
- Microsoft.WindowsFeedbackHub
- Microsoft.WindowsMaps
- Microsoft.WindowsSoundRecorder
# - Microsoft.Xbox
# - Microsoft.Xbox.TCUI
# - Microsoft.XboxApp
# - Microsoft.XboxGameOverlay
# - Microsoft.XboxSpeechToTextOverlay
# - Microsoft.YourPhone
- Microsoft.ZuneMusic
- Microsoft.ZuneVideo
- MicrosoftTeams
defrag_volumes: false